Skip to content

Dyninst v12.2.0

Compare
Choose a tag to compare
@hainest hainest released this 28 Jul 21:27
· 411 commits to master since this release
02c20e9

Enhancements

  • Always use exec entry point for parse hints in stripped binaries
  • Correctly compute boundaries of functions containing shared code
  • Improve compiler diagnostics and usage of pragmas
  • Parse names for inlined functions in DWARF

Bug fixes

  • Fix data races when storing line information entries
  • Fix decoding of DWARF expressions into machine registers for Intel GPUs
  • Correctly propagate pc ranges for blocks and local variables
  • Fix format string errors in stackwalk/callchecker.C

Build system

  • Remove endian CMake check (we only support little-endian)
  • Enforce formatting of CMake files using cmake-format
  • Remove unused options BUILD_DOCS and BUILD_TARBALLS
  • Require bfd linker when building with LTO enabled

Manuals