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. 2a40c7e use verbosity 1 to report multiple termination of gdbserver, by philippe · 9 years ago
  4. 25b436f Use memset + assign to VgdbShared, to avoid memcheck warning that by philippe · 9 years ago
  5. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  6. fff0723 Disable gdb XML file for TileGX by zliu · 9 years ago
  7. 654ea86 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  8. a6a6d92 The number of elements in a hash table cannot be negative. by florian · 9 years ago
  9. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  10. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  11. c403a55 Default is 1 for the unwind length range, not 0 by philippe · 9 years ago
  12. 97bfa19 Add a gdbxrv monitor command to print the CFI unwind info for an address+len by philippe · 9 years ago
  13. bc1b77c Avoid warning about %d and long int by philippe · 9 years ago
  14. 8568c99 Improve trace of pkt send by V gdbsrv: by philippe · 9 years ago
  15. b301469 * Let GDB user modify the signal to send to the guest process by philippe · 9 years ago
  16. 5e94f05 Implement 'qXfer:exec-file:read' packet in Valgrind gdbserver. by philippe · 9 years ago
  17. 9252713 Improves the way arena statistics are shown by philippe · 9 years ago
  18. 28e187c One more msg to use 'mmap-ed ANONYMOUS' wording by philippe · 9 years ago
  19. 0fe581f * Out of memory message was using 'bytes have already been allocated.' by philippe · 9 years ago
  20. 7571271 Remove a few embarassing comments. by florian · 9 years ago
  21. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  22. 45da632 The hint given by Valgrind gdbserver when enabling host visibility by philippe · 9 years ago
  23. 75d8a4e Have the very detailed gdbsrv debuglog (e.g. exchange of packets by philippe · 9 years ago
  24. d4c3744 343902 --vgdb=yes doesn't break when --xml=yes is used by philippe · 9 years ago
  25. 7463e49 Include pub_core_aspacemgr.h only where needed. Also fixes BZ #344235. by florian · 9 years ago
  26. b12f502 Ensure vgdb gets the nr of threads from Valgrind via shared memory, by philippe · 9 years ago
  27. 45ee036 Fix undefined behaviours when shifting. Found by libubsan. by florian · 9 years ago
  28. 7b7d594 Buffer audit. Resize a few. by florian · 9 years ago
  29. 8e78577 Fix 197259 Unsupported arch_prtctl PR_SET_GS option by philippe · 9 years ago
  30. 866862a Fix BZ #116002. by florian · 9 years ago
  31. 5b99e66 Fix BZ 334802. Patch by Mark Wielaard with a few mods to make it apply. by florian · 10 years ago
  32. 87c8abb Change VG_(mkstemp) such that by florian · 10 years ago
  33. 770a8d2 Merge r14308 from the BUF_REMOVAL branch to trunk by florian · 10 years ago
  34. 46cc045 Merge r14202 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  35. 09a4c79 Change the definition of VgHashTable to not have pointer type. by florian · 10 years ago
  36. 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
  37. 2d1f256 fix 339156 - gdbsrv not called for fatal signal by philippe · 10 years ago
  38. e2800c9 coregrind files shall use vg_assert not tl_assert. by florian · 10 years ago
  39. f2df332 Fix leak that can happen in case of IO error between V gdbsrv and vgdb. by philippe · 10 years ago
  40. 511df4e When piecing together the file name of a vgdb FIFO do not allow by florian · 10 years ago
  41. 77eb20b Use wrapper functions VG_(malloc) and friends consistently across the by florian · 10 years ago
  42. 3ebc6dc Fix missing break in switch Spotted by Florian Krohm, using BEAM static analyzer by philippe · 10 years ago
  43. 9450a8e Fix 338698 race condition between gdbsrv and vgdb on startup by philippe · 10 years ago
  44. 38a74d2 The semantic of the stack bounds is not consistent or is not described. by philippe · 10 years ago
  45. 87fc2a9 Some cleanup post QGetTlsAddr commit by philippe · 10 years ago
  46. 1670b05 fix 338160: Implement QGetTlsAddr query so that GDB+V gdbsrv can print __thread variables. by philippe · 10 years ago
  47. 4cace66 Reduce memory needed for symbols, by having the tocptr and local_ep by philippe · 10 years ago
  48. ea90a0d arm64 Improve fpsr gdbsrv handling. by philippe · 10 years ago
  49. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  50. 72a10e5 Allow no debuginfo to be found when (trying to) produce the help msg by philippe · 10 years ago
  51. 0642639 ensure the regcache is in sync with the fpsr part VEX represents by philippe · 10 years ago
  52. a0a0c6b take endianness into account in arm64 fpsr xfer, by philippe · 10 years ago
  53. e5d36ff arm64: fix the conversion from/to VEX fpsr to/from GDB representation by philippe · 10 years ago
  54. def5aae Rollback the (functional) effect of 13944 and 14134 by philippe · 10 years ago
  55. e120667 Follow up to rev 13944 by philippe · 10 years ago
  56. f8b689a Shadow registers wronly shown by gdb on avx machine by philippe · 10 years ago
  57. c69477a Track vex r2894 (representation changes to arm64 FPSR) by sewardj · 10 years ago
  58. 64ba574 Improve/fix hash table collision statistics + remove useless space in gdbsrv hostvisibility keywork by philippe · 10 years ago
  59. a0a7393 This patch implements the support needed for stacktraces by philippe · 10 years ago
  60. c23ae60 Avoid warnings due to implicit conversion between void*, Addr, and fn pointers by philippe · 10 years ago
  61. 3a73b39 When enabling hostvisibility in gdbsrv, give a more user friendly by philippe · 10 years ago
  62. 02fbf7f On old kernel, poll syscall being ptraced (vgdb+ptrace) is not necessarily by philippe · 10 years ago
  63. 07c0852 Factorises the address code description and printing by philippe · 10 years ago
  64. 5c683cf Support -Wformat -Werror=format-security. by mjw · 10 years ago
  65. 853a1ce In case gdbsrv poll syscall fails, produces more information by philippe · 10 years ago
  66. ed4c5c1 Keep the reading side of the FIFO opened after a vgdb disconnect by philippe · 10 years ago
  67. 08a0e88 Also give the indication on how to use vgdb when --vgdb-stop-at is given by philippe · 10 years ago
  68. adfff76 * Factorise code between is_valid_for_client and is_valid_for_valgrind. by philippe · 10 years ago
  69. 180a750 - The option "--vgdb-stop-at=event1,event2,..." allows the user by philippe · 10 years ago
  70. 4f6f336 Several improvements to (internal) statistics reporting about memory usage, by philippe · 10 years ago
  71. 987862c Fix incorrect include, spotted by mjw. by sewardj · 10 years ago
  72. 5566301 No need to discard translation in gdbserver when --vgdb=full by philippe · 10 years ago
  73. 0eb0d5a Fix or implement various things to have V gdbsrv working on arm64 by philippe · 10 years ago
  74. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  75. cffe2a5 add --vgdb-prefix arg to callgrind_control by philippe · 10 years ago
  76. 8587b54 Implement gdbsrv "v.info stats" command giving statistics for valgrind core + tools by philippe · 10 years ago
  77. 4254584 Minor tweak in the VG_(poll) syscall and callers: have a way to show by philippe · 11 years ago
  78. 4be47bc Minor tweak in the vgdb instructions output by valgrind: by philippe · 11 years ago
  79. 3c761f0 Fix 326462 Refactor vgdb to isolate invoker stuff into separate module by philippe · 11 years ago
  80. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  81. 1a046d5 Include pub_core/tool_clreq.h instead of valgrind.h where apropriate. by florian · 11 years ago
  82. 4978951 Intercept prctl(PR_SET_NAME, name) and store the thread name so it by florian · 11 years ago
  83. 535fb1b Fix coregrind header files such that they can be included without by florian · 11 years ago
  84. c91f584 Fix inclusion of header files in coregrind. No pub_tool_*.h should be by florian · 11 years ago
  85. 02ea413 Fix 324514 gdbserver monitor cmd output behaviour consistency + allow user by philippe · 11 years ago
  86. bd612e8 Avoid a compiler warning about integer overflow when compiling this by sewardj · 11 years ago
  87. 01a492e add a test + assert for GDB bug bypassed in r13472 by philippe · 11 years ago
  88. 03ffc6e Bypass GDB bug which asks to read packet slightly too big by philippe · 11 years ago
  89. c3294a9 mips32/mips64: Avoid breakpoints in branch delay slots by petarj · 11 years ago
  90. 2558317 fix 319235 --db-attach=yes is broken with Yama ptrace scoping enabled by philippe · 11 years ago
  91. 0232098 fix gdbsrv inferior calls when PT_GNU_STACK declares stack not executable by philippe · 11 years ago
  92. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  93. 66e4c73 Fix warning (missing #include file) by philippe · 11 years ago
  94. 6ec8d63 Implement the gdbsrv monitor command v.do expensive_sanity_check_general by philippe · 11 years ago
  95. 4620765 Implement --merge-recursive-frames + provide VALGRIND_MONITOR_COMMAND client req. by philippe · 11 years ago
  96. d734865 Fix buffer overrun due to copy paste from x86 to amd64. by philippe · 11 years ago
  97. f3a6e93 Addition of GDB server monitor command 'v.info execontext' that shows by philippe · 11 years ago
  98. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  99. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  100. 1636d33 Char/HChar fixups for m_debuginfo and m_gdbserver. by florian · 12 years ago