1. 8587b54 Implement gdbsrv "v.info stats" command giving statistics for valgrind core + tools by philippe · 11 years ago
  2. 3c761f0 Fix 326462 Refactor vgdb to isolate invoker stuff into separate module by philippe · 11 years ago
  3. 278b2a3 Fix use of uninit heuristic set for monitor command by philippe · 11 years ago
  4. ab1fce9 add heuristics decreasing false possible "possible leaks" in c++ code. by philippe · 11 years ago
  5. 02ea413 Fix 324514 gdbserver monitor cmd output behaviour consistency + allow user by philippe · 11 years ago
  6. 01a492e add a test + assert for GDB bug bypassed in r13472 by philippe · 11 years ago
  7. bd33f03 mips64: Wrong address size. by dejanj · 11 years ago
  8. 2558317 fix 319235 --db-attach=yes is broken with Yama ptrace scoping enabled by philippe · 11 years ago
  9. 3a53220 fix 315545 (find_TTEntry_from_hcode): Assertion '(UChar*)sec->tt[tteNo].tcptr <= (UChar*)hcode' failed by philippe · 11 years ago
  10. 6ec8d63 Implement the gdbsrv monitor command v.do expensive_sanity_check_general by philippe · 12 years ago
  11. 4620765 Implement --merge-recursive-frames + provide VALGRIND_MONITOR_COMMAND client req. by philippe · 12 years ago
  12. 53bc8bc update a test following revision 13220 by philippe · 12 years ago
  13. 2193a7c Fix 284540 and 307465 by philippe · 12 years ago
  14. c336038 Fix 308644 vgdb command for having the info for the track-fds option by philippe · 12 years ago
  15. 0447bbd Fix 308341 vgdb should report process exit (or fatal signal) by philippe · 12 years ago
  16. d6a9809 fix 308321 testsuite memcheck filter interferes with gdb_filter by philippe · 12 years ago
  17. a17ec01 fix 307155 filter_gdb should filter out syscall-template.S T_PSEUDO by philippe · 12 years ago
  18. 789d414 Use -s USR1 instead of -10 to send SIGUSR1 signal by philippe · 12 years ago
  19. 0c0291a Remove --vex-iropt-precise-memory-exns, implement --vex-iropt-register-updates by philippe · 12 years ago
  20. 1e45164 Spelling fixes: developpers -> developers; curiosly -> curiously by bart · 12 years ago
  21. 0972443 Fix assert in gdbserver for watchpoints watching the same address by philippe · 12 years ago
  22. 13bf8ef Fix MacOS passsigalrm.c compilation error due to SIGRTMIN not existing on MacOS by philippe · 12 years ago
  23. 93a6a8d add optional arg [aspacemgr] to v.info memory to show aspacemgr segments. by philippe · 12 years ago
  24. a3d8c67 Further fix 297078 : implement conversion between vki and gdb real time sig nr. by philippe · 12 years ago
  25. 886fde3 Fix bug 297078 gdbserver signal handling problems caused by diff vki nr/gdb nr and by philippe · 12 years ago
  26. baf6964 * compare vgdb-error with n_errs_shown, not with n_errs_found. by philippe · 12 years ago
  27. a22f59d (fixes bug 289939 wish: complete monitor cmd 'leak_check' with details by philippe · 13 years ago
  28. 8423490 Added a new parameter to the memcheck 'leak_check' GDB monitor command by philippe · 13 years ago
  29. 47ffedb gdbsrv: factorize gdb version handling, fix doc and typos by sewardj · 13 years ago
  30. d6e13d8 Addition of v.info scheduler monitor command by sewardj · 13 years ago
  31. 71fe57f Update filter_gdb script for ppc64. Fixes bugzilla #284305 by florian · 13 years ago
  32. e6a3e04 This patch by Philippe Waroquiers, philippe.waroquiers@skynet.be by florian · 13 years ago
  33. 2504753 On systems where /proc/sys/kernel/yama/ptrace_scope exists we need to by florian · 13 years ago
  34. 900863d Filter around some debuginfo problems with ld.so on SLES11 by florian · 13 years ago
  35. 3dfe979 Improve filtering of backtrace noise in the memcheck bucket by florian · 13 years ago
  36. 3c83687 Complain if invoked from the wrong directory or if mandatory by florian · 13 years ago
  37. f5194b3 GDB server: fix tests following recent commits. by sewardj · 13 years ago
  38. 30b3eca valgrind and tool mon. cmds prefixes changes + doc fixes + new vgdb option by sewardj · 13 years ago
  39. cdd1ee7 Another make dist fix. by sewardj · 13 years ago
  40. a5d978e Fix 'make dist' following recent gdbserver commits. by sewardj · 13 years ago
  41. c8bd1df Memcheck: by sewardj · 13 years ago
  42. b2572b5 GDB server: by sewardj · 13 years ago
  43. 2a31239 Add support for PIC executables (e.g. firefox on Ubuntu 11) by adding by sewardj · 13 years ago
  44. 45fa417 GDB server: by sewardj · 13 years ago
  45. 1568e17 Minor GDBserver source tidying. Also a small usability fix: if by sewardj · 13 years ago
  46. 1ac2110 Fix safe_fd exhaustion in fork chain caused by non closing of shared_mem_fd by sewardj · 13 years ago
  47. 7629180 More gdbserver test fixes, from #214909 c 101: by sewardj · 13 years ago
  48. 6b7357b Further fixes for GDB server on Thumb code: by sewardj · 13 years ago
  49. d142f99 gdbserver: misc fixes (#214909 c 77) by sewardj · 13 years ago
  50. a4f9ae2 gdbserver_tests/make_local_links: made invocation of "head" POSIX-compliant since on some distros only the POSIX-compliant invocation is accepted. by bart · 13 years ago
  51. 9a4fe64 Removed "prereq: test -e gdb" again from those tests that do not invoke the script gdbserver_tests/gdb. by bart · 13 years ago
  52. 09e22c6 gdbserver tests: only create the gdbserver_tests/gdb soft link if ./configure found gdb. by bart · 13 years ago
  53. 226284f Skip gdbserver tests if ./configure did not find gdb. by bart · 13 years ago
  54. a1a5abb gdbserver_tests/t.c: Fixed two occurrences of the same typo. by bart · 13 years ago
  55. d8c12f1 * fixed two bugs reported by the IBM BEAM checker: by sewardj · 13 years ago
  56. eefeeb7 Improvements for testing and compilation breakage for the GDB server by sewardj · 13 years ago
  57. 95d1248 Follow-up for r11729: make the gdbserver regression tests pass again. by bart · 13 years ago
  58. 667c677 Fixed one bug in gdbserver_tests/t.c and several compiler warnings triggered by the gdbserver test programs. by bart · 13 years ago
  59. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago