1. b4913ad DRD: add two ppc output variants by bart · 13 years ago[Renamed from drd/tests/tc09_bad_unlock.stderr.exp]
  2. b2260b8 Reverted r11536 because it didn't have the desired effect - changing the behavior of DRD on Darwin. by bart · 13 years ago
  3. 9fc7fac DRD: don't inline pthread intercepts because in combination with the current fragile implementation of the CALL_FN_* macros inlining intercepts can easily trigger stack alignment errors on Darwin. by bart · 13 years ago
  4. cab64bc Update .exp files for r10783. by njn · 15 years ago
  5. 8c979e2 Made the error reporting behavior of DRD similar to that of other by bart · 15 years ago
  6. a1fc3a5 More regression test output tuning. by bart · 15 years ago
  7. 1344d6c - Bug fix: swapped order of VG_(OSetGen_Remove)() and by bart · 15 years ago
  8. 292c1e2 Renamed vg_thread_wrapper() into DRD_(thread_wrapper)(). by bart · 15 years ago
  9. b4d8713 Update expected outputs following a (trivial) change in the source of by sewardj · 16 years ago
  10. ccf17de Renamed exp-drd directory into drd. Moved drd from the experimental tool class to the class of regular tools. by bart · 16 years ago[Renamed from exp-drd/tests/tc09_bad_unlock.stderr.exp]
  11. 391d9dc Made error messages more verbose. by bart · 16 years ago
  12. 52e8291 Modified error message that is printed when a mutex operation is attempted on an object that is not a mutex. by bart · 16 years ago
  13. 6b71761 When the "not a mutex" error message is printed, the offending address is now printed too. by bart · 16 years ago
  14. 2cb588d Renamed drd_intercepts.c into drd_pthread_intercepts.c. by bart · 16 years ago
  15. f16b77c More finetuning of output filtering. by bart · 16 years ago
  16. 777f7fe Added support for POSIX reader-writer locks. Modified exp-drd/tests/filter-stderr such that i386 and AMD64 now generate the same output. Removed *.stderr.exp2 files. Added section that explains differences between LinuxThreads and NPTL to exp-drd/docs/README.txt. Made error message about LinuxThreads more clear. Made error messages more uniform. by bart · 16 years ago
  17. 0034464 Converted double mutex error messages into single error messages. by bart · 16 years ago
  18. b78312c Bug fix: "mutex reinitialization" error message is no longer printed for the tc09_bad_unlock test. by bart · 16 years ago
  19. 33cb9d0 Simplified stack tracking. by bart · 16 years ago
  20. 635cb16 Added support for recognizing invalid mutexes. by bart · 16 years ago
  21. 5357fcb Modified drd client requests such that the mutex type can be passed from the intercepts to the tool. An error message is now printed in case a locked mutex is destroyed and in case a thread exits while it holds a lock on a mutex. Changed format of mutex error messages. Added recursive_mutex regression test. Fixed autogen warnings in exp-drd/tests/Makefile.am. by bart · 16 years ago
  22. e883bc8 Cleaned up generation of "Not a mutex" error messages. by bart · 16 years ago
  23. 60389da Added more of Helgrind's regression tests. by bart · 16 years ago