1. e09f970 Handle register nums > 16 on x86_64 by Arun Sharma · 13 years ago
  2. 36511d3 Add support for handling signal frames on ARM Linux. by Ken Werner · 14 years ago
  3. ae5c1f2 Performance optimisations for fast trace. by Lassi Tuura · 14 years ago
  4. e2962af Implement a cheaper getcontext() by Arun Sharma · 14 years ago
  5. fd21d07 Create a generic and local variant of the extbl parser. by Ken Werner · 14 years ago
  6. 5f38f35 Drop a call frame in tdep_trace and avoid a call to unw_step. by Lassi Tuura · 14 years ago
  7. 50bc12a Export unw_backtrace() and alias backtrace() to it. by Lassi Tuura · 14 years ago
  8. 7ff83c0 Fix up compilation and test failures by Arun Sharma · 14 years ago
  9. 44a14d1 Integrate fast trace into backtrace(). by Lassi Tuura · 14 years ago
  10. 9e98f15 Fast back-trace for x86_64 for only collecting the call stack. by Lassi Tuura · 14 years ago
  11. 28f33c8 Auto-detect whether to use msync() or mincore() for address validation. by Lassi Tuura · 14 years ago
  12. f053677 Remove the ARM_EXIDX_TABLE_MALLOC code path. by Ken Werner · 14 years ago
  13. 6296ff1 Remove the appname string of the ARM extbl parser. by Ken Werner · 14 years ago
  14. fb325c8 ARM extbl cleanup. by Ken Werner · 14 years ago
  15. cf8d5e4 Have the ARM extbtl-parser operate on the DWARF model directly. by Ken Werner · 14 years ago
  16. 6a67154 Use ARM-specific unwinding tables in unw_step by Zachary T Welch · 14 years ago
  17. ffc474b Add module for parsing ARM-specific unwind tables by Zachary T Welch · 14 years ago
  18. ec633a1 Use UNW_OBJ instead of UNWI_ARCH_OBJ to rename unwi_unwind_method on ARM. by Ken Werner · 14 years ago
  19. c0a9d0c Fix the mismatch between the macro parameter and the name used in the body. by Arun Sharma · 14 years ago
  20. 00aed96 Add an experimental and optional frame chain unwinding for ARM by Arun Sharma · 15 years ago
  21. 46e10c5 Support .debug_frame based unwinding in _UPTi_find_unwind_table() by Arun Sharma · 15 years ago
  22. 546463d Factor out and export dwarf_find_debug_frame() function by Arun Sharma · 15 years ago
  23. 1787a2f Add path and pathlen arguments to tdep_get_elf_image() by Arun Sharma · 15 years ago
  24. a9dce3c During the stack unwinding process, the return address points to by Lassi Tuura · 15 years ago
  25. dac2d00 Identify signal frames by augmentation attribute. by Lassi Tuura · 15 years ago
  26. fd88f41 Merge remote branch 'origin/master' into freebsd by Konstantin Belousov · 15 years ago
  27. 8e53e62 Refactor os specific code for x86 (both 32 and 64 bit). by Arun Sharma · 15 years ago
  28. e9cd300 Move x86 porting further. by Konstantin Belousov · 15 years ago
  29. 71c4161 Remove extra empty line by Konstantin Belousov · 15 years ago
  30. bdee34d Jump buffer indices for FreeBSD/x86. by Konstantin Belousov · 15 years ago
  31. c61e0b9 Add sys/types.h for x86. by Konstantin Belousov · 15 years ago
  32. 71cbdc6 Provide real values for jmpbuf offsets for FreeBSD by Konstantin Belousov · 15 years ago
  33. 752ce15 Preliminary version of freebsd syscall unwinder by Konstantin Belousov · 15 years ago
  34. 093855f Remove unneeded includes of sys/types.h by Konstantin Belousov · 15 years ago
  35. 64b5391 Include sys/types.h once by Konstantin Belousov · 15 years ago
  36. c647238 Support walk over freebsd sigframes by Konstantin Belousov · 15 years ago
  37. 3eabce1 Include sys/types.h when needed. by Konstantin Belousov · 15 years ago
  38. 8ccebc9 MAP_ANONYMOUS by Konstantin Belousov · 15 years ago
  39. 905034c Initial attempt at the build infrastructure for FreeBSD. by Konstantin Belousov · 15 years ago
  40. 7520767 Be gcc compatible for C++ exceptions on 32 bit platforms. by Stefan Demharter · 15 years ago
  41. 54752e0 Implement getcontext for x86 by Paul Pluzhnikov · 15 years ago
  42. f88e949 Set UNW_TDEP_SP on x86 to ESP by Arun Sharma · 15 years ago
  43. 3067acf Remove duplicate calls to mark_as_used by Arun Sharma · 15 years ago
  44. 4ab26bc Fix compiler warnings seen with --disable_block_signals by Arun Sharma · 15 years ago
  45. 491d576 Fix compiler warnings on x86_64 by Arun Sharma · 15 years ago
  46. af9daf6 Fix the naming of the sigprocmask parameters. by Arun Sharma · 15 years ago
  47. 839db77 Wait if there is contention on the cache by Paul Pluzhnikov · 15 years ago
  48. 9aa0d6d Allow caller to block signals. by Paul Pluzhnikov · 15 years ago
  49. 35e6a1a This avoids a C++ syntax error with a (non-gcc?) compiler. by Arun Sharma · 15 years ago
  50. b483ea3 Multilib support. by Arun Sharma · 16 years ago
  51. aaed432 Remove more autogenerated files. by Arun Sharma · 16 years ago
  52. 2fce541 Implement _Unwind_GetIPInfo() as required by the C++ ABI by Arun Sharma · 16 years ago
  53. 9607c64 Fixup CONFIG_DEBUG_FRAME support. by Arun Sharma · 16 years ago
  54. ec53de8 [PATCH] Avoiding name conflict with the GNU-specific dprintf in stdio.h by Arun Sharma · 16 years ago
  55. ff0ae70 Bad pointer validation for 32 bit x86. by Arun Sharma · 16 years ago
  56. ef29ead This patch eliminates one system call per unwind by not using the by Arun Sharma · 16 years ago
  57. 649f1fb [X86-64] For local unwinding, we have a defence mechanism against by Arun Sharma · 16 years ago
  58. 3842dac Add initial ARM and MIPS support. To support this, also enable the by Daniel Jacobowitz · 17 years ago
  59. a8be10e [X86] Cleanup XMM handling for x86 by David Mosberger-Tang · 17 years ago
  60. 9ea6af8 [PPC32] Make PPC32 unwinding work for real. by Jose Flavio Aguilar Paulino · 17 years ago
  61. 4499bb2 [PPC32] First check-in to add preliminary support for Linux/PPC32. by Jose Flavio Aguilar Paulino · 17 years ago
  62. e6b9f35 Introduce a tdep_get_func_addr_hook() in the ELF lookup_symbol() by David Mosberger-Tang · 17 years ago
  63. fad8b04 Rebuilt configure and Makefile.in files. by David Mosberger-Tang · 17 years ago
  64. b33021e Add PPC64 support. by Jose Flavio Aguilar Paulino · 17 years ago
  65. be02d9a dwarf.h needs atomic_ops.h. So include it. by Arun Sharma · 18 years ago
  66. b3f25f6 [dwarf] Include <config.h> in dwarf.h since it's testing HAVE_ATOMIC_OPS_H. by David Mosberger-Tang · 18 years ago
  67. 795529e [x86-64] Add a known good address cache. by Arun Sharma (अरुण) · 18 years ago
  68. 1fdb08e Various fixes to get x86 to compile and work again. by David Mosberger-Tang · 18 years ago
  69. 11ea127 [dwarf] The sword() function in Gexpr.c doesn't do what's intended. by Arun Sharma · 18 years ago
  70. 8cdd8bf [x86-64] Make even UNW_LOCAL_ONLY accessors go through validation. by Arun Sharma · 18 years ago
  71. c5dc3c1 [dwarf] Allow return address column to differ from function to function. by Arun Sharma · 18 years ago
  72. 036cbfa Fix x86 compilation. by Arun Sharma · 18 years ago
  73. 00db7f7 Implement a ip -> dwarf_reg_state cache. by Arun Sharma · 18 years ago
  74. 37be21c Restore more files wiped out by Bitkeeper->CVS->GIT transition. by David Mosberger-Tang · 18 years ago
  75. ca69fee Merge ../libunwind-v0.98 by David Mosberger-Tang · 18 years ago
  76. f176ad6 Bring git v0.98.5 tree in sync with released v0.98.5. by David Mosberger-Tang · 18 years ago
  77. b47b9aa UNW_IA64_BSP and UNW_IA64_SP are no longer read-only. by hp.com!davidm · 20 years ago
  78. 7a8b0ba (rbs_get_base): New macro. by hp.com!davidm · 20 years ago
  79. d5ab898 (SOS_MEMORY_SIZE): Move to here from src/mi/mempool.c. by hp.com!davidm · 20 years ago
  80. 9d94c8f Rename: include/x86_64/jmpbuf.h -> include/tdep-x86_64/jmpbuf.h by hp.com!davidm · 20 years ago
  81. e3ac62c Rename: include/x86_64/jmpbuf.h -> include/tdep-x86_64/jmpbuf.h by hp.com!davidm · 20 years ago
  82. 3a2c945 Rename: include/x86/jmpbuf.h -> include/tdep-x86/jmpbuf.h by hp.com!davidm · 20 years ago
  83. f6d4c74 Rename: include/x86/jmpbuf.h -> include/tdep-x86/jmpbuf.h by hp.com!davidm · 20 years ago
  84. e6cf7e8 Rename: include/x86/dwarf-config.h -> include/tdep-x86/dwarf-config.h by hp.com!davidm · 20 years ago
  85. d90772c Rename: include/x86/dwarf-config.h -> include/tdep-x86/dwarf-config.h by hp.com!davidm · 20 years ago
  86. 56cea5b Rename: include/ia64/script.h -> include/tdep-ia64/script.h by hp.com!davidm · 20 years ago
  87. 12f0ce1 Rename: include/ia64/script.h -> include/tdep-ia64/script.h by hp.com!davidm · 20 years ago
  88. 910087d Rename: include/ia64/jmpbuf.h -> include/tdep-ia64/jmpbuf.h by hp.com!davidm · 20 years ago
  89. e86e182 Rename: include/ia64/jmpbuf.h -> include/tdep-ia64/jmpbuf.h by hp.com!davidm · 20 years ago
  90. 983d841 Rename: include/hppa/jmpbuf.h -> include/tdep-hppa/jmpbuf.h by hp.com!davidm · 20 years ago
  91. f8a07df Rename: include/hppa/jmpbuf.h -> include/tdep-hppa/jmpbuf.h by hp.com!davidm · 20 years ago
  92. 400a917 Rename: include/hppa/dwarf-config.h -> include/tdep-hppa/dwarf-config.h by hp.com!davidm · 20 years ago
  93. c56b45e Rename: include/hppa/dwarf-config.h -> include/tdep-hppa/dwarf-config.h by hp.com!davidm · 20 years ago
  94. 180a1ec Initial revision by hp.com!davidm · 20 years ago
  95. f9b7af5 Include <libunwind.h> instead of "internal.h" and "mempool.h". by hp.com!davidm · 20 years ago
  96. 3ad4903 Include "libunwind_i.h" instead of "tdep.h". by hp.com!davidm · 20 years ago
  97. ead43e8 Include "libunwind_i.h" instead of "internal.h". by hp.com!davidm · 20 years ago
  98. 59f9f6a Include "libunwind_i.h" instead of "internal.h". by hp.com!davidm · 20 years ago
  99. 5724bee Include "libunwind_i.h" instead of "internal.h". by hp.com!davidm · 20 years ago
  100. 5e5db2d Adjust for renaming of file. by hp.com!davidm · 20 years ago