1. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  2. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  3. 5cbcd62 Fix a typo, introduced when fixing a typo. by philippe · 10 years ago
  4. be314cf Fix typo by philippe · 10 years ago
  5. 345affe Follow up to rev 14823: make errors when reporting command line non critical by philippe · 10 years ago
  6. b7742ab Fix a buffer overflow (in case read had returned 1000). by florian · 10 years ago
  7. e6460fa Unmask all signals in vgdb, as the process that launches vgdb by philippe · 10 years ago
  8. 26ed419 Adds initial support for AArch64 (arm64) on Android. Small programs by sewardj · 10 years ago
  9. 511df4e When piecing together the file name of a vgdb FIFO do not allow by florian · 10 years ago
  10. def5aae Rollback the (functional) effect of 13944 and 14134 by philippe · 10 years ago
  11. 6654de8 vgdb must not transmit signals when gdbserver has been ptrace-invoked. by philippe · 10 years ago
  12. 9c6b05d mips32: Adding mips32/Android support to Valgrind. by dejanj · 11 years ago
  13. 3c761f0 Fix 326462 Refactor vgdb to isolate invoker stuff into separate module by philippe · 11 years ago
  14. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  15. 50c2075 mips32: Fix a problem with gdb invoker. by dejanj · 11 years ago
  16. 5507d22 fix --vgdb-prefix no / character interpreted differently by V gdbsrv and vgdb by philippe · 11 years ago
  17. 4e98f7c Update configure machinery to detect PTRACE_GETREGS by philippe · 11 years ago
  18. f1f5ce0 do not include linux/ptrace.h in vgdb.c by philippe · 11 years ago
  19. 2558317 fix 319235 --db-attach=yes is broken with Yama ptrace scoping enabled by philippe · 11 years ago
  20. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  21. 36c01ef Improve error handling when vgdb cannot read process cmd line by philippe · 12 years ago
  22. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  23. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  24. adfb8a7 Ensure vgdb.c is warningless with -Wpointer-sign by philippe · 12 years ago
  25. 66bc6e5 for debuglevel >=2, ensure write_buf debug output only writes the req nr of char by philippe · 12 years ago
  26. 6dda089 fix n-i-bz vgdb ptrace calls wrong on mips, causing blocked syscalls to fail by philippe · 12 years ago
  27. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  28. 5d5dd8e 301265 - add x86 support to Android build by philippe · 12 years ago
  29. 0e3e768 Avoid unused warning for ptrace_write_memory in vgdb.c (only used on some platforms) by philippe · 12 years ago
  30. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  31. 8fb1b13 Fix 297992 Support systems missing WIFCONTINUED (e.g. pre-2.6.10 Linux) by philippe · 12 years ago
  32. bb4827b fix off by one in string by philippe · 12 years ago
  33. ae52a93 Valgrind gdbserver can open/close connections multiple times by philippe · 13 years ago
  34. 1d76a80 fix 289699 vgdb connection in relay mode erroneously closed due to buffer overrun by philippe · 13 years ago
  35. 992d3cc Make vgdb.c work on Android, so that the GDB server as a whole by sewardj · 13 years ago
  36. ab8630f Change the name of the pipes for vgdb by adding username and hostname. by florian · 13 years ago
  37. b985e2d Remove hardwired /tmp directory in vgdb. Honour VG_TMPDIR by florian · 13 years ago
  38. e7f8f3f Reinstate inclusion of signal.h, removed in r11886. by sewardj · 13 years ago
  39. 56501b6 Reinstate inclusion of unistd.h, removed in r11886. by sewardj · 13 years ago
  40. cbe3850 Fix Linux build breakage caused by header rearrangement in r11885, sigh. by sewardj · 13 years ago
  41. 0ba37c9 Build system fixes so as to temporarily disable the GDBserver on by sewardj · 13 years ago
  42. 30b3eca valgrind and tool mon. cmds prefixes changes + doc fixes + new vgdb option by sewardj · 13 years ago
  43. b2572b5 GDB server: by sewardj · 13 years ago
  44. 1568e17 Minor GDBserver source tidying. Also a small usability fix: if by sewardj · 13 years ago
  45. d142f99 gdbserver: misc fixes (#214909 c 77) by sewardj · 13 years ago
  46. d8c12f1 * fixed two bugs reported by the IBM BEAM checker: by sewardj · 13 years ago
  47. eefeeb7 Improvements for testing and compilation breakage for the GDB server by sewardj · 13 years ago
  48. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago