1. 654ea86 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  2. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  3. c403a55 Default is 1 for the unwind length range, not 0 by philippe · 9 years ago
  4. 97bfa19 Add a gdbxrv monitor command to print the CFI unwind info for an address+len by philippe · 9 years ago
  5. b301469 * Let GDB user modify the signal to send to the guest process by philippe · 9 years ago
  6. 5e94f05 Implement 'qXfer:exec-file:read' packet in Valgrind gdbserver. by philippe · 9 years ago
  7. 9252713 Improves the way arena statistics are shown by philippe · 9 years ago
  8. 28e187c One more msg to use 'mmap-ed ANONYMOUS' wording by philippe · 9 years ago
  9. 0fe581f * Out of memory message was using 'bytes have already been allocated.' by philippe · 9 years ago
  10. 45da632 The hint given by Valgrind gdbserver when enabling host visibility by philippe · 9 years ago
  11. 75d8a4e Have the very detailed gdbsrv debuglog (e.g. exchange of packets by philippe · 9 years ago
  12. d4c3744 343902 --vgdb=yes doesn't break when --xml=yes is used by philippe · 9 years ago
  13. 7463e49 Include pub_core_aspacemgr.h only where needed. Also fixes BZ #344235. by florian · 9 years ago
  14. 7b7d594 Buffer audit. Resize a few. by florian · 9 years ago
  15. e2800c9 coregrind files shall use vg_assert not tl_assert. by florian · 10 years ago
  16. 38a74d2 The semantic of the stack bounds is not consistent or is not described. by philippe · 10 years ago
  17. 1670b05 fix 338160: Implement QGetTlsAddr query so that GDB+V gdbsrv can print __thread variables. by philippe · 10 years ago
  18. 72a10e5 Allow no debuginfo to be found when (trying to) produce the help msg by philippe · 10 years ago
  19. 64ba574 Improve/fix hash table collision statistics + remove useless space in gdbsrv hostvisibility keywork by philippe · 10 years ago
  20. c23ae60 Avoid warnings due to implicit conversion between void*, Addr, and fn pointers by philippe · 10 years ago
  21. 3a73b39 When enabling hostvisibility in gdbsrv, give a more user friendly by philippe · 10 years ago
  22. 07c0852 Factorises the address code description and printing by philippe · 10 years ago
  23. 180a750 - The option "--vgdb-stop-at=event1,event2,..." allows the user by philippe · 10 years ago
  24. 4f6f336 Several improvements to (internal) statistics reporting about memory usage, by philippe · 10 years ago
  25. 8587b54 Implement gdbsrv "v.info stats" command giving statistics for valgrind core + tools by philippe · 10 years ago
  26. 4978951 Intercept prctl(PR_SET_NAME, name) and store the thread name so it by florian · 11 years ago
  27. 02ea413 Fix 324514 gdbserver monitor cmd output behaviour consistency + allow user by philippe · 11 years ago
  28. 03ffc6e Bypass GDB bug which asks to read packet slightly too big by philippe · 11 years ago
  29. 66e4c73 Fix warning (missing #include file) by philippe · 11 years ago
  30. 6ec8d63 Implement the gdbsrv monitor command v.do expensive_sanity_check_general by philippe · 11 years ago
  31. 4620765 Implement --merge-recursive-frames + provide VALGRIND_MONITOR_COMMAND client req. by philippe · 11 years ago
  32. f3a6e93 Addition of GDB server monitor command 'v.info execontext' that shows by philippe · 11 years ago
  33. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  34. 1636d33 Char/HChar fixups for m_debuginfo and m_gdbserver. by florian · 12 years ago
  35. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  36. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  37. c336038 Fix 308644 vgdb command for having the info for the track-fds option by philippe · 12 years ago
  38. 0447bbd Fix 308341 vgdb should report process exit (or fatal signal) by philippe · 12 years ago
  39. 419d5f2 gdbserver: introduce support to show the AVX registers. by philippe · 12 years ago
  40. 349a391 Prepare for AVX support : restructure gdbsrv/target/valgrind-low/arch low by philippe · 12 years ago
  41. 93a6a8d add optional arg [aspacemgr] to v.info memory to show aspacemgr segments. by philippe · 12 years ago
  42. 886fde3 Fix bug 297078 gdbserver signal handling problems caused by diff vki nr/gdb nr and by philippe · 12 years ago
  43. 0e1cac9 After a fork, gdbserver_init can be called again. by philippe · 12 years ago
  44. 75a5f78 Fix buffer overflow bug when building the target file. by philippe · 12 years ago
  45. baf6964 * compare vgdb-error with n_errs_shown, not with n_errs_found. by philippe · 12 years ago
  46. 47ffedb gdbsrv: factorize gdb version handling, fix doc and typos by sewardj · 13 years ago
  47. d6e13d8 Addition of v.info scheduler monitor command by sewardj · 13 years ago
  48. 0bb3c67 Rename some local variables 'signal' to 'zignal' since gcc complains they by sewardj · 13 years ago
  49. 30b3eca valgrind and tool mon. cmds prefixes changes + doc fixes + new vgdb option by sewardj · 13 years ago
  50. 2a31239 Add support for PIC executables (e.g. firefox on Ubuntu 11) by adding by sewardj · 13 years ago
  51. 2dafc54 Define pass_signals[] only once such that Valgrind can be built with -fno-common. This is a modified version of the second patch attached to #273536. by bart · 13 years ago
  52. 99d6134 gdbserver: Fixes for ARM-Thumb (#214909 c 76) by sewardj · 13 years ago
  53. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago