1. a15874f Annotate unused argument in mark_as_used() to avoid -Wextra compiler noise by Tommi Rantala · 13 years ago
  2. 7e5cab6 Add missing newline to debug message in _UCD_access_reg_linux.c by Tommi Rantala · 12 years ago
  3. e61c6f6 Fix function name duplication in Debug() output by Tommi Rantala · 12 years ago
  4. 18c26d4 Place `inline' at beginning of declaration of invalidate_edi() by Tommi Rantala · 12 years ago
  5. 39b8398 Flush icache with __builtin___clear_cache() in tests when compiling with GCC by Tommi Rantala · 12 years ago
  6. 5fedf34 Avoid -Wunused-value warning in tests/Gtest-exc.c by Tommi Rantala · 12 years ago
  7. 5b55e55 test-resume-sig-rt: test unw_resume() in presence of "realtime" signal frame by Tommi Rantala · 12 years ago
  8. 5738bac ARM: fix with-signal-frame local unw_resume() by Tommi Rantala · 12 years ago
  9. 14fc159 ARM: fix non-signal-frame local unw_resume() due to compiler optimization cleverness by Tommi Rantala · 12 years ago
  10. 5fef17c Fix memory leaks in unw_create_addr_space() wrong-endian error paths by Tommi Rantala · 12 years ago
  11. ff0c6cc Remove unneeded length modifier from suppressed match in sscanf() format in tests/crasher.c by Tommi Rantala · 12 years ago
  12. 2d75095 Use constants for ELF magic bytes in _UCD_create.c by Tommi Rantala · 12 years ago
  13. 9a6d921 Fix plain return from main() in tests/test-async-sig.c by Tommi Rantala · 12 years ago
  14. 7b81113 MIPS: implement dwarf_to_unw_regnum() macro without table by Tommi Rantala · 12 years ago
  15. 1dc66bd ARM: implement dwarf_to_unw_regnum() macro without table by Tommi Rantala · 12 years ago
  16. 6a5da54 Allow for architecture specific dwarf_to_unw_regnum() by Tommi Rantala · 12 years ago
  17. 54a096a PPC: do not export dwarf_to_unw_regnum_map by Tommi Rantala · 12 years ago
  18. 80fc285 MIPS: fix symbol naming for `mips_lock', `mips_local_resume', and `mips_local_addr_space_init' by Tommi Rantala · 12 years ago
  19. 56f07a8 Stop using nonportable echo arguments in tests by Tommi Rantala · 12 years ago
  20. 96cc0e8 Run `autoupdate' to stop using obsoleted macros in `configure.in' by Tommi Rantala · 12 years ago
  21. 757c81c Update .gitignore by Tommi Rantala · 12 years ago
  22. f42a8de Annotate unused parameters in tests by Tommi Rantala · 12 years ago
  23. 47a99b6 Eliminate unused parameters in tests by Tommi Rantala · 12 years ago
  24. 6f374cc Ignore _fbss, _fdata, _ftext and _gp symbols on MIPS by Tommi Rantala · 12 years ago
  25. a63c209 Add PPC namespace checking by Tommi Rantala · 12 years ago
  26. d139d7e HPPA: include `mempool.h' in `libunwind_i.h' by Tommi Rantala · 12 years ago
  27. d1e4614 HPPA: add `global_cache' member to unw_addr_space struct by Tommi Rantala · 12 years ago
  28. 971216f HPPA: fix tdep_put_unwind_info() macro by Tommi Rantala · 12 years ago
  29. 201bb87 Use libtool to build libunwind-ptrace by Arun Sharma · 12 years ago
  30. 04c77cc Fix for test suite build in the separate directory. by Konstantin Belousov · 12 years ago
  31. 538f63d Fix test-ptrace in automated mode by Arun Sharma · 12 years ago
  32. 3d5e6c1 Search MiniDebugInfo for procedure names by Martin Milata · 12 years ago
  33. 71c1fff Refactor parts of elfxx.c to allow reusing code by Martin Milata · 12 years ago
  34. 4ab9e5d MiniDebugInfo test: tests/run-coredump-unwind-mdi by Martin Milata · 12 years ago
  35. 7d5a197 Add liblzma detection to configure script by Martin Milata · 12 years ago
  36. 2dbc26d Make coredump test also test unw_get_proc_name by Martin Milata · 12 years ago
  37. e11a6a4 Fix incorrect return code of unw_get_proc_name by Martin Milata · 12 years ago
  38. 707b1db Fix a SIGSEGV in test-ptrace.c by Arun Sharma · 12 years ago
  39. 3220261 Fix a test failure by Arun Sharma · 12 years ago
  40. 814bd79 Fix some compiler warnings by Arun Sharma · 12 years ago
  41. 5e854a4 Fix typo in unw_get_proc_name documentation by Tommi Rantala · 12 years ago
  42. 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
  43. 9158e52 Fix IP vs. PC confusion in tests on ARM by Tommi Rantala · 12 years ago
  44. a26f1ea IA64: `ent' needed conditionally in Gtables.c by Tommi Rantala · 12 years ago
  45. 0fecf13 Fix --enable-debug-frame build by Tommi Rantala · 12 years ago
  46. 5d36914 IA64: use tdep_find_unwind_table() in coredump lib by Tommi Rantala · 12 years ago
  47. 354b3fd Allow IA64 cross-compilation by Tommi Rantala · 12 years ago
  48. a06f189 Rip out AC_TYPE_SIGNAL and sighandler_t check by Tommi Rantala · 12 years ago
  49. de28c51 Build libunwind-coredump using libtool by Martin Milata · 12 years ago
  50. 0f6c831 Port crasher to FreeBSD. by Konstantin Belousov · 12 years ago
  51. 2126660 Allow --enable-debug=no by Arun Sharma · 12 years ago
  52. 0f9a540 coredump: add test by Martin Milata · 12 years ago
  53. 61a1737 Fix test build on FreeBSD. by Konstantin Belousov · 12 years ago
  54. d93d96a Fix compilation on IA64 by Martin Milata · 12 years ago
  55. fa54093 Merge branch 'coredump2' of https://github.com/adsharma/libunwind by Arun Sharma · 12 years ago
  56. dd297ea Revert "x86_64: unbreak test-ptrace" by Arun Sharma · 12 years ago
  57. c9c5a40 x86_64: unbreak test-ptrace by Arun Sharma · 12 years ago
  58. 1a6ea3d freebsd: Fix boundary conditions for non-dwarf walker on x86_64. by Konstantin Belousov · 13 years ago
  59. 3bb74aa freebsd: Account for the possible ERESTART handling of the syscalls. by Konstantin Belousov · 13 years ago
  60. 5f440b4 freebsd: Workaround for old FreeBSD kernels by Konstantin Belousov · 13 years ago
  61. f8858ba freebsd: Fix logic error by Konstantin Belousov · 13 years ago
  62. 0fac4c8 freebsd: Consistently use symbolic name UNW_EUNSPEC for errors by Konstantin Belousov · 13 years ago
  63. 69e300e dwarf: Get correct return from expression evaluation by Jiri Olsa · 13 years ago
  64. cbc66b6 mips: fix a linker error by Arun Sharma · 13 years ago
  65. 9507a9b ia64: move ia64 specific code out of dwarf by Arun Sharma · 13 years ago
  66. bc056ff coredump: update license to be the same as rest of libunwind by Arun Sharma · 13 years ago
  67. edcc521 Add helper macros for pointer arithmetics by Alexander Larsson · 13 years ago
  68. b1393b7 Clean up the elf notes handling in the coredump code by Alexander Larsson · 13 years ago
  69. 49ca8b6 ia64: remove references to an out of scope local by Arun Sharma · 13 years ago
  70. 5e59e93 dwarf: introduce a valid bit for dwarf_reg_state_t by Arun Sharma · 13 years ago
  71. d04dc94 dwarf: ip == 0 should't terminate unwind by Arun Sharma · 13 years ago
  72. 43e5ee2 Demote the debug level to reduce verbosity by Arun Sharma · 13 years ago
  73. 0628a98 Whitespace cleanup by Arun Sharma · 13 years ago
  74. 0c0ea23 Add support for multiple threads in core files by Alexander Larsson · 13 years ago
  75. d627481 Break out the ifdefs for the UCD_info.prstatus type by Alexander Larsson · 13 years ago
  76. b9ff650 Add _UCD_get_pid and _UCD_get_cursig by Alexander Larsson · 13 years ago
  77. adbeb79 Fix build with --enable-debug by Alexander Larsson · 13 years ago
  78. 46dfe3e Fixup whitespace in Makefile. by Arun Sharma · 13 years ago
  79. cc7c74e On FreeBSD, the structure is called prstatus. by Kostik Belousov · 13 years ago
  80. dc9be1a Implement register read for FreeBSD coredumps. by Kostik Belousov · 13 years ago
  81. 1e6959a Shut down compiler warning about format mismatch. by Kostik Belousov · 13 years ago
  82. e8eb583 Handle byteswap.h and endian.h inclusion. by Kostik Belousov · 13 years ago
  83. 7e5d279 Update namespace checks for dwarf_find_unwind_tables by Arun Sharma · 13 years ago
  84. 6da4dde Compile fix for platforms other than linux-i386 by Arun Sharma · 13 years ago
  85. f0bb806 Move the test case to tests dir. by Arun Sharma · 13 years ago
  86. 0f17b52 Fixup regnames on x64 by Arun Sharma · 13 years ago
  87. b08ae72 Add support for unwinding coredump images by Arun Sharma · 13 years ago
  88. d276b7a Introduce get_proc_name_in_image() by Arun Sharma · 13 years ago
  89. 6525714 Move some dwarf functionality from ptrace to dwarf by Arun Sharma · 13 years ago
  90. 25ee9f8 Introduce struct elf_dyn_info by Arun Sharma · 13 years ago
  91. 3d08506 Fix undefined symbol: _Uelf64_valid_object by Arun Sharma · 13 years ago
  92. 5932883 Provide the FreeBSD implementation for _UI_siglongjmp_cont on x86. by Konstantin Belousov · 13 years ago
  93. 1774384 FreeBSD also supports PT_GNU_STACK. by Konstantin Belousov · 13 years ago
  94. 29dae21 Style. by Konstantin Belousov · 13 years ago
  95. 29b32cf Fix silly mistakes in the definitions related to the FreeBSD offsets in by Konstantin Belousov · 13 years ago
  96. 51445f6 ARM: fix unwind table search when IP less than first table entry by Tommi Rantala · 13 years ago
  97. ec4b23b ARM: fix off-by-one in exidx VFP pop by Tommi Rantala · 13 years ago
  98. 458c661 Fix libunwind-generic.so symbolic link never being created in make install by Tommi Rantala · 13 years ago
  99. 52ca68c Fix a race condition by Arun Sharma · 13 years ago
  100. cf2f3d3 Correct the inverted check by Arun Sharma · 13 years ago