Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
valgrind
/
3918690fe2ef1c1e188d9d07186fae4da17e78f0
3918690
Switched back from recursive to non-recursive reader-writer lock because Qt4.3 does not support recursive reader-writer locks.
by bart
· 16 years ago
9e9a924
Updated expected output file.
by bart
· 16 years ago
7faea80
Updated expected output file.
by bart
· 16 years ago
f025486
Updated expected output.
by bart
· 16 years ago
567379c
Added prereq clause.
by bart
· 16 years ago
9decf21
Fixed bug in test for Qt4.
by bart
· 16 years ago
9ab8cac
Added paragraphs about the glib and Qt libraries.
by bart
· 16 years ago
38f0dd9
Qt4 and GOMP intercepts are now always built, whether or not runtime support for these libraries is present on the build system.
by bart
· 16 years ago
8347362
Added support for Qt4 QMutex::tryLock(int).
by bart
· 16 years ago
480e22c
Added code for triggering QMutex::tryLock(int).
by bart
· 16 years ago
4f578bf
Added Qt4 reader-writer lock test.
by bart
· 16 years ago
9d9fb66
Added intercepts for the public member functions of the Qt4 QMutex class.
by bart
· 16 years ago
ef9603e
Added Qt4 semaphore test.
by bart
· 16 years ago
a324c10
Fixed comments.
by bart
· 16 years ago
41ac62a
Added configure test for Qt4.
by bart
· 16 years ago
3d622d3
Added Qt4 mutex test.
by bart
· 16 years ago
4c85399
Enabled support for nesting mutexes and condition variables in higher-level synchronization primitives. Changed mutex tracing output slightly.
by bart
· 16 years ago
3f4623e
Enabled support for nesting mutexes and condition variables in higher-level synchronization primitives. Changed mutex tracing output slightly.
by bart
· 16 years ago
4e2ab34
Generalized one suppression pattern and added two new suppression patterns.
by bart
· 16 years ago
7f912c0
Updated internal documentation.
by bart
· 16 years ago
22f7457
Out-of-spec use of POSIX barriers could make drd crash -- fixed this.
by bart
· 16 years ago
f4f0581
Made spinlocks work again.
by bart
· 16 years ago
19c4260
Added regression test for POSIX spinlocks.
by bart
· 16 years ago
a0b6b2c
Merged FORMATCHECK branch (r8368) to trunk.
by bart
· 16 years ago
02aed96
Added two more expected output files for ppc. Renamed two other expected output files.
by bart
· 16 years ago
d6dce01
Added -Wformat-nonliteral.
by bart
· 16 years ago
3d986d6
Added hints and tips section.
by bart
· 16 years ago
ef1b972
Changed exp-drd tool name into drd.
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
c821a94
Tool description is now the same as in the manual.
by bart
· 16 years ago
4e267ff
Support .tar.gz archives next to .tar.bz2 archives.
by bart
· 16 years ago
e65b4c6
Added missing filenames to EXTRA_DIST.
by bart
· 16 years ago
b4c4e6e
Removed empty file.
by bart
· 16 years ago
f5df2f2
Removed obsolete README.txt.
by bart
· 16 years ago
da67b17
Updated Subversion properties.
by bart
· 16 years ago
022d959
Updated Subversion properties.
by bart
· 16 years ago
d58b0bf
Updated Subversion properties.
by bart
· 16 years ago
8ed71a2
Updated Subversion properties.
by bart
· 16 years ago
dbac625
Updated test plan.
by bart
· 16 years ago
0e3a0be
Updated to do list.
by bart
· 16 years ago
b48b4c5
Fixed order of semaphore call stack and semaphore first observed call stack printing.
by bart
· 16 years ago
1281fc1
Updated more expected output files.
by bart
· 16 years ago
391d9dc
Made error messages more verbose.
by bart
· 16 years ago
4da0436
Removed a cast.
by bart
· 16 years ago
88f1141
Added a three more paragraphs.
by bart
· 16 years ago
243ad39
Added a few extra notes.
by bart
· 16 years ago
d5beeac
Make sure DRD does not complain on executables with empty .plt and/or .got.plt sections.
by bart
· 16 years ago
e14bca2
Renamed a drd suppression pattern.
by bart
· 16 years ago
9483fd3
Added an additional suppression pattern.
by bart
· 16 years ago
14af596
Updated to do list.
by bart
· 16 years ago
9250863
Added missing DRD command-line options for the OpenMP test programs.
by bart
· 16 years ago
1e7f278
Continued working on the DRD documentation.
by bart
· 16 years ago
cfe9672
Exit if the required argument is missing.
by bart
· 16 years ago
82356a8
Do not accept statically linked executables.
by bart
· 16 years ago
195a398
Converted VG_(message)() / tl_assert() calls into VG_(maybe_record_error)() calls.
by bart
· 16 years ago
80b788c
Fix typo found by Bart
by weidendo
· 16 years ago
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
7c97218
Fixes for CentOS 3.0.
by bart
· 16 years ago
ef7d837
Updated expected output.
by bart
· 16 years ago
fb85772
Fixed race condition which could make the test program hang (signal could be sent before pthread_cond_wait() started).
by bart
· 16 years ago
5403f21
Since information about PowerPC-specific atomic instructions is now passed to tools, remove the warning about these instructions not being supported.
by bart
· 16 years ago
94e75b0
Apparently converting a stack address into a symbolic name doesn't work for the hg05_race2 test program on PowerPC systems. Added additional expected output file.
by bart
· 16 years ago
9df35c2
Track vex r1857 (addition of Imbe_SnoopedStoreBegin and Imbe_SnoopedStoreEnd).
by sewardj
· 16 years ago
21780bd
Added to repository.
by bart
· 16 years ago
e8d005c
Added #define _GNU_SOURCE to make sure that this test compiles with older POSIX threads implementations.
by bart
· 16 years ago
a9c5508
Modified code such that concurrent pthread_cond_wait() and pthread_destroy() calls do no longer trigger an assertion failure in DRD.
by bart
· 16 years ago
8f0b0d7
Continued working on the DRD documentation.
by bart
· 16 years ago
9905c2e
Bug fix: only complain about recursive locking before pthread_cond_wait() is called if the calling thread holds the lock.
by bart
· 16 years ago
08e6d6a
An error message is now printed if the mutex pointer passed to
by bart
· 16 years ago
2225a03
Changed function not_a_mutex() from static to extern.
by bart
· 16 years ago
6b0e2dd
Added comment.
by bart
· 16 years ago
3bb1cec
An error message is now printed if two different threads call
by bart
· 16 years ago
d9e39ec
Semaphore and barrier reinitialization are now reported.
by bart
· 16 years ago
886b87c
DRD now prints where a mutex appeared for the first time in addition to
by bart
· 16 years ago
46b5fce
Some time ago reporting sending POSIX signals where the mutex associated
by bart
· 16 years ago
68a8a20
Delayed thread termination such that the "other segment" information is included in the data race reports.
by bart
· 16 years ago
6dab077
Moved shell statements for building Firefox to a separate file.
by bart
· 16 years ago
62bc412
Swapped two mkdir statements.
by bart
· 16 years ago
e73b0aa
Renamed "danger set" into "conflict set".
by bart
· 16 years ago
8bfd94f
Fixed typo.
by bart
· 16 years ago
987781d
Moved --trace-segment from regular to debugging options.
by bart
· 16 years ago
33bbd2e
Added a reference to a paper about data race detection.
by bart
· 16 years ago
68bac81
Continued working on the DRD documentation.
by bart
· 16 years ago
07a5163
Fixed filter.
by bart
· 16 years ago
edbf716
Added extra filtering for the stderr output of malloc_free_fill such that the output of this test becomes independent of the Linux distribution the test is run on. Should fix #162819.
by bart
· 16 years ago
7b35d21
Let the compiler print a comprehensible error message if it does not provide built-in functions for atomic memory access.
by bart
· 16 years ago
cd529dc
Added configure test for the gcc/icc built-in functions for atomic memory access (__sync_bool_compare_and_swap() a.o.).
by bart
· 16 years ago
5df2609
Added ppc implementation of atomic compare and swap.
by bart
· 16 years ago
f3b7285
Use same flags for OpenMP regression tests as for the other regression tests.
by bart
· 16 years ago
85d2253
Minor change of the help text.
by bart
· 16 years ago
e55883d
Reworked test such that file locking is now triggered from two different processes.
by bart
· 16 years ago
f578a69
Handle apparently-bogus DW_TAG_compilation_unit DIE that shows up in
by sewardj
· 16 years ago
a42d444
Suppress false positives in Memcheck caused by very clever coding in zlib.
by sewardj
· 16 years ago
a4a86e3
Added missing mode_t argument to open() system call.
by bart
· 16 years ago
654013c
Changed the unusual "%s", "" back to "".
by bart
· 16 years ago
d9c0fac
Fixed mismatches between format string and argument list. Output should be binary identical to the output before this patch.
by bart
· 16 years ago
4d62674
Result of timerfd() syscall is no longer printed to stdout, which should make this regression test more reproducible.
by bart
· 16 years ago
9d865fa
Pass the flag -Wno-format-zero-length to gcc (if supported by gcc) while compiling tools. This flag only affects those tools for which -Wformat is enabled (at this time only exp-drd).
by bart
· 16 years ago
ad60eeb
Added regression test for POSIX advisory locking (fcntl(..., F_SETFL, ...)).
by bart
· 16 years ago
Next »