1. 5d0f376 Invert tdep_init() flag logic by Tommi Rantala · 12 years ago
  2. c2d6f85 Use __sync builtin atomics on all architectures if available by Tommi Rantala · 12 years ago
  3. 9a3565d Simplify `sos_alloc()' implementation by Tommi Rantala · 12 years ago
  4. 26fc156 Align `sos_memory' to MAX_ALIGN by Tommi Rantala · 12 years ago
  5. 0aa60f4 Remove unneeded `atomic_ops.h' inclusion in `dwarf.h' by Tommi Rantala · 12 years ago
  6. dc680c0 Pull attribute macros from `libunwind_i.h' to new header `compiler.h' by Tommi Rantala · 12 years ago
  7. c2f7574 Rename and share `ALIGN' macro from _UCD_internal.h by Tommi Rantala · 12 years ago
  8. a15874f Annotate unused argument in mark_as_used() to avoid -Wextra compiler noise by Tommi Rantala · 13 years ago
  9. 18c26d4 Place `inline' at beginning of declaration of invalidate_edi() by Tommi Rantala · 12 years ago
  10. 7b81113 MIPS: implement dwarf_to_unw_regnum() macro without table by Tommi Rantala · 12 years ago
  11. 1dc66bd ARM: implement dwarf_to_unw_regnum() macro without table by Tommi Rantala · 12 years ago
  12. 6a5da54 Allow for architecture specific dwarf_to_unw_regnum() by Tommi Rantala · 12 years ago
  13. d139d7e HPPA: include `mempool.h' in `libunwind_i.h' by Tommi Rantala · 12 years ago
  14. d1e4614 HPPA: add `global_cache' member to unw_addr_space struct by Tommi Rantala · 12 years ago
  15. 971216f HPPA: fix tdep_put_unwind_info() macro by Tommi Rantala · 12 years ago
  16. d93d96a Fix compilation on IA64 by Martin Milata · 12 years ago
  17. fa54093 Merge branch 'coredump2' of https://github.com/adsharma/libunwind by Arun Sharma · 12 years ago
  18. 5e59e93 dwarf: introduce a valid bit for dwarf_reg_state_t by Arun Sharma · 13 years ago
  19. 0c0ea23 Add support for multiple threads in core files by Alexander Larsson · 13 years ago
  20. b9ff650 Add _UCD_get_pid and _UCD_get_cursig by Alexander Larsson · 13 years ago
  21. b08ae72 Add support for unwinding coredump images by Arun Sharma · 13 years ago
  22. 6525714 Move some dwarf functionality from ptrace to dwarf by Arun Sharma · 13 years ago
  23. 25ee9f8 Introduce struct elf_dyn_info by Arun Sharma · 13 years ago
  24. 29b32cf Fix silly mistakes in the definitions related to the FreeBSD offsets in by Konstantin Belousov · 13 years ago
  25. d20df8b Fix up the breakage when host != target by Arun Sharma · 13 years ago
  26. 91494b7 Define GNU and processor specific values for the Phdr p_type field by Ken Werner · 13 years ago
  27. 0eba216 [ARM] Add support for systems that don't support ucontext.h by Ken Werner · 13 years ago
  28. 059676c Prevent the use of struct dl_phdr_info outside of dl_iterate_phdr by Ken Werner · 13 years ago
  29. 0fed502 UNW_REMOTE_ONLY fixes by Ken Werner · 13 years ago
  30. 2c865b6 Include <sys/mman.h> to have MAP_ANONYMOUS defined by Ken Werner · 13 years ago
  31. c01ea3f Have dwarf.h include pthread.h by Ken Werner · 13 years ago
  32. 3bf76e8 Installed include files can't include config.h by Arun Sharma · 13 years ago
  33. d83846f ARM: Initial support for remote unwinding using libunwind-ptrace by Ken Werner · 13 years ago
  34. 545023c Rework the lookup of the ARM specific unwind info by Ken Werner · 13 years ago
  35. 0b9f591 Make the dwarf dl_iterate_phdr callback available within libunwind. by Ken Werner · 13 years ago
  36. 25f6b82 Change address type from void* to unw_word_t. by Ken Werner · 13 years ago
  37. 264b101 Move arm_exidx_entry and arm_exidx_table structs from ex_tables.h into libunwind-arm.h. by Ken Werner · 13 years ago
  38. e09f970 Handle register nums > 16 on x86_64 by Arun Sharma · 13 years ago
  39. 36511d3 Add support for handling signal frames on ARM Linux. by Ken Werner · 14 years ago
  40. ae5c1f2 Performance optimisations for fast trace. by Lassi Tuura · 14 years ago
  41. e2962af Implement a cheaper getcontext() by Arun Sharma · 14 years ago
  42. fd21d07 Create a generic and local variant of the extbl parser. by Ken Werner · 14 years ago
  43. 5f38f35 Drop a call frame in tdep_trace and avoid a call to unw_step. by Lassi Tuura · 14 years ago
  44. 50bc12a Export unw_backtrace() and alias backtrace() to it. by Lassi Tuura · 14 years ago
  45. 7ff83c0 Fix up compilation and test failures by Arun Sharma · 14 years ago
  46. 44a14d1 Integrate fast trace into backtrace(). by Lassi Tuura · 14 years ago
  47. 9e98f15 Fast back-trace for x86_64 for only collecting the call stack. by Lassi Tuura · 14 years ago
  48. 28f33c8 Auto-detect whether to use msync() or mincore() for address validation. by Lassi Tuura · 14 years ago
  49. f053677 Remove the ARM_EXIDX_TABLE_MALLOC code path. by Ken Werner · 14 years ago
  50. 6296ff1 Remove the appname string of the ARM extbl parser. by Ken Werner · 14 years ago
  51. fb325c8 ARM extbl cleanup. by Ken Werner · 14 years ago
  52. cf8d5e4 Have the ARM extbtl-parser operate on the DWARF model directly. by Ken Werner · 14 years ago
  53. 6a67154 Use ARM-specific unwinding tables in unw_step by Zachary T Welch · 14 years ago
  54. ffc474b Add module for parsing ARM-specific unwind tables by Zachary T Welch · 14 years ago
  55. ec633a1 Use UNW_OBJ instead of UNWI_ARCH_OBJ to rename unwi_unwind_method on ARM. by Ken Werner · 14 years ago
  56. c0a9d0c Fix the mismatch between the macro parameter and the name used in the body. by Arun Sharma · 14 years ago
  57. 00aed96 Add an experimental and optional frame chain unwinding for ARM by Arun Sharma · 14 years ago
  58. 46e10c5 Support .debug_frame based unwinding in _UPTi_find_unwind_table() by Arun Sharma · 14 years ago
  59. 546463d Factor out and export dwarf_find_debug_frame() function by Arun Sharma · 14 years ago
  60. 1787a2f Add path and pathlen arguments to tdep_get_elf_image() by Arun Sharma · 14 years ago
  61. a9dce3c During the stack unwinding process, the return address points to by Lassi Tuura · 15 years ago
  62. dac2d00 Identify signal frames by augmentation attribute. by Lassi Tuura · 15 years ago
  63. fd88f41 Merge remote branch 'origin/master' into freebsd by Konstantin Belousov · 15 years ago
  64. 8e53e62 Refactor os specific code for x86 (both 32 and 64 bit). by Arun Sharma · 15 years ago
  65. e9cd300 Move x86 porting further. by Konstantin Belousov · 15 years ago
  66. 71c4161 Remove extra empty line by Konstantin Belousov · 15 years ago
  67. bdee34d Jump buffer indices for FreeBSD/x86. by Konstantin Belousov · 15 years ago
  68. c61e0b9 Add sys/types.h for x86. by Konstantin Belousov · 15 years ago
  69. 71cbdc6 Provide real values for jmpbuf offsets for FreeBSD by Konstantin Belousov · 15 years ago
  70. 752ce15 Preliminary version of freebsd syscall unwinder by Konstantin Belousov · 15 years ago
  71. 093855f Remove unneeded includes of sys/types.h by Konstantin Belousov · 15 years ago
  72. 64b5391 Include sys/types.h once by Konstantin Belousov · 15 years ago
  73. c647238 Support walk over freebsd sigframes by Konstantin Belousov · 15 years ago
  74. 3eabce1 Include sys/types.h when needed. by Konstantin Belousov · 15 years ago
  75. 8ccebc9 MAP_ANONYMOUS by Konstantin Belousov · 15 years ago
  76. 905034c Initial attempt at the build infrastructure for FreeBSD. by Konstantin Belousov · 15 years ago
  77. 7520767 Be gcc compatible for C++ exceptions on 32 bit platforms. by Stefan Demharter · 15 years ago
  78. 54752e0 Implement getcontext for x86 by Paul Pluzhnikov · 15 years ago
  79. f88e949 Set UNW_TDEP_SP on x86 to ESP by Arun Sharma · 15 years ago
  80. 3067acf Remove duplicate calls to mark_as_used by Arun Sharma · 15 years ago
  81. 4ab26bc Fix compiler warnings seen with --disable_block_signals by Arun Sharma · 15 years ago
  82. 491d576 Fix compiler warnings on x86_64 by Arun Sharma · 15 years ago
  83. af9daf6 Fix the naming of the sigprocmask parameters. by Arun Sharma · 15 years ago
  84. 839db77 Wait if there is contention on the cache by Paul Pluzhnikov · 15 years ago
  85. 9aa0d6d Allow caller to block signals. by Paul Pluzhnikov · 15 years ago
  86. 35e6a1a This avoids a C++ syntax error with a (non-gcc?) compiler. by Arun Sharma · 15 years ago
  87. b483ea3 Multilib support. by Arun Sharma · 16 years ago
  88. aaed432 Remove more autogenerated files. by Arun Sharma · 16 years ago
  89. 2fce541 Implement _Unwind_GetIPInfo() as required by the C++ ABI by Arun Sharma · 16 years ago
  90. 9607c64 Fixup CONFIG_DEBUG_FRAME support. by Arun Sharma · 16 years ago
  91. ec53de8 [PATCH] Avoiding name conflict with the GNU-specific dprintf in stdio.h by Arun Sharma · 16 years ago
  92. ff0ae70 Bad pointer validation for 32 bit x86. by Arun Sharma · 16 years ago
  93. ef29ead This patch eliminates one system call per unwind by not using the by Arun Sharma · 16 years ago
  94. 649f1fb [X86-64] For local unwinding, we have a defence mechanism against by Arun Sharma · 16 years ago
  95. 3842dac Add initial ARM and MIPS support. To support this, also enable the by Daniel Jacobowitz · 17 years ago
  96. a8be10e [X86] Cleanup XMM handling for x86 by David Mosberger-Tang · 17 years ago
  97. 9ea6af8 [PPC32] Make PPC32 unwinding work for real. by Jose Flavio Aguilar Paulino · 17 years ago
  98. 4499bb2 [PPC32] First check-in to add preliminary support for Linux/PPC32. by Jose Flavio Aguilar Paulino · 17 years ago
  99. e6b9f35 Introduce a tdep_get_func_addr_hook() in the ELF lookup_symbol() by David Mosberger-Tang · 17 years ago
  100. fad8b04 Rebuilt configure and Makefile.in files. by David Mosberger-Tang · 17 years ago