Releases: peadar/pstack
Releases · peadar/pstack
v2.12.2
v2.12.1
v2.12
v2.11: Remove dependency on python 3 source distribution
Maintenance release
Improve implementation addressSpace() method implementation for core files - now pays attention to file offset for segments.
Add basic debuginfod support - if enabled, and DEBUGINFOD_URLS is set, debuginfo will be downloaded if not found locally
Various cleanups and refactoring
v2.10
v2.9
- Move image caches, options, and global variables to a single structure, Context, that can be passed around.
- Implement more DW_OP's in DWARF expressions
- throw exceptions rather than abort()ing if we can't handle DWARF operations/types/forms/etc.
- Minor bugfixes and API cleanups.