git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12830
* DRD:
- - Fixed a subtle bug that could cause false positive data race reports.
-
- Added even more facilities that can help finding the cause of a data
race, namely the command-line option --ptrace-addr and the macro
DRD_STOP_TRACING_VAR(x). More information can be found in the manual.
+ - Fixed a subtle bug that could cause false positive data race reports.
+
* ==================== OTHER CHANGES ====================
* For tools replacing the malloc library (e.g. Memcheck, Helgrind, ...),