Releases: jrfonseca/drmingw
Releases · jrfonseca/drmingw
0.8.2
cmake: Bump version to 0.8.2.
0.8.1
- Bundle
catchsegv
and addr2line
0.8.0: cmake: Require CMake 3.1.
- Faster symbol lookup by only loading the necessary symbol files.
- Search symbols in
.debug
subdirectory.
- Support compressed debug information (thought YMMV.)
- Fix memory leaks in MgwHelp.
0.7.7
- more resiliency against truncated PE files
- log message when loading symbols
0.7.6
cmake: Bump to version 0.7.6.
0.7.5
cmake: Bump to version 0.7.5.
0.7.4
- provide import libraries to ExcHndl and MgwHelp
- allow redirecting the ExcHndl report to stderr
- dump DLL version numbers in ExchHndl report
0.7.3
- Fix
.gnu_debuglink
support with DWARF exception unwinding (issue #12)
- Improve cacthsegv performance
- A few more tests
0.7.2
- improve text rendering performance
- prevent text output from being truncated
- fix addr2line on x86
0.7.1
- Fix a couple of bugs on Windows XP