1. 3fa4997 Allow 64 bit host library to build. by Christopher Ferris · 11 years ago
  2. fe6ff00 Refactor makefile. by Christopher Ferris · 11 years ago
  3. 220127b Merge "x86_64: enable architecture" by Christopher Ferris · 11 years ago
  4. b58eb4a Switch libunwind over to <sys/ucontext.h>. by Elliott Hughes · 11 years ago
  5. 4a188fb Switch x86 libunwind over to <sys/ucontext.h>. by Elliott Hughes · 11 years ago
  6. f1f90e7 x86_64: enable architecture by Pavel Chupin · 11 years ago
  7. f6cc913 Do not allow read/writing if map is NULL. by Christopher Ferris · 11 years ago
  8. bfe761c Merge "Fix memory leak." by Christopher Ferris · 11 years ago
  9. d3bf49b Fix memory leak. by Christopher Ferris · 11 years ago
  10. e153da5 bionic no longer has <sys/procfs.h>. by Elliott Hughes · 11 years ago
  11. 26183d2 libunwind: build multiple arches by Colin Cross · 11 years ago
  12. 9fc75e8 Refactor the makefile for aarch64 support. by Christopher Ferris · 11 years ago
  13. 16b95a6 Add speed-ups to libunwind. by Christopher Ferris · 11 years ago
  14. 9dee3d2 Stop unwinding when seeing a repeated ip on x86. by Christopher Ferris · 11 years ago
  15. 5e40448 Point the scripts to uapi kernel headers. by Christopher Ferris · 11 years ago
  16. 836d915 Add dependencies on the makefile. by Christopher Ferris · 11 years ago
  17. cdf9ee5 Only check the map for local unwinds. by Christopher Ferris · 11 years ago
  18. ceecb6d am 7d46a21e: For current process, check memory accesses. by Christopher Ferris · 11 years ago
  19. 7d46a21 For current process, check memory accesses. by Christopher Ferris · 11 years ago
  20. 04695f1 am 98476151: Fix memory leaks in dwarf processing. by Christopher Ferris · 11 years ago
  21. 9847615 Fix memory leaks in dwarf processing. by Christopher Ferris · 11 years ago
  22. 5cd2bf2 am 5f0e55ca: Move stack structures to allocations. by Christopher Ferris · 11 years ago
  23. 5f0e55c Move stack structures to allocations. by Christopher Ferris · 11 years ago
  24. d6192fa am d7a59bcd: Add module license marker by Kenny Root · 11 years ago
  25. d7a59bc Add module license marker by Kenny Root · 11 years ago
  26. 7b8be67 am cc6cc088: Add a new option to conserve stack space. by Christopher Ferris · 11 years ago
  27. cc6cc08 Add a new option to conserve stack space. by Christopher Ferris · 11 years ago
  28. 6e45dc5 am dcf256a2: Add file that was missed in initial submit. by Christopher Ferris · 11 years ago
  29. 929ed5d am efb75a0b: Update external/libunwind to build in android. by Christopher Ferris · 11 years ago
  30. 6534a77 Add file that was missed in initial submit. by Christopher Ferris · 11 years ago
  31. dcf256a Add file that was missed in initial submit. by Christopher Ferris · 11 years ago
  32. 1c82a52 Update external/libunwind to build in android. by Christopher Ferris · 11 years ago
  33. efb75a0 Update external/libunwind to build in android. by Christopher Ferris · 11 years ago
  34. f58b925 Merge git://git.sv.gnu.org/libunwind by Geoff Mendal · 11 years ago
  35. 2c3444d Remove one of duplicated declarations of `get_proc_name' by Masatake YAMATO · 11 years ago
  36. 3d6ac91 Initial empty repository by Baligh Uddin · 11 years ago
  37. dee708f Missing -llzma in libunwind.pc by Masatake YAMATO · 11 years ago
  38. af23f0a Add Cflags keyword to pkg-config metadata files by Luca Clementi · 11 years ago
  39. 3b8254d Fix unwind info freeing code in DWARF parser by Matt Fischer · 12 years ago
  40. d41a453 Fix a build error by Arun Sharma · 12 years ago
  41. 5eba0f8 Fixup long lines. by Arun Sharma · 12 years ago
  42. eac65dc Add basic support for the QNX operating system by Matt Fischer · 12 years ago
  43. ac6c0a6 [PATCH] AArch64 port. by Yvan Roux · 12 years ago
  44. 612e105 Fix symlink install hook by Matt Fischer · 12 years ago
  45. 61fad17 Build crasher test only when coredump support is enabled by Matt Fischer · 12 years ago
  46. 563b0ff Added --enable-setjmp by Matt Fischer · 12 years ago
  47. abb0957 Added --enable-ptrace by Matt Fischer · 12 years ago
  48. becfc23 Fix the UNW_TDEP_CURSOR_LEN for ppc32 to fix assert failure by Dave Lerner · 12 years ago
  49. f92ecb6 dwarf: Fix memory leak by Arun Sharma · 12 years ago
  50. 8028a53 unw_is_signal_frame should return false/0 for bad addresses by dave lerner · 12 years ago
  51. 679b65c dwarf: Fix the order of the operands to the relational operators by Chris January · 12 years ago
  52. 10b064f Support building with older compilers. by Ladislav Michl · 12 years ago
  53. ae3dd94 Add known test failures to XFAIL_TESTS by Arun Sharma · 12 years ago
  54. d7322f0 Update to v1.1 by Arun Sharma · 12 years ago
  55. adae66d Fix x86-64 debug build -Wformat warning by Tommi Rantala · 12 years ago
  56. 96c1bca Fix header inclusion order in `src/elfxx.c' by Tommi Rantala · 12 years ago
  57. cb3fbbb Reduce the number of ifdefs in machine independent code by Arun Sharma · 12 years ago
  58. 6456da2 Assign `func' just once in Ltest-nocalloc glibc case by Tommi Rantala · 12 years ago
  59. 65f9364 Add arguments to malloc and calloc prototypes in Ltest-nocalloc by Tommi Rantala · 12 years ago
  60. 249ff2f Remove unused variable in Ltest-nocalloc by Tommi Rantala · 12 years ago
  61. e9f161a Replace empty argument lists with `void' in tests by Tommi Rantala · 12 years ago
  62. 890e23e Prefer NULL over zero by Tommi Rantala · 12 years ago
  63. aebba1f Apply `define_lock()' by Tommi Rantala · 12 years ago
  64. 22aff2c Fix second operand read in dwarf_eval_expr() by Tommi Rantala · 12 years ago
  65. 65bdcc6 Teach autotools current ARM `ex_tables.h' location by Tommi Rantala · 12 years ago
  66. 2fbbf27 Use shared `ARRAY_SIZE' in IA64 tests by Tommi Rantala · 12 years ago
  67. 6b55e0a Use `UNUSED' in tests by Tommi Rantala · 12 years ago
  68. 5e7e890 Plug in `ALIAS' attribute by Tommi Rantala · 12 years ago
  69. 7d471b1 Define and use `CONST_ATTR' by Tommi Rantala · 12 years ago
  70. e0653f9 Define and use `WEAK' by Tommi Rantala · 12 years ago
  71. e3e49dc Define and use `NOINLINE' by Tommi Rantala · 12 years ago
  72. 397f32a Plug in `ARRAY_SIZE' in ptrace code by Tommi Rantala · 12 years ago
  73. dcbe683 IA64: constify read only arrays in `tdep_init()' by Tommi Rantala · 12 years ago
  74. 088ac53 Constify `operands' in src/dwarf/Gexpr.c by Tommi Rantala · 12 years ago
  75. ee8df26 Constify `dwarf_to_unw_regnum_map' by Tommi Rantala · 12 years ago
  76. a9b5b10 Set `_UPT_reg_offset' read only by Tommi Rantala · 12 years ago
  77. fca254a IA64: give prototype for `ia64_find_unwind_table()' by Tommi Rantala · 12 years ago
  78. e2d5cdd ppc32: include `compiler.h' for UNUSED in ucontext_i.h by Tommi Rantala · 12 years ago
  79. 8d5b1ae SuperH port by Tommi Rantala · 12 years ago
  80. 7d77ef4 Enable coredump library build on ARM by default by Tommi Rantala · 12 years ago
  81. 79c2c25 MIPS coredump support by Tommi Rantala · 12 years ago
  82. ded94b9 Stop including `memory.h' by Tommi Rantala · 12 years ago
  83. 58354c9 Nuke HAVE_BACKTRACE by Tommi Rantala · 12 years ago
  84. 848ad53 Call snprintf() from signal handler only if required in test-async-sig by Tommi Rantala · 12 years ago
  85. 7263a97 Roll `test-nocalloc' into `Ltest-nocalloc.c' by Tommi Rantala · 12 years ago
  86. aeb1afc Call `unw_backtrace()' explicitly in test-flush-cache.c by Tommi Rantala · 12 years ago
  87. 643fc92 Rename `rs-race' to `Lrs-race' by Tommi Rantala · 12 years ago
  88. 0d7738e Cleanup dynamically allocated memory before exit in tests by Tommi Rantala · 12 years ago
  89. 438d9de Remove unneeded `config.h' inclusion in Gtest-nomalloc by Tommi Rantala · 12 years ago
  90. be230ad Rename `test-varargs' to `Ltest-varargs' by Tommi Rantala · 12 years ago
  91. 939a5e1 Annotate potentially unused variable in tests/test-coredump-unwind.c by Tommi Rantala · 12 years ago
  92. 7673df2 Annotate potentially unused variable in tests/Gtest-trace.c by Tommi Rantala · 12 years ago
  93. 0c838c4 Annotate potentially unused variable in tests/Gtest-bt.c by Tommi Rantala · 12 years ago
  94. 23fdda6 Workaround volatileness warning in tests/ia64-test-setjmp.c by Tommi Rantala · 12 years ago
  95. 074e328 Avoid -Wunused-value warning in tests/Gia64-test-stack.c by Tommi Rantala · 12 years ago
  96. 68b2080 Clear out `ip' to avoid -Wuninitialized warning in tests/test-coredump-unwind.c by Tommi Rantala · 12 years ago
  97. d3fd3dc Default to non-verbose mode in Ltest-cxx-exceptions by Tommi Rantala · 12 years ago
  98. cc6cd62 HPPA: kludge out unused variable in unw_get_save_loc() stub by Tommi Rantala · 12 years ago
  99. fc38a53 HPPA: properly check dwarf_get() return value in unw_step() by Tommi Rantala · 12 years ago
  100. 6023ccf PPC: remove unused `PAGE_START' macro from Ginit.c by Tommi Rantala · 12 years ago