1. 61fad17 Build crasher test only when coredump support is enabled by Matt Fischer · 11 years ago
  2. 563b0ff Added --enable-setjmp by Matt Fischer · 11 years ago
  3. abb0957 Added --enable-ptrace by Matt Fischer · 11 years ago
  4. ae3dd94 Add known test failures to XFAIL_TESTS by Arun Sharma · 12 years ago
  5. 6456da2 Assign `func' just once in Ltest-nocalloc glibc case by Tommi Rantala · 12 years ago
  6. 65f9364 Add arguments to malloc and calloc prototypes in Ltest-nocalloc by Tommi Rantala · 12 years ago
  7. 249ff2f Remove unused variable in Ltest-nocalloc by Tommi Rantala · 12 years ago
  8. e9f161a Replace empty argument lists with `void' in tests by Tommi Rantala · 12 years ago
  9. 890e23e Prefer NULL over zero by Tommi Rantala · 12 years ago
  10. 2fbbf27 Use shared `ARRAY_SIZE' in IA64 tests by Tommi Rantala · 12 years ago
  11. 6b55e0a Use `UNUSED' in tests by Tommi Rantala · 12 years ago
  12. 5e7e890 Plug in `ALIAS' attribute by Tommi Rantala · 12 years ago
  13. e3e49dc Define and use `NOINLINE' by Tommi Rantala · 12 years ago
  14. ded94b9 Stop including `memory.h' by Tommi Rantala · 12 years ago
  15. 58354c9 Nuke HAVE_BACKTRACE by Tommi Rantala · 12 years ago
  16. 848ad53 Call snprintf() from signal handler only if required in test-async-sig by Tommi Rantala · 12 years ago
  17. 7263a97 Roll `test-nocalloc' into `Ltest-nocalloc.c' by Tommi Rantala · 12 years ago
  18. aeb1afc Call `unw_backtrace()' explicitly in test-flush-cache.c by Tommi Rantala · 12 years ago
  19. 643fc92 Rename `rs-race' to `Lrs-race' by Tommi Rantala · 12 years ago
  20. 0d7738e Cleanup dynamically allocated memory before exit in tests by Tommi Rantala · 12 years ago
  21. 438d9de Remove unneeded `config.h' inclusion in Gtest-nomalloc by Tommi Rantala · 12 years ago
  22. be230ad Rename `test-varargs' to `Ltest-varargs' by Tommi Rantala · 12 years ago
  23. 939a5e1 Annotate potentially unused variable in tests/test-coredump-unwind.c by Tommi Rantala · 12 years ago
  24. 7673df2 Annotate potentially unused variable in tests/Gtest-trace.c by Tommi Rantala · 12 years ago
  25. 0c838c4 Annotate potentially unused variable in tests/Gtest-bt.c by Tommi Rantala · 12 years ago
  26. 23fdda6 Workaround volatileness warning in tests/ia64-test-setjmp.c by Tommi Rantala · 12 years ago
  27. 074e328 Avoid -Wunused-value warning in tests/Gia64-test-stack.c by Tommi Rantala · 12 years ago
  28. 68b2080 Clear out `ip' to avoid -Wuninitialized warning in tests/test-coredump-unwind.c by Tommi Rantala · 12 years ago
  29. d3fd3dc Default to non-verbose mode in Ltest-cxx-exceptions by Tommi Rantala · 12 years ago
  30. 80e852c Do not allow the reference to the local var to outlive the local var scope. by Konstantin Belousov · 12 years ago
  31. b45c27b ppc64: remove tests/ppc64-test-wchar by Cody P Schafer · 12 years ago
  32. 3a5d7ff build: make libunwind-coredump build optional by Cody P Schafer · 12 years ago
  33. 1c1dbbe Do not print garbage proc info in tests/Gtest-bt.c by Tommi Rantala · 12 years ago
  34. 8203c95 Change test-varargs to check libunwind backtracing by Tommi Rantala · 12 years ago
  35. ffbe299 Check correct variable for offset in tests/Gtest-init.cxx by Tommi Rantala · 12 years ago
  36. 6470a67 Rename `backtrace' to `do_backtrace' in tests/Gtest-init.cxx by Tommi Rantala · 12 years ago
  37. aed6c8b Check __builtin___clear_cache() at configuration time by Tommi Rantala · 12 years ago
  38. 39b8398 Flush icache with __builtin___clear_cache() in tests when compiling with GCC by Tommi Rantala · 12 years ago
  39. 5fedf34 Avoid -Wunused-value warning in tests/Gtest-exc.c by Tommi Rantala · 12 years ago
  40. 5b55e55 test-resume-sig-rt: test unw_resume() in presence of "realtime" signal frame by Tommi Rantala · 12 years ago
  41. ff0c6cc Remove unneeded length modifier from suppressed match in sscanf() format in tests/crasher.c by Tommi Rantala · 12 years ago
  42. 9a6d921 Fix plain return from main() in tests/test-async-sig.c by Tommi Rantala · 12 years ago
  43. 56f07a8 Stop using nonportable echo arguments in tests by Tommi Rantala · 12 years ago
  44. f42a8de Annotate unused parameters in tests by Tommi Rantala · 12 years ago
  45. 47a99b6 Eliminate unused parameters in tests by Tommi Rantala · 12 years ago
  46. 6f374cc Ignore _fbss, _fdata, _ftext and _gp symbols on MIPS by Tommi Rantala · 12 years ago
  47. a63c209 Add PPC namespace checking by Tommi Rantala · 12 years ago
  48. 201bb87 Use libtool to build libunwind-ptrace by Arun Sharma · 12 years ago
  49. 04c77cc Fix for test suite build in the separate directory. by Konstantin Belousov · 12 years ago
  50. 538f63d Fix test-ptrace in automated mode by Arun Sharma · 12 years ago
  51. 4ab9e5d MiniDebugInfo test: tests/run-coredump-unwind-mdi by Martin Milata · 12 years ago
  52. 2dbc26d Make coredump test also test unw_get_proc_name by Martin Milata · 12 years ago
  53. 707b1db Fix a SIGSEGV in test-ptrace.c by Arun Sharma · 12 years ago
  54. 3220261 Fix a test failure by Arun Sharma · 12 years ago
  55. 814bd79 Fix some compiler warnings by Arun Sharma · 12 years ago
  56. 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
  57. 9158e52 Fix IP vs. PC confusion in tests on ARM by Tommi Rantala · 12 years ago
  58. a06f189 Rip out AC_TYPE_SIGNAL and sighandler_t check by Tommi Rantala · 12 years ago
  59. de28c51 Build libunwind-coredump using libtool by Martin Milata · 12 years ago
  60. 0f6c831 Port crasher to FreeBSD. by Konstantin Belousov · 12 years ago
  61. 0f9a540 coredump: add test by Martin Milata · 12 years ago
  62. 61a1737 Fix test build on FreeBSD. by Konstantin Belousov · 12 years ago
  63. d93d96a Fix compilation on IA64 by Martin Milata · 12 years ago
  64. 46dfe3e Fixup whitespace in Makefile. by Arun Sharma · 13 years ago
  65. 7e5d279 Update namespace checks for dwarf_find_unwind_tables by Arun Sharma · 13 years ago
  66. 6da4dde Compile fix for platforms other than linux-i386 by Arun Sharma · 13 years ago
  67. f0bb806 Move the test case to tests dir. by Arun Sharma · 13 years ago
  68. 3977724 Add missing <signal.h> include directive by Ken Werner · 13 years ago
  69. 9a311bf [ARM] fix for the check-namespace test case by Ken Werner · 13 years ago
  70. 42b6708 Fix linker errors with recent binutils by Arun Sharma · 13 years ago
  71. f89fb17 Fix incorrect calls to memset. by Arun · 13 years ago
  72. 1d8e2c1 Explicitly specify the libraries by Arun Sharma · 13 years ago
  73. f195c9a Skip a few tests on uCLibC by Sven Neumann · 13 years ago
  74. 4dbc2bc Fix a compiler warning by Arun Sharma · 13 years ago
  75. 288f18f ARM: tests/Gtest-dyn1.c workaround for GCC bug. by Ken Werner · 13 years ago
  76. 3b917f2 ARM: tests/Gtest-dyn1.c fixes. by Ken Werner · 13 years ago
  77. a624812 ARM: tests/Gtest-trace.c - IP printing by Ken Werner · 13 years ago
  78. d589e20 Add the appropriate libraries to the *_LDADD variables. by Ken Werner · 13 years ago
  79. e4593e2 Increase alternate signal stack size. by Ken Werner · 13 years ago
  80. d86155f Add a test to catch calls to calloc from libunwind by Arun Sharma · 13 years ago
  81. 4dc222c Undo parts of 2f9b04e9c29999d18906e37b37dcea9676df194f by Arun Sharma · 13 years ago
  82. 5f38f35 Drop a call frame in tdep_trace and avoid a call to unw_step. by Lassi Tuura · 13 years ago
  83. 50bc12a Export unw_backtrace() and alias backtrace() to it. by Lassi Tuura · 13 years ago
  84. 2f9b04e Mark slow_backtrace() ALWAYS_INLINE by Arun Sharma · 13 years ago
  85. 27d0dbf Ensure tests pass on 32 bit x86. by Arun Sharma · 14 years ago
  86. 3b9fd99 Assign copyright as requested by the author. by Lassi Tuura · 14 years ago
  87. 741a5a2 Add some performance tests for fast backtracing. by Arun Sharma · 14 years ago
  88. 7ff83c0 Fix up compilation and test failures by Arun Sharma · 14 years ago
  89. 9e98f15 Fast back-trace for x86_64 for only collecting the call stack. by Lassi Tuura · 14 years ago
  90. 6c1a58f Remove the unused arm_extbl_test_LDADD from Makefile.am by Arun Sharma · 14 years ago
  91. 6e25c11 Remove the arm-extbl-test. by Ken Werner · 14 years ago
  92. 04fc88f Fix build and distribution on the FreeBSD. by Konstantin Belousov · 14 years ago
  93. 0613d4c Fixup trailing whitespace by Arun Sharma · 14 years ago
  94. 5769551 Replace libuwind-elf32.la with $(LIBUNWIND_ELF) by Arun Sharma · 14 years ago
  95. 4870386 Add test of backtracing using ARM-specific tables by Zachary T Welch · 14 years ago
  96. 13cd3b0 Fix test-ptrace argument parsing. by Zachary T Welch · 14 years ago
  97. c2cc122 Explicitly add dependent shared libraries. by Ken Werner · 14 years ago
  98. 7e767a2 Improve test LDADD settings. by Zachary T Welch · 14 years ago
  99. 651e9bb Add MAINTAINERCLEANFILES to Makefile.am files. by Zachary T Welch · 14 years ago
  100. 982d590 Add Gtest-nomalloc.c to EXTRA_DIST so we pass "make check" by Arun Sharma · 14 years ago