1. de1b03d Patch to remember/restore CFA state on DW_CFA_{remember,restore}_state. by sewardj · 15 years ago
  2. d801177 Use Dwarf3 section version numbers as specified in Appendix F of the by sewardj · 15 years ago
  3. 7225992 Handle some more DW_TAG_subrange_type cases which Fedora 11's by tom · 15 years ago
  4. d55f0d9 With the recent VG_(message) change, by njn · 15 years ago
  5. cb5d697 Minor improvements to printing w.r.t. sync checking / resyncing. by sewardj · 15 years ago
  6. a9269e3 Add /Applications to the list of directories in which not to try to auto-run dsymutil. by sewardj · 15 years ago
  7. 0c58a74 Forgot to add these in r10690. by njn · 15 years ago
  8. f8a11cf In the "Command:" line in the preamble, escape special chars such as ' ' and by njn · 15 years ago
  9. b57e693 Reinstating a heavily modified version of r10402. This is to do with #190429. by sewardj · 15 years ago
  10. f386139 Change name of H1 history flag from --history-level=partial (which I can by sewardj · 15 years ago
  11. 2d2ea2f Attend to space leaks, to the extent that I can. by sewardj · 15 years ago
  12. 8ab2c13 Small improvements, including some commenting, for the H1 history mechanism. by sewardj · 15 years ago
  13. 0e08b10 Restored two of the suppression patterns removed in the previous commit. by bart · 15 years ago
  14. 9e4554c Cleaned up DRD's Linux suppression patterns: by bart · 15 years ago
  15. 950d29a Reverted to r10509. by bart · 15 years ago
  16. dbaced0 Added an output variant for the pth_cancel_locked regression test. by bart · 15 years ago
  17. 94fb8d2 Report mutex errors for each different mutex even if the call stacks are identical. by bart · 15 years ago
  18. 4f66a77 Builds again on Darwin. by bart · 15 years ago
  19. 791a0c6 Implemented a more systematic approach for intercepting POSIX threads by bart · 15 years ago
  20. e3f1e59 (almost completely just function renaming): by sewardj · 15 years ago
  21. 49e05bc Darwin-specific followup to r10676 (helgrind: Don't instrument any code in ld.so). by sewardj · 15 years ago
  22. a0eee32 Don't instrument any code in ld.so. Doing so merely generates a large by sewardj · 15 years ago
  23. b80fa96 Only consider two error contexts as equivalent if the contexts have another by bart · 15 years ago
  24. b48bde2 Report an error message instead of triggering an assertion failure when a non-existing thread ID is passed to pthread_join() or pthread_cancel(). by bart · 15 years ago
  25. 877de91 Updated Subversion ignore list. by bart · 15 years ago
  26. b48b49e Fix compile error. by njn · 15 years ago
  27. ddaef35 Prettify the messages printed when segment mismatches happen. Also get rid by njn · 15 years ago
  28. 28abc98 wibble by njn · 15 years ago
  29. 305dc00 Don't bother printing "My PID" when logging to a file or socket, as that by njn · 15 years ago
  30. 8e007a8 Now that we always print the command, no need to reprint it when logging to by njn · 15 years ago
  31. f484a65 Don't print the command in the preamble with --xml=yes. by njn · 15 years ago
  32. 5ab3fb8 Avoid ampersands that seem to be causing XML-to-PDF conversion troubles. by njn · 15 years ago
  33. ee746a2 Use <variablelist> for ms_print's and cg_annotate's options list. by njn · 15 years ago
  34. 0376466 Man page fix. by njn · 15 years ago
  35. 5c179ba Remove some not-very useful info that tends to get out of date. by njn · 15 years ago
  36. 3a5786e Remove lots of boilerplate text (tool descriptions) that tends to get out of by njn · 15 years ago
  37. a72bc35 Unbreak 'make dist'. by njn · 15 years ago
  38. a31dac2 Improve the "acting on Cachegrind's info" section. by njn · 15 years ago
  39. 7e5d4ed We currently use a mix of <option> and <computeroutput> tags for command by njn · 15 years ago
  40. d09133d Improve formatting of a command. by njn · 15 years ago
  41. 53162bf Print the command being run at startup. It wraps to avoid going over 80 by njn · 15 years ago
  42. aedcc7a Improve futex system call support. Patch from BZ#201757 which I have by tom · 15 years ago
  43. b6158bc Note results of investigation into segfaulting of tc22 on H on MacOS. by sewardj · 15 years ago
  44. d6b722f Add a suppression apparently required by Darwin 9.7.0, 32-bit. by sewardj · 15 years ago
  45. 01dded7 Don't include "how to write a tool" in the user manual -- it's in the tech by njn · 15 years ago
  46. 05a8917 Started overhauling the documentation: by njn · 15 years ago
  47. 0211454 Improve checking for pthread_mutex_cond operations: implement a check by sewardj · 15 years ago
  48. 90eb22e Back out a small part of r10589 (the tick-after-recv thing). On by sewardj · 15 years ago
  49. 211b372 Reran SPLASH-2 benchmark. by bart · 15 years ago
  50. cf1b64c Un-break regression test run. by bart · 15 years ago
  51. 6897818 Updated gcc version from 4.4.0 to 4.4.1. by bart · 15 years ago
  52. 1b7b531 Remove non-Linux code from this Linux-only test. by njn · 15 years ago
  53. 5a92b4c Make lsframe1, lsframe2 and stack_changes Linux-only since they all fault by njn · 15 years ago
  54. 0a96643 Make sure the x86 direction flag is cleared again if we set it as part by tom · 15 years ago
  55. a5453e9 Clarify a comment. by njn · 15 years ago
  56. a617d11 Follow-up of r10638 and r10639: explained in the manual that DRD is now by bart · 15 years ago
  57. 67707ec - Added more rwlock type checking. by bart · 15 years ago
  58. c844150 Implemented type checking for reader-writer synchronization by bart · 15 years ago
  59. df2a1f7 Added a new suppression pattern for Darwin. This is necessary because of the changes introduced by r10634. by bart · 15 years ago
  60. 80ad555 Removed -q from the Valgrind options for the bar_bad and bar_trivial tests. by bart · 15 years ago
  61. 9a787f8 Support epoll_create and epoll_create1 in ptrcheck. Fixes #189762. by tom · 15 years ago
  62. 61d36ff - Moved printing the thread number to the function that prints the by bart · 15 years ago
  63. 8c979e2 Made the error reporting behavior of DRD similar to that of other by bart · 15 years ago
  64. 050eec5 Fixed a bug in the code for reading suppression files: the line numbers by bart · 15 years ago
  65. 4f2168d Updated expected output of tc23_bogus_condwait for Darwin because the test program has been modified (r10623). by bart · 15 years ago
  66. 3320ef1 Re-enabled the regression tests tc17_sembar and tc23_bogus_condwait for DRD on Darwin. by bart · 15 years ago
  67. 94be743 Make sure the entire symbol is swapped when canonicaliseSymtab decides by tom · 15 years ago
  68. cd8eafb Relatively inconsequential tidying of the Helgrind supps for Darwin. by sewardj · 15 years ago
  69. f35450e Add a new output file for tc12_rwl_trivial. It unfortunately can't be by sewardj · 15 years ago
  70. 28a7f7d Unbreak Helgrind on Linux following recent Darwin hackery. by sewardj · 15 years ago
  71. 3fa0da5 Some more baseline suppressions for Darwin. by sewardj · 15 years ago
  72. e4a95c3 Use correct preprocessor symbol for OS-specific code. by sewardj · 15 years ago
  73. e84c7f4 Portability fixes for Darwin (use sem_open and sem_close rather than by sewardj · 15 years ago
  74. 1c147ff Re-check the symbol names for all pthread intercepts, to find all Linux by sewardj · 15 years ago
  75. b712617 Only collect stacktraces at scalar Kr boundaries at history level 1. by sewardj · 15 years ago
  76. 578b171 Add new mangling Z-pair "ZD" to encode '$', since that's sometimes used by sewardj · 15 years ago
  77. 0d2f374 Updated expected outputs following r10589 (msm idempotency effects) by sewardj · 15 years ago
  78. 554953f Fixed typo. by bart · 15 years ago
  79. 07ec593 Updated manual because of the new client request DRD_STOP_IGNORING_VAR(). by bart · 15 years ago
  80. 93a0274 Suppress data race reports for the data race triggered by Darwin's pthread_once() implementation such that the pth_once test also passes on Darwin. by bart · 15 years ago
  81. d9b8eb7 Added the macro DRD_STOP_IGNORING_VAR(). by bart · 15 years ago
  82. b5813e3 Remove the temporary file created during the test before exiting. by bart · 15 years ago
  83. cf4de5e Should have been included in the previous commit (r10612). by bart · 15 years ago
  84. 7caef85 Added regression test for pth_once(). by bart · 15 years ago
  85. d7de989 - Changed the names of several existing suppression patterns. by bart · 15 years ago
  86. 0f83d48 Added regression test for %o (octal) format specifier. by bart · 15 years ago
  87. 9939666 Made the semaphore name independent of the process ID. by bart · 15 years ago
  88. 70b531b Trace the oflag parameter of sem_open() in hexadecimal format instead of decimal. by bart · 15 years ago
  89. 5fb36bb Updated drd/tests/omp_printf: by bart · 15 years ago
  90. fc68130 Removed code that has been commented out recently. by bart · 15 years ago
  91. 9ecbf1d Display sem_open() mode in octal format instead of hexadecimal format. by bart · 15 years ago
  92. 042257f Added support for %o (octal format). by bart · 15 years ago
  93. 0c6bf35 DRD is no longer considered experimental on Darwin. by bart · 15 years ago
  94. 6e05836 Generalized some suppression patterns and added several new suppression patterns. by bart · 15 years ago
  95. 65912d6 Updated testing instructions. by bart · 15 years ago
  96. 83e7eb6 Fixed an assertion failure that was triggered on Darwin by calling malloc_zone_realloc(). by bart · 15 years ago
  97. fe212db DRD does now support sem_open() and sem_close(). by bart · 15 years ago
  98. b3f3340 Fixed bug in DRD's rwlock implementation that caused the regression test called rwlock_test to fail sometimes on Darwin. The fact that this test only failed on Darwin and not on Linux implies that on Linux after unlocking an rwlock that was locked for writing there always happens a context switch to another thread waiting for acquiring the rwlock, and that this is not the case on Darwin. by bart · 15 years ago
  99. ea7e8b6 Uncomment this; not sure why it was commented out. by njn · 15 years ago
  100. 54bfceb DRD now works on Darwin! by njn · 15 years ago