Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

36 lines (23 loc) · 1.36 KB

Change Log

All notable changes to the "symbolizer-for-vex-v5" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

  • Improved reliability of addr2line-based symbolization.
  • Improved the stability of the LLVM backend when jumping to symbols with missing file paths/line numbers. Now, the symbol's name will always be displayed, even if there is no source code to show for it. This makes it easier to work with closed-source VEXcode components. This feature was already working with the GNU Binutils backend.
  • Symbols with missing file paths/line numbers no longer show "??" where the path would be.
  • Command display names are now prefixed with the extension name.
  • Added links to wiki in README.md.
  • Drastically reduces extension bundle size by removing unnecessary files.
  • Initial release