1. 3d5e6c1 Search MiniDebugInfo for procedure names by Martin Milata · 12 years ago
  2. 71c1fff Refactor parts of elfxx.c to allow reusing code by Martin Milata · 12 years ago
  3. 4ab9e5d MiniDebugInfo test: tests/run-coredump-unwind-mdi by Martin Milata · 12 years ago
  4. 7d5a197 Add liblzma detection to configure script by Martin Milata · 12 years ago
  5. 2dbc26d Make coredump test also test unw_get_proc_name by Martin Milata · 12 years ago
  6. e11a6a4 Fix incorrect return code of unw_get_proc_name by Martin Milata · 12 years ago
  7. 707b1db Fix a SIGSEGV in test-ptrace.c by Arun Sharma · 12 years ago
  8. 3220261 Fix a test failure by Arun Sharma · 12 years ago
  9. 814bd79 Fix some compiler warnings by Arun Sharma · 12 years ago
  10. 5e854a4 Fix typo in unw_get_proc_name documentation by Tommi Rantala · 12 years ago
  11. 4bf1b71 Use unw_context_t instead of ucontext_t in tests/Gtest-trace.c and tests/Gtest-bt.c by Tommi Rantala · 12 years ago
  12. 9158e52 Fix IP vs. PC confusion in tests on ARM by Tommi Rantala · 12 years ago
  13. a26f1ea IA64: `ent' needed conditionally in Gtables.c by Tommi Rantala · 12 years ago
  14. 0fecf13 Fix --enable-debug-frame build by Tommi Rantala · 12 years ago
  15. 5d36914 IA64: use tdep_find_unwind_table() in coredump lib by Tommi Rantala · 12 years ago
  16. 354b3fd Allow IA64 cross-compilation by Tommi Rantala · 12 years ago
  17. a06f189 Rip out AC_TYPE_SIGNAL and sighandler_t check by Tommi Rantala · 12 years ago
  18. de28c51 Build libunwind-coredump using libtool by Martin Milata · 12 years ago
  19. 0f6c831 Port crasher to FreeBSD. by Konstantin Belousov · 12 years ago
  20. 2126660 Allow --enable-debug=no by Arun Sharma · 12 years ago
  21. 0f9a540 coredump: add test by Martin Milata · 12 years ago
  22. 61a1737 Fix test build on FreeBSD. by Konstantin Belousov · 12 years ago
  23. d93d96a Fix compilation on IA64 by Martin Milata · 12 years ago
  24. fa54093 Merge branch 'coredump2' of https://github.com/adsharma/libunwind by Arun Sharma · 12 years ago
  25. dd297ea Revert "x86_64: unbreak test-ptrace" by Arun Sharma · 12 years ago
  26. c9c5a40 x86_64: unbreak test-ptrace by Arun Sharma · 12 years ago
  27. 1a6ea3d freebsd: Fix boundary conditions for non-dwarf walker on x86_64. by Konstantin Belousov · 12 years ago
  28. 3bb74aa freebsd: Account for the possible ERESTART handling of the syscalls. by Konstantin Belousov · 12 years ago
  29. 5f440b4 freebsd: Workaround for old FreeBSD kernels by Konstantin Belousov · 12 years ago
  30. f8858ba freebsd: Fix logic error by Konstantin Belousov · 12 years ago
  31. 0fac4c8 freebsd: Consistently use symbolic name UNW_EUNSPEC for errors by Konstantin Belousov · 12 years ago
  32. 69e300e dwarf: Get correct return from expression evaluation by Jiri Olsa · 12 years ago
  33. cbc66b6 mips: fix a linker error by Arun Sharma · 12 years ago
  34. 9507a9b ia64: move ia64 specific code out of dwarf by Arun Sharma · 12 years ago
  35. bc056ff coredump: update license to be the same as rest of libunwind by Arun Sharma · 12 years ago
  36. edcc521 Add helper macros for pointer arithmetics by Alexander Larsson · 12 years ago
  37. b1393b7 Clean up the elf notes handling in the coredump code by Alexander Larsson · 12 years ago
  38. 49ca8b6 ia64: remove references to an out of scope local by Arun Sharma · 12 years ago
  39. 5e59e93 dwarf: introduce a valid bit for dwarf_reg_state_t by Arun Sharma · 12 years ago
  40. d04dc94 dwarf: ip == 0 should't terminate unwind by Arun Sharma · 12 years ago
  41. 43e5ee2 Demote the debug level to reduce verbosity by Arun Sharma · 12 years ago
  42. 0628a98 Whitespace cleanup by Arun Sharma · 12 years ago
  43. 0c0ea23 Add support for multiple threads in core files by Alexander Larsson · 12 years ago
  44. d627481 Break out the ifdefs for the UCD_info.prstatus type by Alexander Larsson · 12 years ago
  45. b9ff650 Add _UCD_get_pid and _UCD_get_cursig by Alexander Larsson · 12 years ago
  46. adbeb79 Fix build with --enable-debug by Alexander Larsson · 12 years ago
  47. 46dfe3e Fixup whitespace in Makefile. by Arun Sharma · 12 years ago
  48. cc7c74e On FreeBSD, the structure is called prstatus. by Kostik Belousov · 12 years ago
  49. dc9be1a Implement register read for FreeBSD coredumps. by Kostik Belousov · 12 years ago
  50. 1e6959a Shut down compiler warning about format mismatch. by Kostik Belousov · 12 years ago
  51. e8eb583 Handle byteswap.h and endian.h inclusion. by Kostik Belousov · 12 years ago
  52. 7e5d279 Update namespace checks for dwarf_find_unwind_tables by Arun Sharma · 12 years ago
  53. 6da4dde Compile fix for platforms other than linux-i386 by Arun Sharma · 12 years ago
  54. f0bb806 Move the test case to tests dir. by Arun Sharma · 12 years ago
  55. 0f17b52 Fixup regnames on x64 by Arun Sharma · 12 years ago
  56. b08ae72 Add support for unwinding coredump images by Arun Sharma · 12 years ago
  57. d276b7a Introduce get_proc_name_in_image() by Arun Sharma · 12 years ago
  58. 6525714 Move some dwarf functionality from ptrace to dwarf by Arun Sharma · 12 years ago
  59. 25ee9f8 Introduce struct elf_dyn_info by Arun Sharma · 12 years ago
  60. 3d08506 Fix undefined symbol: _Uelf64_valid_object by Arun Sharma · 12 years ago
  61. 5932883 Provide the FreeBSD implementation for _UI_siglongjmp_cont on x86. by Konstantin Belousov · 13 years ago
  62. 1774384 FreeBSD also supports PT_GNU_STACK. by Konstantin Belousov · 13 years ago
  63. 29dae21 Style. by Konstantin Belousov · 13 years ago
  64. 29b32cf Fix silly mistakes in the definitions related to the FreeBSD offsets in by Konstantin Belousov · 13 years ago
  65. 51445f6 ARM: fix unwind table search when IP less than first table entry by Tommi Rantala · 13 years ago
  66. ec4b23b ARM: fix off-by-one in exidx VFP pop by Tommi Rantala · 13 years ago
  67. 458c661 Fix libunwind-generic.so symbolic link never being created in make install by Tommi Rantala · 13 years ago
  68. 52ca68c Fix a race condition by Arun Sharma · 13 years ago
  69. cf2f3d3 Correct the inverted check by Arun Sharma · 13 years ago
  70. 2f32820 Fix a compiler warning by Arun Sharma · 13 years ago
  71. 2b606fa Fix compilation on non-glibc machines. by Konstantin Belousov · 13 years ago
  72. 1010880 Address x86_64 crashes when using sigaltstack by Arun Sharma · 13 years ago
  73. 297d9cd Fix for failing test-setjmp by Paul Pluzhnikov · 13 years ago
  74. d84e5d5 Call dwarf_step only if CONFIG_DEBUG_FRAME is defined by Ken Werner · 13 years ago
  75. 786882f Remove unused variable segbase by Arun Sharma · 13 years ago
  76. 1e64499 Only declare the start/end variables in case CONFIG_DEBUG_FRAME is defined. by Ken Werner · 13 years ago
  77. 25aeae9 Fix breakage when host != target by Ken Werner · 13 years ago
  78. d20df8b Fix up the breakage when host != target by Arun Sharma · 13 years ago
  79. 851f142 Fix some compiler warnings by Arun Sharma · 13 years ago
  80. 3977724 Add missing <signal.h> include directive by Ken Werner · 13 years ago
  81. 91494b7 Define GNU and processor specific values for the Phdr p_type field by Ken Werner · 13 years ago
  82. 0eba216 [ARM] Add support for systems that don't support ucontext.h by Ken Werner · 13 years ago
  83. 059676c Prevent the use of struct dl_phdr_info outside of dl_iterate_phdr by Ken Werner · 13 years ago
  84. 0fed502 UNW_REMOTE_ONLY fixes by Ken Werner · 13 years ago
  85. 2c865b6 Include <sys/mman.h> to have MAP_ANONYMOUS defined by Ken Werner · 13 years ago
  86. 0a26727 Fix TLS destructor ordering problems by Arun Sharma · 13 years ago
  87. 08077a4 pthread_once() workaround for FreeBSD and Solaris by Arun Sharma · 13 years ago
  88. 9a311bf [ARM] fix for the check-namespace test case by Ken Werner · 13 years ago
  89. 7f41e70 Have tdep_get_elf_image available in case of UNW_REMOTE_ONLY by Ken Werner · 13 years ago
  90. da4743f Exclude arm_find_proc_info and arm_put_unwind_info in case of UNW_REMOTE_ONLY by Ken Werner · 13 years ago
  91. c01ea3f Have dwarf.h include pthread.h by Ken Werner · 13 years ago
  92. 1975719 Change _UPTi_find_unwind_table to return an integer. by Ken Werner · 13 years ago
  93. c4133e8 undef FORTIFY_SOURCE by Arun Sharma · 13 years ago
  94. 42b6708 Fix linker errors with recent binutils by Arun Sharma · 13 years ago
  95. f89fb17 Fix incorrect calls to memset. by Arun · 13 years ago
  96. 962366d Fixup compile errors on ia64. by Arun Sharma · 13 years ago
  97. ac0acd0 Bump up the library version by Arun Sharma · 13 years ago
  98. 1d8e2c1 Explicitly specify the libraries by Arun Sharma · 13 years ago
  99. 3bf76e8 Installed include files can't include config.h by Arun Sharma · 13 years ago
  100. 00abb7c Reorder libraries in lib_LTLIBRARIES by Arun Sharma · 13 years ago