1. cab64bc Update .exp files for r10783. by njn · 15 years ago
  2. a1fc3a5 More regression test output tuning. by bart · 15 years ago
  3. 63c92ea DRD no longer prints the thread ID's assigned by the Valgrind core but only those assigned by DRD itself. by bart · 15 years ago
  4. 292c1e2 Renamed vg_thread_wrapper() into DRD_(thread_wrapper)(). by bart · 16 years ago
  5. 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/rwlock_race.stderr.exp]
  6. 68a8a20 Delayed thread termination such that the "other segment" information is included in the data race reports. by bart · 16 years ago
  7. aa97a54 All error and trace messages now show both Valgrind's and DRD's thread ID. by bart · 16 years ago
  8. 2cb588d Renamed drd_intercepts.c into drd_pthread_intercepts.c. by bart · 16 years ago
  9. f16b77c More finetuning of output filtering. by bart · 16 years ago
  10. 2e196ce Removed frame numbers and debuginfo reader warnings from output. by bart · 16 years ago
  11. b515eb1 Switched to VG_(get_data_description)() for descriptions of addresses in error reports. by bart · 16 years ago
  12. 5bd9f2d Added new command-line option --trace-rwlock. Added regression test exp-drd/tests/rwlock_race. Updated to do list. Fixed bug in vc_min(), the function that computes the elementwise minimum of two vector clocks. Fixed bug in thread_update_danger_set(). Fixed recently introduced bug in mutex code with regard to vector clock combining. by bart · 16 years ago