1. f618565 When process dies due to a signal, show the signal and the stacktrace by philippe · 9 years ago
  2. b301469 * Let GDB user modify the signal to send to the guest process by philippe · 9 years ago
  3. 9069406 Enable a few more compiler warnings. by florian · 9 years ago
  4. 7571271 Remove a few embarassing comments. by florian · 9 years ago
  5. 7d4a28b Fix an assertion in the address space manager. BZ #345887. by florian · 9 years ago
  6. 72dabf4 Use the proper function. by florian · 9 years ago
  7. 4465bd5 Followup to r14974. That revision oversimplified a condition, part by florian · 9 years ago
  8. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  9. 017d8f5 Add VG_(am_is_bogus_client_stack_pointer)(Addr). by florian · 9 years ago
  10. 15fa8a2 Produce a user message in case of stack overflow. by florian · 9 years ago
  11. be38cdd Update a comment. Apparently the code was refactored at some point... by florian · 9 years ago
  12. 888b815 Change the prototype of VG_(am_extend_into_adjacent_reservation_client) by florian · 9 years ago
  13. d219029 Comment only changes. by florian · 9 years ago
  14. f44ff62 Buffer audit. Resize some. by florian · 9 years ago
  15. 7b7d594 Buffer audit. Resize a few. by florian · 9 years ago
  16. 2d1f256 fix 339156 - gdbsrv not called for fatal signal by philippe · 10 years ago
  17. 77eb20b Use wrapper functions VG_(malloc) and friends consistently across the by florian · 10 years ago
  18. 582d582 This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 10 years ago
  19. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  20. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  21. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  22. dfa54a5 Fix 316535 Use of |signed int| instead of (unsigned) |size_t| in messages... by philippe · 11 years ago
  23. 448e2bf Better document an ignored return value. by philippe · 11 years ago
  24. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  25. fcd9635 Remove unneeded test. "info" cannot be NULL here as it was dereferenced by florian · 11 years ago
  26. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  27. 80e5c17 Add a proper support for several MIPS instructions that generate SigFPE. by petarj · 12 years ago
  28. 2b8059a Fix some more Char / HChar mixups by florian · 12 years ago
  29. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  30. 2baf753 Due to s390's dealings with invalid insns we need to do two things by florian · 12 years ago
  31. bb4f5da Pass first_ip_delta to VG_(record_depth_1_ExeContext) as the function by florian · 12 years ago
  32. ede9caf Before printing a back-trace make sure that page containing the by florian · 12 years ago
  33. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  34. 9fdca56 add some .globl or used attribute to avoid link failures with gold linker + LTO by philippe · 12 years ago
  35. 886fde3 Fix bug 297078 gdbserver signal handling problems caused by diff vki nr/gdb nr and by philippe · 12 years ago
  36. 625c3e7 Fill in missing signal handling macros for amd64-darwin. by sewardj · 12 years ago
  37. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  38. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  39. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  40. 6c591e1 by sewardj · 13 years ago
  41. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 13 years ago
  42. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  43. fa5ce56 On arm-linux, add r7 to the set of registers that the CFI unwinder by sewardj · 14 years ago
  44. 18a71e8 Replace the handful of uses of Vg_ExtraDebugMsg and VG_(emsg) with by njn · 14 years ago
  45. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  46. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  47. ebf5844 Fix out-of-date comment. by sewardj · 14 years ago
  48. f5f1e12 Various minor fixups to make ppc32/64-linux work again following by sewardj · 14 years ago
  49. 67b38c3 n-break build on x86-darwin following r10982. by sewardj · 14 years ago
  50. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 14 years ago
  51. b6267bd Output tweaks: by njn · 15 years ago
  52. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  53. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  54. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  55. c8a9107 DARWIN sync: spacing. by njn · 15 years ago
  56. bb5851e DARWIN sync: remove unused VG_UCONTEXT_SYSCALL_NUM. by njn · 15 years ago
  57. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  58. 1ee02e3 Add some comments about signals, from Julian. by njn · 15 years ago
  59. 2d5ff4f Merge part of r9709 (m_signals.c clean-ups) from the DARWIN branch. by njn · 15 years ago
  60. 9698605 Split up sync_sighandler into three functions, and refactor the code within by njn · 15 years ago
  61. c387496 Don't use obviously Linux-specific things unless on Linux. (Nb: This change by njn · 15 years ago
  62. 492f00b Fix test breakage caused by r9694. by njn · 15 years ago
  63. d6f6a42 Convert more VG_(message) calls to VG_*MSG. by njn · 15 years ago
  64. 26e4544 by njn · 15 years ago
  65. 52040a4 Be safer in sanitize_si_code. by njn · 15 years ago
  66. 81f52d1 Make --trace-signals=yes output better. by njn · 15 years ago
  67. 3b6b2aa Factor out some repeated code. by njn · 15 years ago
  68. 5a350be Merge parts of r9397 from the DARWIN branch, mostly layout cleanups, a by njn · 15 years ago
  69. 059539d Merge r9661 (remove m_signals.c magic numbers) from the DARWIN branch. by njn · 15 years ago
  70. 36fce1b Merged r9653..r9655 (fixed terminal signal handling in Darwin) from DARWIN by njn · 15 years ago
  71. 9f20746 Updated copyright years. by njn · 15 years ago
  72. 9c606bd by sewardj · 16 years ago
  73. a8ffda6 Format string fixes for ppc{32,64}-aix5. by sewardj · 16 years ago
  74. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  75. 8b24302 Propagate the error number in x86 signal contexts to the client. by tom · 16 years ago
  76. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  77. adacaf9 Propagate the ucontext information with a received signal to the by tom · 16 years ago
  78. 3059d27 Add a new method VG_(record_depth_1_ExeContext), a trivial derivative by sewardj · 16 years ago
  79. 95d86c0 Improve handling of programs which require very large main thread by sewardj · 16 years ago
  80. ec6e27c Don't pollute the XML output if the program terminates with a signal, by sewardj · 17 years ago
  81. 6178038 fix a few format string warnings by dirk · 17 years ago
  82. 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
  83. 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 17 years ago
  84. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  85. 4278172 Rename VG_(get_lwp_tid) to VG_(lwpid_to_vgtid). by sewardj · 17 years ago
  86. ad0a3a8 A naming-only change: rename VG_(set_running) to VG_(acquire_BigLock) by sewardj · 17 years ago
  87. 489bfec Merge r6156: by sewardj · 18 years ago
  88. 4cfea4f by sewardj · 18 years ago
  89. 4eee476 by sewardj · 18 years ago
  90. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  91. a672ea3 Get rid of VG_(x86_linux_REDIR_FOR__dl_sysinfo_int80) and do the x86-linux by sewardj · 18 years ago
  92. 19df83c Get rid of unused #define. by sewardj · 18 years ago
  93. 86df155 Synthesise and deliver SIGTRAP to clients when requested to do so by vex. by sewardj · 18 years ago
  94. dcb6ec8 Deal with somewhat dubious numbers showing up from the kernel for the by sewardj · 18 years ago
  95. 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 18 years ago
  96. 297c88f fixed up ppc64 assembly with .opd sections by cerion · 18 years ago
  97. 038ee9e Make it clearer that internal errors are Valgrind's fault. by njn · 18 years ago
  98. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  99. a36dcfa ppc32 only: use the signal context structures in a way which also by sewardj · 19 years ago
  100. 39a7c1d ppc32 only: clarify meaning of second arg of VG_(mk_SysRes_ppc32_linux) by sewardj · 19 years ago