Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
valgrind
/
6b09282fe765eef2a2bb35c37769f3b753f783df
/
drd
/
drd_clientobj.c
ed39800
Upgrade to valgrind 3.13.0 (15 June 2017).
by Elliott Hughes
· 7 years ago
b3a1e4b
Update copyright dates, to include 2015. No functional change.
by sewardj
· 9 years ago
ea71ffb
Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness.
by florian
· 9 years ago
b49e4a5
Tidy up m_oset.c
by florian
· 10 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
1081fe2
Remove emacs modeline and/or local variables from DRD source files
by bart
· 13 years ago
ad994e8
drd, XML tracing: move newline generation into DRD_(trace_msg)() / change tracing output format slightly.
by bart
· 13 years ago
b92ff0f
DRD, refactoring: Introduce DRD_(trace_msg)()
by bart
· 13 years ago
922304f
Updated modeline and copyright statement in DRD source files.
by bart
· 14 years ago
876cafd
E-mail address update.
by bart
· 14 years ago
a300398
Made sure that DRD processes empty address ranges without triggering an assertion failure. Added a unit test in drd/tests/unit_bitmap.c.
by bart
· 14 years ago
9eecbbb
Update copyright dates to 2010.
by sewardj
· 15 years ago
b878a73
Do not suppress data races on user-annotated addresses.
by bart
· 15 years ago
62cc232
Changes:
by bart
· 15 years ago
31b983d
Removed trailing whitespace in C source and header files.
by bart
· 15 years ago
9374ee3
Added (and commented out) more debugging code.
by bart
· 15 years ago
1e29ebc
by sewardj
· 15 years ago
bedfd23
- Reindented code such that it uses three spaces for indentation instead
by bart
· 16 years ago
28be7aa
Minor performance optimization: reduced the number of client objects that are inspected during memory deallocation.
by bart
· 16 years ago
1344d6c
- Bug fix: swapped order of VG_(OSetGen_Remove)() and
by bart
· 16 years ago
d2c5eae
Changes:
by bart
· 16 years ago
86562bd
- Updated copyright statements. - Improved consistency of source file headers.
by bart
· 16 years ago
dc1ef03
Wrapped DRD_() macro around even more function names.
by bart
· 16 years ago
195e41f
Wrapped DRD_() macro around all client object function names.
by bart
· 16 years ago
1335ecc
Introduced more DRD_ prefixes.
by bart
· 16 years ago
9c606bd
by sewardj
· 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_clientobj.c]
391d9dc
Made error messages more verbose.
by bart
· 16 years ago
fea6444
Improved scalability in case of many synchronization objects.
by bart
· 17 years ago
0268dfa
Added support for OpenMP barriers -- if libgomp.so has been built with debug information. More in general, added support for nested synchronization constructs.
by bart
· 17 years ago
72b751c
Added command-line option --trace-clientobj. Renamed drd_clientobj* functions into clientobj*. Moved some code from drd_main.c into the drd_mutex.c/drd_cond.c/drd_semaphore.c.
by bart
· 17 years ago
bcbd748
Removed debugging code.
by bart
· 17 years ago
28230a3
Eliminated upper bounds on the number of condition variables, semaphores and barriers. Added command-line option --trace-semaphore.
by bart
· 17 years ago
b78312c
Bug fix: "mutex reinitialization" error message is no longer printed for the tc09_bad_unlock test.
by bart
· 17 years ago
e7d5872
Eliminated the upper bound on the number of client-side mutexes.
by bart
· 17 years ago