1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 7 years ago
  3. 3260a71 Merge, from branches/VALGRIND_3_11_BRANCH, NEWS and docs/xml/vg-entities.xml. by sewardj · 9 years ago
  4. 4e1d946 Document that --read-inline-info=yes is the default by iraisr · 9 years ago
  5. 29dd9e6 Change the default setting for --dsymutil from =no to =yes, since by sewardj · 9 years ago
  6. 18d27dd Revisit r15601 (Change the --smc-check default value to =all-non-file.) by sewardj · 9 years ago
  7. 6d9a338 Change the --smc-check default value to =all-non-file. by sewardj · 9 years ago
  8. b9749a5 Remove command line options --db-attach and --db-command which were by florian · 9 years ago
  9. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  10. 25beafd Waiting for the release, the doc should better indicate it is a SVN version by philippe · 9 years ago
  11. 97bfa19 Add a gdbxrv monitor command to print the CFI unwind info for an address+len by philippe · 9 years ago
  12. 924c852 New Option --avg-transtab-entry-size=<number> can be used to tune by philippe · 9 years ago
  13. d0720e4 Implement command line option --valgrind-stacksize=<number> by philippe · 9 years ago
  14. b509864 Document the --max-threads command line option. by florian · 9 years ago
  15. 28120d6 Fix a typo. by florian · 9 years ago
  16. fba8dd7 Add a command line option to allow the user to provide an upper bound by florian · 9 years ago
  17. 90c7732 Enhance the "Author" section of the manpage as suggested in BZ #226609. by florian · 9 years ago
  18. 7b3d356 Implement Option --error-markers=<begin>,<end> by philippe · 10 years ago
  19. a914c04 Fix some grammatical weirness which was reported in BZ #340430. by florian · 10 years ago
  20. 7e4f04f Add missing ]] to terminate CDATA. Missing brackets are causing by philippe · 10 years ago
  21. a65b6ad Merge r14514 from 3_10_BRANCH (--> 3.10.0) by sewardj · 10 years ago
  22. 47c6d14 Merge r14513 from 3_10_BRANCH (Update docs w.r.t. status of by sewardj · 10 years ago
  23. 124e56d Rename "--kernel-variant=android-emulator-no-hw-tls" to by sewardj · 10 years ago
  24. cebb3cd Document the new --kernel-variant options committed in r14440. by sewardj · 10 years ago
  25. 9848690 Add option a new sim-hint no-nptl-pthread-stackcache. by philippe · 10 years ago
  26. 61e96a3 Fix a typo. by florian · 10 years ago
  27. 3c8a9d3 Small fixes in 'getting started' section of user manual by philippe · 10 years ago
  28. a6efdfa Rename --defaultsupp into --default-suppressions as requested by Julian by bart · 10 years ago
  29. 2c68e3e core: Add command-line option --defaultsupp by bart · 10 years ago
  30. a0a7393 This patch implements the support needed for stacktraces by philippe · 10 years ago
  31. 8b8d7c7 Fix 334788 clarify doc about --log-file initial program directory by philippe · 10 years ago
  32. 07c0852 Factorises the address code description and printing by philippe · 10 years ago
  33. f577434 Helgrind : two new gdbserver commands 'describe address' and 'info locks' by philippe · 10 years ago
  34. 090b529 Fix/improve user manual and man page derived from it. by philippe · 10 years ago
  35. e4d7812 * New option --aspace-minaddr=<address> allows to (possibly) make by philippe · 10 years ago
  36. 180a750 - The option "--vgdb-stop-at=event1,event2,..." allows the user by philippe · 10 years ago
  37. 4f6f336 Several improvements to (internal) statistics reporting about memory usage, by philippe · 10 years ago
  38. 8587b54 Implement gdbsrv "v.info stats" command giving statistics for valgrind core + tools by philippe · 10 years ago
  39. e52e445 Following svn r13758 (bug 328711), some further similar fixes, by philippe · 10 years ago
  40. 4c7254d Merge the following revisions from 3_9_BRANCH to trunk: by sewardj · 10 years ago
  41. 1a67731 Two small wording fixes in manual by philippe · 11 years ago
  42. a11ec17 Followup to r13652 (make the translation cache size be command-line by sewardj · 11 years ago
  43. 8e1bee4 Allow the user to dimension the translation cache by philippe · 11 years ago
  44. 4e32d67 Allow tools to provide some statistics in suppression list produced at the end by philippe · 11 years ago
  45. 02ea413 Fix 324514 gdbserver monitor cmd output behaviour consistency + allow user by philippe · 11 years ago
  46. 3e8d634 Bug 321738 Add manpages for vgdb and valgrind-listener. by mjw · 11 years ago
  47. 3a09084 Bug 321730 Add cg_merge and cg_diff man pages. by mjw · 11 years ago
  48. 2558317 fix 319235 --db-attach=yes is broken with Yama ptrace scoping enabled by philippe · 11 years ago
  49. 2be5122 Fix double 'the the' in documentation. by mjw · 11 years ago
  50. 2046593 Document that user level client stack switches might cause crashes by philippe · 11 years ago
  51. e6bce13 Fix 316145 - callgrind command line options in manpage reference (unknown) callgrind manual by philippe · 11 years ago
  52. a02e267 Fix 316144 (valgrind.1 manpage contains ??? strings for references) by philippe · 11 years ago
  53. 6ec8d63 Implement the gdbsrv monitor command v.do expensive_sanity_check_general by philippe · 11 years ago
  54. 583ae93 Add documentation for VALGRIND_MONITOR_COMMAND client request by philippe · 11 years ago
  55. 4620765 Implement --merge-recursive-frames + provide VALGRIND_MONITOR_COMMAND client req. by philippe · 11 years ago
  56. f3a6e93 Addition of GDB server monitor command 'v.info execontext' that shows by philippe · 11 years ago
  57. 8a6a76a Add documentation for --extra-debuginfo-path=. Relates to #310972. by sewardj · 11 years ago
  58. c30cd9b Make diagnostics for SIGILL more controllable (Valgrind part). by sewardj · 11 years ago
  59. cb22da5 Improve FAQ section discussing statically linked lib by philippe · 12 years ago
  60. c336038 Fix 308644 vgdb command for having the info for the track-fds option by philippe · 12 years ago
  61. 1c41a1a --> 3.8.0 final by sewardj · 12 years ago
  62. 4e9dfd3 Move older news into its own file, NEWS.old, so as not to overrun TeX by sewardj · 12 years ago
  63. 8ee4f33 Doc: remove 'is' in 'is replaces' by philippe · 12 years ago
  64. 38415e8 Fix typo spotted by John Reiser. by sewardj · 12 years ago
  65. ca456c7 Doc updates for 3.8.0. by sewardj · 12 years ago
  66. 0c0291a Remove --vex-iropt-precise-memory-exns, implement --vex-iropt-register-updates by philippe · 12 years ago
  67. d99c26a Implement --redzone-size and --core-redzone-size by philippe · 12 years ago
  68. 1e433b8 re-re-clarify the doc about registers and flags gdbsrv up-to-date-ness by philippe · 12 years ago
  69. 5a5d6b6 Better document the limitation of gdbsrv for registers and flags values by philippe · 12 years ago
  70. eeb0733 fix 302709 valgrind for ARM needs extra tls support for android emulator by philippe · 12 years ago
  71. 7711f9e Increase allowed size of a back-trace to 500 frames. by florian · 12 years ago
  72. 11ec518 Adding README.mips to distribution documents. by petarj · 12 years ago
  73. 1de3783 Improve cross referencing of gdbserver monitor commands by philippe · 12 years ago
  74. 8bb9e04 as vgdb not activated by default on android, need to fix the example by philippe · 12 years ago
  75. 419d5f2 gdbserver: introduce support to show the AVX registers. by philippe · 12 years ago
  76. 1e470b5 fix 219156 support static malloc or alternate malloc lib (e.g. tcmalloc) with new option --soname-synonyms by philippe · 12 years ago
  77. 93a6a8d add optional arg [aspacemgr] to v.info memory to show aspacemgr segments. by philippe · 12 years ago
  78. ede2d6c (for x86 and amd64): Change the type of the shadow regs for floating point registers by philippe · 12 years ago
  79. 72faf10 Allows to run regression tests in an outer/inner setup. by philippe · 12 years ago
  80. 0d366ad * Improve documentation of --vgdb=full by philippe · 12 years ago
  81. 277eaff * README_DEVELOPERS : complete/enhance the section about outer/inner by philippe · 12 years ago
  82. 236a71a Document the new --fair-sched option. by philippe · 12 years ago
  83. baf6964 * compare vgdb-error with n_errs_shown, not with n_errs_found. by philippe · 12 years ago
  84. 7ee8b88 Small doc changes: by philippe · 12 years ago
  85. dec4a56 Tweaks for the benefit of the webpage. by florian · 13 years ago
  86. ed3ac74 Clarify where to set TMPDIR to have working FIFOs. by philippe · 13 years ago
  87. badefc9 Some small doc updating for 3.7.0. by sewardj · 13 years ago
  88. 47ffedb gdbsrv: factorize gdb version handling, fix doc and typos by sewardj · 13 years ago
  89. 992d3cc Make vgdb.c work on Android, so that the GDB server as a whole by sewardj · 13 years ago
  90. d6e13d8 Addition of v.info scheduler monitor command by sewardj · 13 years ago
  91. c879859 Update documentation now that DRD supports XML output by bart · 13 years ago
  92. cc3de2d Add a new simulation hint, --sim-hints=fuse-compatible, which causes by sewardj · 13 years ago
  93. 0e1b0c2 Mention the --tool option in the manual page. Fixes #249970. by tom · 13 years ago
  94. 30b3eca valgrind and tool mon. cmds prefixes changes + doc fixes + new vgdb option by sewardj · 13 years ago
  95. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  96. b338a85 Remove references to Ptrcheck in the documentation, and replace by sewardj · 13 years ago
  97. c8bd1df Memcheck: by sewardj · 13 years ago
  98. e81a454 Minor documentation fixes for the GDB server. (Philippe Waroquiers, by sewardj · 13 years ago
  99. 1568e17 Minor GDBserver source tidying. Also a small usability fix: if by sewardj · 13 years ago
  100. 350c0fe Move the GDBserver documentation from the "Valgrind core" chapter by sewardj · 13 years ago