Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
valgrind
/
bfe3813bc23c690b51d4322e5c2e8634bddf6afd
/
drd
/
drd.h
3cc2620
drd: Ignore ordering introduced by a mutex used in the thread creation wrapper
by bart
· 10 years ago
cb48672
drd: Add semaphore annotations (#333072)
by bart
· 11 years ago
d4bab99
drd: Update copyright notice
by bart
· 11 years ago
19f91bb
Fix more Char/HChar mixups. Closing in...
by florian
· 12 years ago
03f8d3f
Update copyright dates to include 2012.
by sewardj
· 12 years ago
88d7584
Make it possible to #include <valgrind/drd.h> after <valgrind/helgrind.h>
by bart
· 13 years ago
d678054
drd: Rename DRD_STOP_TRACE_VAR() into DRD_STOP_TRACING_VAR()
by bart
· 13 years ago
37013cf
drd.h: Add macro DRD_STOP_TRACE_VAR(). To do: update manual
by bart
· 13 years ago
1081fe2
Remove emacs modeline and/or local variables from DRD source files
by bart
· 13 years ago
4b3a742
Fix #284384 (clang 3.1 -Wunused-value warnings in valgrind.h,
by sewardj
· 13 years ago
575ce8e
Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by
by bart
· 14 years ago
922304f
Updated modeline and copyright statement in DRD source files.
by bart
· 14 years ago
12dca00
Let the macro ANNOTATE_BENIGN_RACE_STATIC() do what the comment above that macro says what it does.
by bart
· 14 years ago
876cafd
E-mail address update.
by bart
· 14 years ago
a7103ba
drd.h: removed inline functions and replaced these by direct client request invocations.
by bart
· 14 years ago
93eed90
Compiles now with the Microsoft C Compiler too.
by bart
· 14 years ago
9eecbbb
Update copyright dates to 2010.
by sewardj
· 15 years ago
141a7ed
Resynchronized client requests with the latest version of TSan's header file
by bart
· 15 years ago
5bb492d
Removed ANNOTATE_HAPPENS_DONE() again.
by bart
· 15 years ago
cfb039e
Marked the annotations ANNOTATE_MUTEX_IS_USED_AS_CONDVAR,
by bart
· 15 years ago
733db9e
Added a definition for a new annotation: ANNOTATE_HAPPENS_DONE().
by bart
· 15 years ago
e08eb5f
Updated the semantics of ANNOTATE_BENIGN_RACE() as discussed on the Valgrind
by bart
· 15 years ago
31b983d
Removed trailing whitespace in C source and header files.
by bart
· 15 years ago
66f196d
- Made the ANNOTATE_RWLOCK_*() macros binary compatible with Helgrind.
by bart
· 15 years ago
f64a8aa
Made ANNOTATE_HAPPENS_BEFORE()/_AFTER() binary compatible with Helgrind.
by bart
· 15 years ago
d9b8eb7
Added the macro DRD_STOP_IGNORING_VAR().
by bart
· 15 years ago
7fd1f77
Fixed two typo's.
by bart
· 15 years ago
1c8cc40
Added four more ANNOTATE_*() macro's / removed the API-warning.
by bart
· 15 years ago
82c54c4
Updated documentation of PCQ annotations.
by bart
· 15 years ago
df5a1e2
Updated ANNOTATE_*() macro's as discussed on the valgrind-developers mailing list. Merged drt/unittest r1007:1014. Updated to do list.
by bart
· 15 years ago
44afe93
Added API warning for the recently added ANNOTATE_*() macro's.
by bart
· 15 years ago
d45d995
- Added support for most of the ANNOTATE_...() macro's supported by
by bart
· 15 years ago
bedfd23
- Reindented code such that it uses three spaces for indentation instead
by bart
· 16 years ago
e747176
Removed cross-tool dependency on helgrind/helgrind.h.
by bart
· 16 years ago
2356798
Updated copyright statement.
by bart
· 16 years ago
8e1033f
Moved two define's, such that the ABIWARNING appears immediately before the enum declaration it applies to.
by bart
· 16 years ago
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/drd.h]
5f57be9
- Renamed the client request VG_USERREQ__GET_THREAD_SELF into
by bart
· 16 years ago
3c1e9d8
Split client requests into public and tool-internal.
by bart
· 16 years ago