Hello On Fri, May 26, 2017 at 9:50 PM, Edward Diener <[email protected]> wrote: > I would like to use a libbacktrace library for mingw-64/gcc. This is used by > a new Boost library called stacktrace to provide stack traces anywhere in > code in c++ when using GCC/MinGW/Clang on POSIX or Windows. Does such a > library exist for mingw-64/gcc on Windows ? If not can such a library be > built for a given version of mingw-64/gcc on Windows, presumably in MSYS2 ?
I have written a small library and app around memory checking and PE files. It is called examine and can report backtraces (using libbfd for stack trace). It is here : https://vtorri.github.io/examine/ https://github.com/vtorri/examine I use MSYS2 + mingw-w64 for compilation, or Visual Studio. regards Vincent Torri ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
