Skip to content

Releases: jrfonseca/drmingw

0.8.2

04 Oct 12:37
Compare
Choose a tag to compare
cmake: Bump version to 0.8.2.

0.8.1

02 Sep 17:37
Compare
Choose a tag to compare
  • Bundle catchsegv and addr2line

0.8.0: cmake: Require CMake 3.1.

15 Mar 11:32
Compare
Choose a tag to compare
  • 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

11 Nov 22:48
Compare
Choose a tag to compare
  • more resiliency against truncated PE files
  • log message when loading symbols

0.7.6

02 Aug 12:33
Compare
Choose a tag to compare
cmake: Bump to version 0.7.6.

0.7.5

23 Jul 20:47
Compare
Choose a tag to compare
cmake: Bump to version 0.7.5.

0.7.4

26 Jun 16:13
Compare
Choose a tag to compare
  • provide import libraries to ExcHndl and MgwHelp
  • allow redirecting the ExcHndl report to stderr
  • dump DLL version numbers in ExchHndl report

0.7.3

09 Jun 22:38
Compare
Choose a tag to compare
  • Fix .gnu_debuglink support with DWARF exception unwinding (issue #12)
  • Improve cacthsegv performance
  • A few more tests

0.7.2

07 May 11:49
Compare
Choose a tag to compare
  • improve text rendering performance
  • prevent text output from being truncated
  • fix addr2line on x86

0.7.1

27 Apr 11:39
Compare
Choose a tag to compare
  • Fix a couple of bugs on Windows XP