1. b2260b8 Reverted r11536 because it didn't have the desired effect - changing the behavior of DRD on Darwin. by bart · 13 years ago
  2. 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
  3. cab64bc Update .exp files for r10783. by njn · 15 years ago
  4. 791a0c6 Implemented a more systematic approach for intercepting POSIX threads by bart · 15 years ago
  5. 27974c9 Updated *.exp files after r10515. by bart · 15 years ago
  6. a1fc3a5 More regression test output tuning. by bart · 15 years ago
  7. 292c1e2 Renamed vg_thread_wrapper() into DRD_(thread_wrapper)(). by bart · 15 years ago
  8. 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/tc22_exit_w_lock.stderr.exp-64bit]
  9. 391d9dc Made error messages more verbose. by bart · 16 years ago
  10. 2cb588d Renamed drd_intercepts.c into drd_pthread_intercepts.c. by bart · 16 years ago
  11. 80f4316 Made error messages more uniform. by bart · 16 years ago
  12. 5e85d26 Eliminated per-thread start/stop recording mechanism, which should make DRD a little bit faster. malloc()/free() is now intercepted on all platforms instead of just on i386. by bart · 16 years ago
  13. 418c99d Converted to new mutex error message format. by bart · 16 years ago
  14. 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[Renamed from exp-drd/tests/tc22_exit_w_lock.stderr.exp]
  15. 60389da Added more of Helgrind's regression tests. by bart · 16 years ago