1. 288f18f ARM: tests/Gtest-dyn1.c workaround for GCC bug. by Ken Werner · 14 years ago
  2. 3b917f2 ARM: tests/Gtest-dyn1.c fixes. by Ken Werner · 14 years ago
  3. a624812 ARM: tests/Gtest-trace.c - IP printing by Ken Werner · 14 years ago
  4. d589e20 Add the appropriate libraries to the *_LDADD variables. by Ken Werner · 14 years ago
  5. e4593e2 Increase alternate signal stack size. by Ken Werner · 14 years ago
  6. d86155f Add a test to catch calls to calloc from libunwind by Arun Sharma · 14 years ago
  7. 4dc222c Undo parts of 2f9b04e9c29999d18906e37b37dcea9676df194f by Arun Sharma · 14 years ago
  8. 5f38f35 Drop a call frame in tdep_trace and avoid a call to unw_step. by Lassi Tuura · 14 years ago
  9. 50bc12a Export unw_backtrace() and alias backtrace() to it. by Lassi Tuura · 14 years ago
  10. 2f9b04e Mark slow_backtrace() ALWAYS_INLINE by Arun Sharma · 14 years ago
  11. 27d0dbf Ensure tests pass on 32 bit x86. by Arun Sharma · 14 years ago
  12. 3b9fd99 Assign copyright as requested by the author. by Lassi Tuura · 14 years ago
  13. 741a5a2 Add some performance tests for fast backtracing. by Arun Sharma · 14 years ago
  14. 7ff83c0 Fix up compilation and test failures by Arun Sharma · 14 years ago
  15. 9e98f15 Fast back-trace for x86_64 for only collecting the call stack. by Lassi Tuura · 14 years ago
  16. 6c1a58f Remove the unused arm_extbl_test_LDADD from Makefile.am by Arun Sharma · 14 years ago
  17. 6e25c11 Remove the arm-extbl-test. by Ken Werner · 14 years ago
  18. 04fc88f Fix build and distribution on the FreeBSD. by Konstantin Belousov · 14 years ago
  19. 0613d4c Fixup trailing whitespace by Arun Sharma · 14 years ago
  20. 5769551 Replace libuwind-elf32.la with $(LIBUNWIND_ELF) by Arun Sharma · 14 years ago
  21. 4870386 Add test of backtracing using ARM-specific tables by Zachary T Welch · 14 years ago
  22. 13cd3b0 Fix test-ptrace argument parsing. by Zachary T Welch · 14 years ago
  23. c2cc122 Explicitly add dependent shared libraries. by Ken Werner · 14 years ago
  24. 7e767a2 Improve test LDADD settings. by Zachary T Welch · 15 years ago
  25. 651e9bb Add MAINTAINERCLEANFILES to Makefile.am files. by Zachary T Welch · 15 years ago
  26. 982d590 Add Gtest-nomalloc.c to EXTRA_DIST so we pass "make check" by Arun Sharma · 15 years ago
  27. 546463d Factor out and export dwarf_find_debug_frame() function by Arun Sharma · 15 years ago
  28. 215afa3 Add unwind descriptors to getcontext.S by Arun Sharma · 15 years ago
  29. c2d7804 GCC compatibility on x86 for C++ exception handling by Arun Sharma · 15 years ago
  30. fd88f41 Merge remote branch 'origin/master' into freebsd by Konstantin Belousov · 15 years ago
  31. 8e53e62 Refactor os specific code for x86 (both 32 and 64 bit). by Arun Sharma · 15 years ago
  32. 459b2a5 Normalize test code by Konstantin Belousov · 15 years ago
  33. 574d32a malloc.h is not needed. by Konstantin Belousov · 15 years ago
  34. 6e07e94 Revert "Test for malloc.h." by Konstantin Belousov · 15 years ago
  35. 22b1726 Test for malloc.h. by Konstantin Belousov · 15 years ago
  36. 9bb9c97 Merge with origin/master by Konstantin Belousov · 15 years ago
  37. d3ddc9b Cap the runtime for rs-race by Arun Sharma · 15 years ago
  38. f8a15e9 Fix a couple of test breakages on x86_64 by Arun Sharma · 15 years ago
  39. 24112f6 Fix some test failures on x86_64 on distros with small default stacks. by Arun Sharma · 15 years ago
  40. d737709 Close #if by Konstantin Belousov · 15 years ago
  41. 3b026a7 Fix i386 distinctions between freebsd and linux for mcontext. by Konstantin Belousov · 15 years ago
  42. 4b3ca29 Fix PT_SYSCALL ignoring of ip by Konstantin Belousov · 15 years ago
  43. ad93215 Port test-ptrace by Konstantin Belousov · 15 years ago
  44. da357e3 Revert "sys/types.h" by Konstantin Belousov · 15 years ago
  45. 59d38aa Properly handle -ldl and -lutil by Konstantin Belousov · 15 years ago
  46. 5976f1a sys/types.h by Konstantin Belousov · 15 years ago
  47. d7f5141 MAP_ANONYMOUS by Konstantin Belousov · 15 years ago
  48. 9626d66 Fix a race condition in dwarf unwinding. by Paul Pluzhnikov · 16 years ago
  49. 890a630 Fix tests/Gtest-concurrent.c to test all caching policies by Paul Pluzhnikov · 16 years ago
  50. 570c09a Fix another compiler warning. by Belisko Marek · 16 years ago
  51. b56375e Reduce stack use and apply CONFIG_DEBUG_FRAME to more code. by Paul Pluzhnikov · 16 years ago
  52. b7e3444 When libunwind is configured with --enable-block-signals=no, by Paul Pluzhnikov · 16 years ago
  53. 2fce541 Implement _Unwind_GetIPInfo() as required by the C++ ABI by Arun Sharma · 16 years ago
  54. 1227c41 Disable C++ exception support by default on x86. by Arun Sharma · 16 years ago
  55. 0bce5f0 Remove auto generated files. by Arun Sharma · 16 years ago
  56. 83cef8b Don't check C++ ABI when it's not enabled. by Arun Sharma · 16 years ago
  57. 576b59e Verify that we don't call malloc when unwinding locally. by Arun Sharma · 16 years ago
  58. ef29ead This patch eliminates one system call per unwind by not using the by Arun Sharma · 17 years ago
  59. 183d28a Rebuild autoconf files with autoreconf. by David Mosberger-Tang · 17 years ago
  60. 1eddefc [ARM] This patch add some missing bits on ARM platform. by Bruna Moreira · 17 years ago
  61. 6f282a0 [ARM] This patch fix some testsuite issues on ARM: by Bruna Moreira · 17 years ago
  62. 3842dac Add initial ARM and MIPS support. To support this, also enable the by Daniel Jacobowitz · 18 years ago
  63. 79c943b Make tests/perf-startup executable. Suggested by Mark Wielaard. by David Mosberger-Tang · 18 years ago
  64. 57e5696 Mark Wielaard <mwielaard@redhat.com> writes: by Jan Kratochvil · 18 years ago
  65. 4499bb2 [PPC32] First check-in to add preliminary support for Linux/PPC32. by Jose Flavio Aguilar Paulino · 18 years ago
  66. 32e2187 [PPC64] Get "make check" to work on PPC64 Linux. Add a README entry by Jose Flavio Aguilar Paulino · 18 years ago
  67. 25739ee [IA64] Fix ia64-test-setjmp.c. With MAP_SHARED the kernel will try to by David Mosberger-Tang · 18 years ago
  68. 2973156 Recreate autoconf files. by David Mosberger-Tang · 18 years ago
  69. a1e7ee4 Just a small patch to build system, it helps if you build in a power by Jose Flavio Aguilar Paulino · 18 years ago
  70. fad8b04 Rebuilt configure and Makefile.in files. by David Mosberger-Tang · 18 years ago
  71. b33021e Add PPC64 support. by Jose Flavio Aguilar Paulino · 18 years ago
  72. 0fa6b58 2007-03-20 Nurdin Premji <npremji@redhat.com> by Nurdin Premji · 18 years ago
  73. 565ffdb 2007-04-05 Jan Kratochvil <jan.kratochvil@redhat.com> by Jan Kratochvil · 18 years ago
  74. 5f3d295 * tests/test-async-sig.c: Move "const" definition to separate area to keep by David Mosberger-Tang · 18 years ago
  75. a72abd4 2007-04-05 Jan Kratochvil <jan.kratochvil@redhat.com> by Jan Kratochvil · 18 years ago
  76. 7923ae3 Re-run aclocal and automake to update Makefiles so new files (e.g., by David Mosberger-Tang · 18 years ago
  77. 9e927e7 Restore tests/perf-startup. by David Mosberger-Tang · 19 years ago
  78. ca69fee Merge ../libunwind-v0.98 by David Mosberger-Tang · 19 years ago
  79. cbd8648 Make libunwind compile with recent versions of GAS. by David Mosberger-Tang · 19 years ago
  80. f176ad6 Bring git v0.98.5 tree in sync with released v0.98.5. by David Mosberger-Tang · 19 years ago
  81. d3d722f Include "tdep-ia64/rse.h" instead of "ia64/rse.h". (ARRAY_SIZE): New macro. by hp.com!davidm · 20 years ago
  82. da5e9ba (ARRAY_SIZE): Rename from NELEMS. by hp.com!davidm · 20 years ago
  83. 4f8a229 Fix merge-conflict. by hp.com!davidm · 20 years ago
  84. 3d881cd (save_static_to_scratch): Initialize ar.ec. by hp.com!davidm · 20 years ago
  85. e5426f4 Auto merged by hp.com!davidm · 20 years ago
  86. 05feeda (rotate_regs): Load up "pr" with first value. Preserve p63 across rotation. by hp.com!davidm · 20 years ago
  87. b0406d0 (doit): Set stack-size attribute to increase likelihood that we're able by hp.com!davidm · 20 years ago
  88. a5e8408 Include <string.h> to get memset() declared. by mostang.com!davidm · 20 years ago
  89. 6ef1640 (main): Fix a typo in the argument-checking code. by mostang.com!davidm · 20 years ago
  90. d9445c1 (handler): get_bsp() returns an integer, not a pointer. by mostang.com!davidm · 20 years ago
  91. 3ff39e9 (flush_cache): Provide dummy implementation for HPPA. by mostang.com!davidm · 20 years ago
  92. 1ee6b0a (STACK_SIZE): SIGSTKSZ is also ridiculously small on x86-64 (at least by mostang.com!davidm · 20 years ago
  93. 02c9034 Tweak such that GCC v4 doesn't optimize it to the point where the by hp.com!davidm · 20 years ago
  94. 2f63c6c Regenerate. by hp.com!davidm · 20 years ago
  95. b09eae1 On PA-Linux, allow for _Uhppa_setcontext symbol. by hp.com!davidm · 20 years ago
  96. 30dec34 Include "config.h" and <ia64intrin.h> if we have them. by hp.com!davidm · 20 years ago
  97. 05246db Fix missing NELEMS -> ARRAY_SIZE rename. by hp.com!davidm · 20 years ago
  98. 95c9a4a Fix merge conflict. by hp.com!davidm · 20 years ago
  99. 83b02fa Add missing include of <string.h> to get strerror() declared. by hp.com!davidm · 20 years ago
  100. c0e8119 (doit): Fail gracefully if we fail to create all NTHREADS threads. by hp.com!davidm · 20 years ago