1. 0a961fc Activate --read-inline-info=yes for the outer/inner setup regtest run by philippe · 10 years ago
  2. 7817ee4 Add intercepts for more OSX 10.9 malloc_zone functions: by sewardj · 10 years ago
  3. 798e95b Intercept libsystem_platform.dylib:_platform_strncmp and dyld:memchr by sewardj · 10 years ago
  4. 03a79bf Update suppressions for OSX 10.9 (64-bit) by sewardj · 10 years ago
  5. da56900 2 execontexts in an hash table chain are not necessarily the same size. by philippe · 10 years ago
  6. 3b48762 Fix Makefile 'MISSING EXTRA_DIST' due to addition of tc20_verifywrap.stderr.exp-glibc-2.18 by philippe · 10 years ago
  7. 5ab7ce8 Fix a regression in supp matching with obj: entries by philippe · 10 years ago
  8. 8693182 According to Julian initialising the previously uninitialised variable by florian · 10 years ago
  9. 885d479 Make error message more precise. by florian · 10 years ago
  10. 841b4db Suppress a clang warning about an uninitialised variable. Fixes BZ #329694. by florian · 10 years ago
  11. d94082e helgrind/tests/tc20_verifywrap: Port to glibc >= 2.18 by bart · 10 years ago
  12. a6efdfa Rename --defaultsupp into --default-suppressions as requested by Julian by bart · 10 years ago
  13. 99d9178 Document return value of VALGRIND_MAKE_MEM_DEFINED and friends. by florian · 10 years ago
  14. 8e4d402 BZ 330257 has been fixed in r14055. by florian · 10 years ago
  15. 06766bd Update the copyright notice in files ending in '.in' because the by florian · 10 years ago
  16. aec49a4 OS X 10.9: Add redirections for strnlen, strcpy, strncpy, by sewardj · 10 years ago
  17. 63e907b * Move the new 10.9 syscalls into their own section. by sewardj · 10 years ago
  18. 540f105 Wrap long lines in kernelrpc_mach_* PRE/POST handlers. No functional change. by sewardj · 10 years ago
  19. 94ef326 Enable more test cases: by sewardj · 10 years ago
  20. 73e9a01 Make none/tests/cmdline[12] pass again by bart · 10 years ago
  21. 5d668be drd/tests/std_thread2: Re-enable by bart · 10 years ago
  22. 2c68e3e core: Add command-line option --defaultsupp by bart · 10 years ago
  23. aed34e6 Add Iop_Abs64x2; unbreak build. by florian · 10 years ago
  24. 48d7945 Update list of ignored files. by florian · 10 years ago
  25. 7fd2ec3 ms_print ought to create temporary files in a proper directory as by florian · 10 years ago
  26. 0ff1641 Find the name of the inlined function through a DW_AT_specification by philippe · 10 years ago
  27. e1f94b8 This optimisation divides by 2.5 the time (user+sys) needed to read by philippe · 10 years ago
  28. e0bd591 Use macro TD3 defined as UNLIKELY(td3) for tracing by philippe · 10 years ago
  29. c3e09f6 OS X 10.9: add intercepts for by sewardj · 10 years ago
  30. 34ffca6 Whitespace and comment-only changes. No functional change. by sewardj · 10 years ago
  31. 5601807 kernelrpc_mach_vm_allocate_trap writes the resulting address to *ARG2 by sewardj · 10 years ago
  32. 704bf0e Redirect strchr in dyld (the dynamic linker) on OS X 10.9, for the usual reason. by sewardj · 10 years ago
  33. d7d4acf Fix a few Char / HChar mixups. by florian · 10 years ago
  34. 7c4f9e3 Fix a missing-prototype warning on OS X 10.7. by sewardj · 10 years ago
  35. 5aa09bf Mark unused functions as unused, to keep Clang happy. by sewardj · 10 years ago
  36. 107954f Remove unused function swapfunc(). by sewardj · 10 years ago
  37. 39d013e Remove fd_exists(), as it is never used. by sewardj · 10 years ago
  38. 7c2f6c1 Fix incorrect header guard macro, as awesomely detected by clang. by sewardj · 10 years ago
  39. 6822be8 Fix a -Wshadow warning from some oldish version of XCode. by sewardj · 10 years ago
  40. ba8dea3 Mac OS X 10.9 improvements. Bug 326724 comment 27 patch name by sewardj · 10 years ago
  41. 8dc9365 Mac OS X 10.9 improvements. Bug 326724 comment 27 patch name by sewardj · 10 years ago
  42. 32f5c09 Mac OS X 10.9 improvements. Bug 326724 comment 27 patch name by sewardj · 10 years ago
  43. d8e9a29 Mac OS X 10.9 improvements. Bug 326724 comment 27 patch name by sewardj · 10 years ago
  44. d37dccf Un-break the build on OS X 10.8 following r14057 by sewardj · 10 years ago
  45. 5d75d53 Mac OS X 10.9 improvements. Bug 326724 comment 27 patch name by sewardj · 10 years ago
  46. 20380fb Un-break the build on OS X 10.8 following by sewardj · 10 years ago
  47. ec66ad5 Add initial build support for Mac OS X 10.9 (Mavericks). Bug 326724 by sewardj · 10 years ago
  48. 946f019 Enable/enhance test cases for: dup_{d_d[], s_s[], h_h[], b_b[]}, ext by sewardj · 10 years ago
  49. 64ba574 Improve/fix hash table collision statistics + remove useless space in gdbsrv hostvisibility keywork by philippe · 10 years ago
  50. 6599d5b Enable test cases for: orr_{8h,4h}_imm8_shifted, by sewardj · 10 years ago
  51. 80d9c8f When printing "REDIR:" lines at -v, print not only the name of the by sewardj · 10 years ago
  52. 86be6ed restructure dwarf3 DIE tracing by philippe · 10 years ago
  53. d16fb63 optimisation : avoid double reading of a DIE when the DIE will be parsed by philippe · 10 years ago
  54. d316782 Refine NEWS entry for helgrind Ada tasks intercepts by philippe · 10 years ago
  55. b152de1 Use a string literal format to avoid a gcc warning (-Wformat-security) by philippe · 10 years ago
  56. d40aff5 Add helgrind intercepts to have helgrind understanding Ada tasks terination rules by philippe · 10 years ago
  57. eb3af1c Announce in NEWS 199144 == 278972 by philippe · 10 years ago
  58. 5612d1a Fix random crash due to non-init inlparser when --read-var-info given but not --read-inline-info by philippe · 10 years ago
  59. 87a5bad Handle new IROp Iop_Abs64x2. by sewardj · 10 years ago
  60. 5e023e8 Enable test cases for instructions implemented today. by sewardj · 10 years ago
  61. 896a3bf Add a comment to document a possible optimisation (avoid double reading by philippe · 10 years ago
  62. e504887 When only reading inline info, no need to parse debug_types sections by philippe · 10 years ago
  63. 0d2ea9d Fix some obsolete comments, now that we have an ht of parsed abbvs by philippe · 10 years ago
  64. c983157 separate the tracing code in other function, call the tracing code only by philippe · 10 years ago
  65. 67e1ad2 Announce in NEWS the support for inlined function calls in stacktraces/suppressions by philippe · 10 years ago
  66. a0a7393 This patch implements the support needed for stacktraces by philippe · 10 years ago
  67. 746e97e Improve performance of dwarf3 reader using a hashtable of parsed abbreviations by philippe · 10 years ago
  68. 4934554 small improvement in x86 unwind debug tracing by philippe · 10 years ago
  69. 2352e98 Do not destroy the strpool if NULL by philippe · 10 years ago
  70. a950336 Add test cases for LD1R (single structure, replicate). by sewardj · 10 years ago
  71. dc9669f drd: Revert r14023 by bart · 10 years ago
  72. 6fe6ef5 drd/tests/std_thread2: Disable this test temporarily such that the suppression patterns can be restored by bart · 10 years ago
  73. 7293d25 This patch adds a 'de-duplicating memory pool allocator': by philippe · 10 years ago
  74. dcef54c Enhance slightly the x86 debug trace unwind code by philippe · 10 years ago
  75. 2333583 Fix the cleanup: line to avoid an error message in case the file does not exist. by florian · 10 years ago
  76. 9c33269 Add test cases for FMUL 2d_2d_d[], 4s_4s_s[], 2s_2s_s[]. by sewardj · 10 years ago
  77. 770f5ea Add tests for movi_4s_#imm8,lsl8 and ushr_d_d_#imm. by sewardj · 10 years ago
  78. ce93f9e configure.ac: Fix Boost detection test by bart · 10 years ago
  79. 10a2149 glibc-2.X-drd.supp: Add support for --num-callers=1 by bart · 10 years ago
  80. d3a8fca drd/tests/std_thread2: Make this test independent of the libstdc++ version by bart · 10 years ago
  81. dce0698 Enable test for movi_{16b,8b}_#imm8. by sewardj · 10 years ago
  82. 58ba784 Update. by sewardj · 10 years ago
  83. df33717 drd/tests/std_thread2: Filter out libstdc++ header file line numbers by bart · 10 years ago
  84. c23ae60 Avoid warnings due to implicit conversion between void*, Addr, and fn pointers by philippe · 10 years ago
  85. 3a73b39 When enabling hostvisibility in gdbsrv, give a more user friendly by philippe · 10 years ago
  86. a41ca89 drd/tests: Update Subversion ignore list by bart · 10 years ago
  87. 3cc2620 drd: Ignore ordering introduced by a mutex used in the thread creation wrapper by bart · 10 years ago
  88. a6f70d5 drd/tests/std_thread2: Add by bart · 10 years ago
  89. a9d5eda drd/tests/local_static: Disable because g++ does not yet allow proper interception of initialization of local static variables by bart · 10 years ago
  90. f056aab drd: Add __cxa_guard_*() intercepts by bart · 10 years ago
  91. d8070b3 drd/tests/local_static: Fix a typo by bart · 10 years ago
  92. 22a7456 drd/tests: Update Subversion ignore list by bart · 10 years ago
  93. f6bcf16 drd/tests/local_static: Add by bart · 10 years ago
  94. 9a68a77 gdbserver_tests: Update Subversion ignore list by bart · 10 years ago
  95. 1808046 memcheck/tests: Update Subversion ignore list by bart · 10 years ago
  96. 6ce61e5 none/tests/amd64: Update Subversion ignore list by bart · 10 years ago
  97. 4461220 shared: Update ignore list by bart · 10 years ago
  98. 5a3b2a4 drd manual: Fix C++11 instructions by bart · 10 years ago
  99. 0ebae82 drd/tests/std_thread: Remove two superfluous macro definitions by bart · 10 years ago
  100. 05a6673 drd/tests/std_thread: Minimize diffs with original by bart · 10 years ago