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