1. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  2. 6c591e1 by sewardj · 13 years ago
  3. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 13 years ago
  4. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  5. fa5ce56 On arm-linux, add r7 to the set of registers that the CFI unwinder by sewardj · 14 years ago
  6. 18a71e8 Replace the handful of uses of Vg_ExtraDebugMsg and VG_(emsg) with by njn · 14 years ago
  7. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  8. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  9. ebf5844 Fix out-of-date comment. by sewardj · 14 years ago
  10. f5f1e12 Various minor fixups to make ppc32/64-linux work again following by sewardj · 15 years ago
  11. 67b38c3 n-break build on x86-darwin following r10982. by sewardj · 15 years ago
  12. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  13. b6267bd Output tweaks: by njn · 15 years ago
  14. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  15. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  16. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  17. c8a9107 DARWIN sync: spacing. by njn · 15 years ago
  18. bb5851e DARWIN sync: remove unused VG_UCONTEXT_SYSCALL_NUM. by njn · 15 years ago
  19. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  20. 1ee02e3 Add some comments about signals, from Julian. by njn · 15 years ago
  21. 2d5ff4f Merge part of r9709 (m_signals.c clean-ups) from the DARWIN branch. by njn · 15 years ago
  22. 9698605 Split up sync_sighandler into three functions, and refactor the code within by njn · 15 years ago
  23. c387496 Don't use obviously Linux-specific things unless on Linux. (Nb: This change by njn · 15 years ago
  24. 492f00b Fix test breakage caused by r9694. by njn · 15 years ago
  25. d6f6a42 Convert more VG_(message) calls to VG_*MSG. by njn · 15 years ago
  26. 26e4544 by njn · 15 years ago
  27. 52040a4 Be safer in sanitize_si_code. by njn · 15 years ago
  28. 81f52d1 Make --trace-signals=yes output better. by njn · 15 years ago
  29. 3b6b2aa Factor out some repeated code. by njn · 15 years ago
  30. 5a350be Merge parts of r9397 from the DARWIN branch, mostly layout cleanups, a by njn · 15 years ago
  31. 059539d Merge r9661 (remove m_signals.c magic numbers) from the DARWIN branch. by njn · 15 years ago
  32. 36fce1b Merged r9653..r9655 (fixed terminal signal handling in Darwin) from DARWIN by njn · 15 years ago
  33. 9f20746 Updated copyright years. by njn · 15 years ago
  34. 9c606bd by sewardj · 16 years ago
  35. a8ffda6 Format string fixes for ppc{32,64}-aix5. by sewardj · 16 years ago
  36. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  37. 8b24302 Propagate the error number in x86 signal contexts to the client. by tom · 16 years ago
  38. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  39. adacaf9 Propagate the ucontext information with a received signal to the by tom · 17 years ago
  40. 3059d27 Add a new method VG_(record_depth_1_ExeContext), a trivial derivative by sewardj · 17 years ago
  41. 95d86c0 Improve handling of programs which require very large main thread by sewardj · 17 years ago
  42. ec6e27c Don't pollute the XML output if the program terminates with a signal, by sewardj · 17 years ago
  43. 6178038 fix a few format string warnings by dirk · 17 years ago
  44. 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
  45. 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 17 years ago
  46. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  47. 4278172 Rename VG_(get_lwp_tid) to VG_(lwpid_to_vgtid). by sewardj · 18 years ago
  48. ad0a3a8 A naming-only change: rename VG_(set_running) to VG_(acquire_BigLock) by sewardj · 18 years ago
  49. 489bfec Merge r6156: by sewardj · 18 years ago
  50. 4cfea4f by sewardj · 18 years ago
  51. 4eee476 by sewardj · 18 years ago
  52. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  53. a672ea3 Get rid of VG_(x86_linux_REDIR_FOR__dl_sysinfo_int80) and do the x86-linux by sewardj · 18 years ago
  54. 19df83c Get rid of unused #define. by sewardj · 18 years ago
  55. 86df155 Synthesise and deliver SIGTRAP to clients when requested to do so by vex. by sewardj · 19 years ago
  56. dcb6ec8 Deal with somewhat dubious numbers showing up from the kernel for the by sewardj · 19 years ago
  57. 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
  58. 297c88f fixed up ppc64 assembly with .opd sections by cerion · 19 years ago
  59. 038ee9e Make it clearer that internal errors are Valgrind's fault. by njn · 19 years ago
  60. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  61. a36dcfa ppc32 only: use the signal context structures in a way which also by sewardj · 19 years ago
  62. 39a7c1d ppc32 only: clarify meaning of second arg of VG_(mk_SysRes_ppc32_linux) by sewardj · 19 years ago
  63. 2fedc64 Counterpart to r5202: restore previous assembler state with .previous by sewardj · 19 years ago
  64. d9fc382 Hmm. Perhaps all those top-level pieces of assembly weren't such a by sewardj · 19 years ago
  65. c8cb9d0 Document sign extension of si_code by the kernel. by tom · 19 years ago
  66. 95458c6 Preserve the sign of the bottom 16 bits of si_code when discarding by tom · 19 years ago
  67. 9f4a7bf Mask out the top 16 bits of si_code at the start of the signal by tom · 19 years ago
  68. 148250b Add named constants for si_code values to replace the magic numbers. by tom · 19 years ago
  69. 151a639 Fix compiler warnings. by tom · 19 years ago
  70. 1399c74 Fix format string in signal mask printing. by tom · 19 years ago
  71. f7781e9 Display signal masks correctly when --trace-signals=yes is used by tom · 19 years ago
  72. cf4ac71 Fix a couple of gcc warnings following recent coredumping changes (r4970). by sewardj · 19 years ago
  73. f4c2310 Get core dumping working again - the architecture specific code that by tom · 19 years ago
  74. 74b4cca Remove all remaining references to pointercheck. It's sad to see it by sewardj · 19 years ago
  75. 03d8aa8 Get rid of various compilation warnings. by sewardj · 19 years ago
  76. 45f4e7c by sewardj · 19 years ago
  77. 6722983 Move the core dumping code out of m_signals to a new module, by njn · 19 years ago
  78. 09b8480 by njn · 19 years ago
  79. acaec5f Incorporate a patch from Craig Chaney which gives better stack by sewardj · 19 years ago
  80. 504b72b Give more info about seginfo dropping. by njn · 19 years ago
  81. 50b8f77 "Fix" (kludge) highly obscure bug in flag settings for growdown stacks by sewardj · 19 years ago
  82. b9b10c7 Make VG_(kill_self) use kill to send the signal, not tkill, as we are by tom · 19 years ago
  83. 162bebd Add comments from PaulM. by sewardj · 19 years ago
  84. ce2a615 Assertion-failure-avoiding hacks from Paul's tree. I don't know why by sewardj · 19 years ago
  85. 4a83015 Removed the remnants of the attempt at an ARM port, because it had by njn · 19 years ago
  86. 634a652 Remove unnecesary #includes. by njn · 19 years ago
  87. 0087c50 by njn · 19 years ago
  88. 0ae787c by njn · 19 years ago
  89. b69f7c1 by njn · 19 years ago
  90. 945ed2e by njn · 19 years ago
  91. af839f5 by njn · 19 years ago
  92. f845f8f by njn · 19 years ago
  93. 3a08815 Declare my_sigreturn as static. This is correct in so much as it isn't by tom · 19 years ago
  94. 06244e7 Move VG_(resume_scheduler) to m_signals, and make it local. Reduces by njn · 19 years ago
  95. 351d006 by njn · 19 years ago
  96. 419bbcb Slight reduce m_syswrap's dependence on m_signals by moving by njn · 19 years ago
  97. 899ce73 by njn · 19 years ago
  98. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  99. 24a6efb by njn · 19 years ago
  100. 75b65aa by njn · 19 years ago