Skip to content

Dyninst v12.1.0

Compare
Choose a tag to compare
@hainest hainest released this 09 Mar 22:43
· 450 commits to master since this release
14d9d44

Enhancements

  • Implement first steps of multiple namespaces in glibc-2.35+
  • Add instruction parsing for AMD's CDNA2 GPU architecture
  • Code cleanup of unused code and variables in SymtabAPI
  • Correctly handle DWARF subroutines during parallel parsing
  • Support ELF/DWARF under CUDA-11.6 and newer
  • Speed up the case where a function is called from many locations in ParseAPI

Bug Fixes

  • Fix potential buffer overrun in AMDGPU decoders
  • Clean up memory allocations in SymtabAPI and BPatch

Continuous Integration

  • Add Docker image for testing and deploying Dyninst on Ubuntu-20.04 on x86_64

Build Fixes

  • Fix building of symlite

Manuals