1. d13016b Fix typo spotted by Philip Waroquiers. by sewardj · 13 years ago
  2. fc13f2c drd, XML: Use proper XML syntax by bart · 13 years ago
  3. 5718cf3 Remove an obsolete regression test output file by bart · 13 years ago
  4. 786a7c7 Set svn:executable property by bart · 13 years ago
  5. e708600 drd: Enable XML output. See also #282949. To do: document the output format. by bart · 13 years ago
  6. 6c63f5c Emit <state>RUNNING</state> earlier by bart · 13 years ago
  7. db4384e Add format specifier %ps: only escape XML-metacharacters for --xml=yes by bart · 13 years ago
  8. d938adc Make sure that exp-sgcheck/tests/stackerr passes on openSUSE 11.4 x86 by bart · 13 years ago
  9. 2eb66e0 Revert r12128 because it triggers an assertion failure on one of the nightly build systems by bart · 13 years ago
  10. 2358660 Update expected output - the ppc output changed due to r12038. by bart · 13 years ago
  11. 5430ede First round of changes to get make dist working again. by florian · 13 years ago
  12. e6a3e04 This patch by Philippe Waroquiers, philippe.waroquiers@skynet.be by florian · 13 years ago
  13. d83f3d0 none/tests/shell: An attempt to compensate for variations in bash error messages by bart · 13 years ago
  14. 2a5e5d7 memcheck/tests/err_disable4: Increase thread stack size a little by bart · 13 years ago
  15. c6445c7 Update exp file. Back trace changed due to r12108. by florian · 13 years ago
  16. 2504753 On systems where /proc/sys/kernel/yama/ptrace_scope exists we need to by florian · 13 years ago
  17. 900863d Filter around some debuginfo problems with ld.so on SLES11 by florian · 13 years ago
  18. 352db6d drd: Use Vg_DebugMsg for debug messages by bart · 13 years ago
  19. 74b2d97 drd: Convert a few VG_(message)() calls into VG_(maybe_record_error)() calls by bart · 13 years ago
  20. b92ff0f DRD, refactoring: Introduce DRD_(trace_msg)() by bart · 13 years ago
  21. ed52992 Add a new .stdout.exp file, for older glibcs that print negative nans by sewardj · 13 years ago
  22. 147a6a1 Remove two junk commas that got committed in r12117. by sewardj · 13 years ago
  23. 5547572 Add a new .stdout.exp file, for older glibcs that print negative nans by sewardj · 13 years ago
  24. 5491c55 Add a new .stdout.exp file, for older glibcs that print negative nans by sewardj · 13 years ago
  25. 206b2b3 Add a new .stdout.exp file, for older glibcs that print negative nans by sewardj · 13 years ago
  26. f2e8a46 perf/tinycc.c: Avoid that clang warns about out-of-bounds accesses for by bart · 13 years ago
  27. cf0a8b9 memcheck/tests/unit_libcbase.c: Convert from old-style gcc designated by bart · 13 years ago
  28. 7d3dd0b memcheck/tests/err_disable4: Reduce memory footprint further. by bart · 13 years ago
  29. d42e873 include/vki/vki-linux.h: Remove __attribute_const__ definition since it by bart · 13 years ago
  30. 06e9bf0 Avoid that using any of the VALGRIND_DISABLE_ERROR_REPORTING, by bart · 13 years ago
  31. b728094 Update Subversion ignore list by bart · 13 years ago
  32. b3af9cf Format functions: change format specifier %t into %pS. Remove the _no_f_c formatting function variants. by bart · 13 years ago
  33. 4c02d0e helgrind/tests/pth_barrier*: Update expected output after drd/tests/pth_barrier.c changes by bart · 13 years ago
  34. 052f591 Declare _exit as "noreturn". This will avoid a GCC warning. by florian · 13 years ago
  35. ad2fc77 Fix GCC warnings about incompatible pointer assignments. by florian · 13 years ago
  36. 28936a8 Declare _exit as "noreturn". This will avoid a GCC warning. by florian · 13 years ago
  37. de60fe5 drd, s390: Make the annotate_ignore_* and the pth_barrier* tests produce by bart · 13 years ago
  38. 86781fa More fixes for unaligned accesses in the debuginfo code. BZ#282527. by tom · 13 years ago
  39. 8258a3a ppc64-linux only: fix incorrect line number reports in client requests by sewardj · 13 years ago
  40. d1897e1 Attempt to unbreak this testcase on systems with GCC 4.5.1 and newer. by florian · 13 years ago
  41. 73cc19e Change the filter order. Filename base backtrace filtering by florian · 13 years ago
  42. e140e56 Update exp files for memcheck's supp_unknown testcase. by florian · 13 years ago
  43. 58a1bf3 Rewrite badjump and badjump2 such that the error occurs now on the by florian · 13 years ago
  44. 84ada6b Change the nightly script to gather information about the run by florian · 13 years ago
  45. 2fa18d9 Helgrind and exp-sgcheck, XML error reporting: move the code printing <kind>...</kind> out of a switch statement. by bart · 13 years ago
  46. 9a8d3af Fix execve2 testcase. by florian · 13 years ago
  47. 8e0cc77 Turns out there is at least one version of glibc tat contains by florian · 13 years ago
  48. 772d9d8 The testcases execve1 and fwrite actually fail on x86 in the sense that by florian · 13 years ago
  49. 3dfe979 Improve filtering of backtrace noise in the memcheck bucket by florian · 13 years ago
  50. 3b38c6e Rename testcase from execve to execve1. by florian · 13 years ago
  51. ba4ce2f Fix another read_UInt that should be read_Addr. by tom · 13 years ago
  52. e906c64 Update names of vgdb pipes in documentation. Followup to r12071. by florian · 13 years ago
  53. f503645 Limit number of backtrace frames to 3 so as to avoid junk frames. by sewardj · 13 years ago
  54. 2bf2522 Fix multiple problems with this test: by sewardj · 13 years ago
  55. 4b5c3f0 Also parse stdoutB_filter_args and stderrB_filter_args. by florian · 13 years ago
  56. fd892fc Add read_Addr and use it so that we work on systems where an address by tom · 13 years ago
  57. b4dd5b4 Avoid using direct access to read multi-byte values from DWARF files by tom · 13 years ago
  58. 4df24de Use read_UInt to get the CRC as it may not be aligned. Fixes #283154. by tom · 13 years ago
  59. d32fb2b Move read_<type> routines from readdwarf.c to be module level by tom · 13 years ago
  60. ce0657d Update for x86. by florian · 13 years ago
  61. 2df4eb5 Add exp file for x86. This test is known to fail on that platform by florian · 13 years ago
  62. 8d85a5f Update for x86. This should have happened in r11741 which by florian · 13 years ago
  63. db8bdd2 Change the filtering of helgrind's XML output. by florian · 13 years ago
  64. 960eef2 Update re OSX 10.7. by sewardj · 13 years ago
  65. bccce90 * (marginally) fix debug printing for new 10.7 syscalls by sewardj · 13 years ago
  66. 8a5c06b Fix a couple of buffer overruns. n-i-bz. by sewardj · 13 years ago
  67. b578406 Make wqthread_hijack not assert on x86-darwin. Same hack as by sewardj · 13 years ago
  68. 0c865b4 Use <sys/mman.h> instead of <linux/mman.h> to fix a compile problem by florian · 13 years ago
  69. ab8630f Change the name of the pipes for vgdb by adding username and hostname. by florian · 13 years ago
  70. da91ee7 Make {amd64,x86}-darwin use the direct implementations of by sewardj · 13 years ago
  71. a8ca2c5 Un-break the compiler version check on Darwin (introduced by r12066) by sewardj · 13 years ago
  72. adbb491 Be a bit more careful about the return type for VG_MINIMAL_SETJMP, by sewardj · 13 years ago
  73. fc824cb x86-linux, amd64-linux: Implement VG_MINIMAL_SETJMP and by sewardj · 13 years ago
  74. 3ab7b66 Accept clang-2.9 as an allowable compiler. by sewardj · 13 years ago
  75. bd9b731 Compile everything with -fno-builtin, so as to disable LLVM's by sewardj · 13 years ago
  76. 95a128b Fix a regression (none/tests/cmdline[12]) which was introduced by florian · 13 years ago
  77. b985e2d Remove hardwired /tmp directory in vgdb. Honour VG_TMPDIR by florian · 13 years ago
  78. 99b6bde Fix a NULL pointer dereference issue spotted by IBM's BEAM checker. by florian · 13 years ago
  79. fb9c962 Update how-to-build documentation. by sewardj · 13 years ago
  80. 889ffa4 Add support for hardware-specific ioctl wrappers on Android, by sewardj · 13 years ago
  81. a3e7a48 Android: add wrappers for ashmem and binder ioctls. From the AOSP by sewardj · 13 years ago
  82. 8dc3282 Un-break debuginfo image finding on non-Android Linuxes following r12057, duh. by sewardj · 13 years ago
  83. 55f2973 Add a facility for ad-hoc location of debuginfo files on Android. by sewardj · 13 years ago
  84. a2b14cc ML_(read_elf_debug_info): (no functional change, I hope): fix up by sewardj · 13 years ago
  85. 88d2c09 Android only: don't ignore zero-sized symbols, since some of them by sewardj · 13 years ago
  86. 70f291d arm_linux_android: intercept __dl_strcmp and __dl_strlen in by sewardj · 13 years ago
  87. a518fb6 Initial suppressions from Android 2.3.5 (on ARM). by sewardj · 13 years ago
  88. 75f107f Heap profiler: reduce threshold at which a new profile is shown for by sewardj · 13 years ago
  89. 27a4db0 Pretty up the debugging hack that allows printing of stack traces by sewardj · 13 years ago
  90. 796e4b2 Re-enable the use of loctab (line number table) trimming, for a 5% to by sewardj · 13 years ago
  91. f72a28d run_a_thread_NORETURN: add trashed-register annotations for the magic by sewardj · 13 years ago
  92. 80fc03b Print a slightly less useless failure message if VG_(mkstemp) fails to by sewardj · 13 years ago
  93. d043de9 m_mallocfree.c: generalise 'reclaimSuperBlock' to also reclaim by sewardj · 13 years ago
  94. f79bf6e Make filter_helgrind executable. Should unbreak the build. by florian · 13 years ago
  95. 31014da Change the backtrace filtering machinery for the helgrind regression by florian · 13 years ago
  96. ae24058 Remove code duplication from the dispatchers. Keep the core loop by florian · 13 years ago
  97. 731f9cf by sewardj · 13 years ago
  98. 94bb772 Un-break Darwin build following r12041 (creation of struct _DebugInfoFSM) by sewardj · 13 years ago
  99. a5acac3 A refactoring change; no functional effect. struct _DebugInfo by sewardj · 13 years ago
  100. 0f4126c Get rid of DebugInfo::memname, a hangover from the now-removed AIX5 support. by sewardj · 13 years ago