This is based on the coredump2 branch at: https://github.com/adsharma/libunwind/commits/coredump2
It fixes a build issue and adds features i needed to make backtraces from coredumps with multiple threads. Alexander Larsson (4): Fix build with --enable-debug Add _UCD_get_pid and _UCD_get_cursig Break out the ifdefs for the UCD_info.prstatus type Add support for multiple threads in core files include/libunwind-coredump.h | 4 ++ src/coredump/_UCD_access_reg_linux.c | 2 +- src/coredump/_UCD_create.c | 93 ++++++++++++++++++++++++---------- src/coredump/_UCD_internal.h | 17 ++++--- 4 files changed, 81 insertions(+), 35 deletions(-) -- 1.7.7.6 _______________________________________________ Libunwind-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/libunwind-devel
