]>
git.ipfire.org Git - thirdparty/valgrind.git/log
Bart Van Assche [Sat, 8 Mar 2008 08:10:19 +0000 (08:10 +0000)]
More finetuning of output filtering.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7591
Julian Seward [Fri, 7 Mar 2008 22:17:31 +0000 (22:17 +0000)]
Try to handle the situation where an object is first split into a base
object (without D3 info) and a debuginfo (with D3 info), and then the
base object is prelinked to some nonzero address, but the debuginfo
object is left unchanged. A nasty and unprincipled hack.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7590
Julian Seward [Fri, 7 Mar 2008 20:07:58 +0000 (20:07 +0000)]
Handle DW_FORM_data8.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7589
Bart Van Assche [Fri, 7 Mar 2008 19:32:02 +0000 (19:32 +0000)]
Updated to do list.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7588
Bart Van Assche [Fri, 7 Mar 2008 19:29:03 +0000 (19:29 +0000)]
Added LinuxThreads output files.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7587
Bart Van Assche [Fri, 7 Mar 2008 19:11:54 +0000 (19:11 +0000)]
Removed frame numbers and debuginfo reader warnings from output.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7586
Bart Van Assche [Fri, 7 Mar 2008 18:52:38 +0000 (18:52 +0000)]
Switched to VG_(get_data_description)() for descriptions of addresses in error reports.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7585
Bart Van Assche [Fri, 7 Mar 2008 18:50:06 +0000 (18:50 +0000)]
Added more suppression patterns to DRD's suppression file.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7584
Bart Van Assche [Fri, 7 Mar 2008 18:44:26 +0000 (18:44 +0000)]
Modified pth_detached test program such that each dot printed by the detached threads is now printed on a line by itself.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7583
Bart Van Assche [Fri, 7 Mar 2008 17:34:22 +0000 (17:34 +0000)]
Added more atomic read/modify/write tests.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7582
Bart Van Assche [Fri, 7 Mar 2008 17:22:26 +0000 (17:22 +0000)]
Added support for atomic modifications (VEX' Imbe_BusLock/Imbe_BusUnlock).
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7581
Julian Seward [Thu, 6 Mar 2008 18:31:42 +0000 (18:31 +0000)]
Don't tell m_redir (and the user) that debuginfo is about to be
discarded if in fact we never got as far as reading anything into
DebugInfo. This unbreaks self-hosting.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7579
Bart Van Assche [Thu, 6 Mar 2008 18:02:37 +0000 (18:02 +0000)]
Cleaned up vc_min() and vc_combine() implementations.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7578
Bart Van Assche [Thu, 6 Mar 2008 07:00:47 +0000 (07:00 +0000)]
Updated DRD's readme.txt.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7576
Bart Van Assche [Tue, 4 Mar 2008 19:11:38 +0000 (19:11 +0000)]
More suppression pattern generalization.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7562
Bart Van Assche [Tue, 4 Mar 2008 19:03:29 +0000 (19:03 +0000)]
Generalized a suppression pattern.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7561
Bart Van Assche [Tue, 4 Mar 2008 19:03:06 +0000 (19:03 +0000)]
Reverted -- no races should be reported on tc21_pthonce.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7560
Bart Van Assche [Tue, 4 Mar 2008 18:37:20 +0000 (18:37 +0000)]
Added stdout.exp and stderr.exp files for LinuxThreads.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7559
Bart Van Assche [Tue, 4 Mar 2008 18:36:23 +0000 (18:36 +0000)]
Replaced non-deterministic LinuxThreads test by a deterministic one (the time at which getpid() was called in the created thread did depend on how the Valgrind core scheduled threads).
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7558
Julian Seward [Mon, 3 Mar 2008 22:20:51 +0000 (22:20 +0000)]
VG_(get_strace_wrk): don't segfault in the degenerate case fp_min =
fp_max_orig = 0.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7551
Bart Van Assche [Mon, 3 Mar 2008 20:40:51 +0000 (20:40 +0000)]
Compiles now with gcc 2.96 too.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7550
Bart Van Assche [Mon, 3 Mar 2008 20:31:58 +0000 (20:31 +0000)]
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.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7549
Bart Van Assche [Mon, 3 Mar 2008 17:40:31 +0000 (17:40 +0000)]
Added test for recursive writer locking.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7548
Bart Van Assche [Mon, 3 Mar 2008 17:37:24 +0000 (17:37 +0000)]
The pth_broadcast test program now prints a message when finished such that the difference between successful completion and termination because of SIGALRM can be detected.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7547
Julian Seward [Mon, 3 Mar 2008 15:51:58 +0000 (15:51 +0000)]
Don't be quite so paranoid about rejecting symbols that fall outside
the .text segment. Instead only reject ones that fall outside the r-x
area. This is in line with r7427, which instituted such a change in
other places in the system.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7546
Bart Van Assche [Mon, 3 Mar 2008 11:16:33 +0000 (11:16 +0000)]
Made sure that the pth_broadcast test is aborted if it does not complete within 100s.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7545
Bart Van Assche [Mon, 3 Mar 2008 07:40:54 +0000 (07:40 +0000)]
Made exp-drd/tests/trylock.c compile with older glibc versions.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7544
Nicholas Nethercote [Mon, 3 Mar 2008 02:15:03 +0000 (02:15 +0000)]
update comments
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7543
Nicholas Nethercote [Mon, 3 Mar 2008 02:13:16 +0000 (02:13 +0000)]
Update for the new VG_(ssort) algorithm.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7542
Julian Seward [Mon, 3 Mar 2008 01:35:41 +0000 (01:35 +0000)]
Merge in the DATASYMS branch.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7540
Nicholas Nethercote [Sun, 2 Mar 2008 22:48:48 +0000 (22:48 +0000)]
This wasn't supposed to go in the last commit; undo.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7539
Nicholas Nethercote [Sun, 2 Mar 2008 22:48:14 +0000 (22:48 +0000)]
Ignore Emacs temporary files. Also, produce the correct .diff filename when
the .exp filename has a non-numeric suffix.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7538
Bart Van Assche [Sun, 2 Mar 2008 19:15:15 +0000 (19:15 +0000)]
Updated to do list.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7537
Bart Van Assche [Sun, 2 Mar 2008 19:03:19 +0000 (19:03 +0000)]
Added regression test for pthread_*timedlock() and pthread_*trylock() calls.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7536
Bart Van Assche [Sun, 2 Mar 2008 18:12:59 +0000 (18:12 +0000)]
More error message uniformization.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7535
Bart Van Assche [Sun, 2 Mar 2008 18:06:35 +0000 (18:06 +0000)]
More error message uniformization.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7534
Bart Van Assche [Sun, 2 Mar 2008 18:03:24 +0000 (18:03 +0000)]
More error message uniformization.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7533
Bart Van Assche [Sun, 2 Mar 2008 17:47:50 +0000 (17:47 +0000)]
Made error messages more uniform.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7532
Bart Van Assche [Sun, 2 Mar 2008 17:43:18 +0000 (17:43 +0000)]
Added support for POSIX reader-writer locks. Modified exp-drd/tests/filter-stderr such that i386 and AMD64 now generate the same output. Removed *.stderr.exp2 files. Added section that explains differences between LinuxThreads and NPTL to exp-drd/docs/README.txt. Made error message about LinuxThreads more clear. Made error messages more uniform.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7531
Bart Van Assche [Sat, 1 Mar 2008 15:34:25 +0000 (15:34 +0000)]
Updated alternative expected output files.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7525
Bart Van Assche [Sat, 1 Mar 2008 15:27:41 +0000 (15:27 +0000)]
Converted double mutex error messages into single error messages.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7524
Bart Van Assche [Sat, 1 Mar 2008 13:55:33 +0000 (13:55 +0000)]
Added a glibc 2.7 suppression.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7523
Bart Van Assche [Sat, 1 Mar 2008 13:44:24 +0000 (13:44 +0000)]
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.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7522
Bart Van Assche [Sat, 1 Mar 2008 11:39:00 +0000 (11:39 +0000)]
Minor simplification of DRD suppression file.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7521
Bart Van Assche [Sat, 1 Mar 2008 10:50:45 +0000 (10:50 +0000)]
Replaced per-thread start/stop recording mechanism by extra suppression patterns.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7520
Bart Van Assche [Sat, 1 Mar 2008 10:49:37 +0000 (10:49 +0000)]
Eliminated per-thread start/stop recording mechanism, which should make DRD a little bit faster. malloc()/free() is now intercepted on all platforms instead of just on i386.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7519
Bart Van Assche [Sat, 1 Mar 2008 07:41:17 +0000 (07:41 +0000)]
Fixed compiler warning (duplicate const).
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7518
Bart Van Assche [Sat, 1 Mar 2008 07:35:52 +0000 (07:35 +0000)]
Added -Wsign-compare.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7517
Bart Van Assche [Sat, 1 Mar 2008 07:25:13 +0000 (07:25 +0000)]
When started with linuxthreads, the DRD tool now stops as soon as the first thread is created.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7516
Bart Van Assche [Fri, 29 Feb 2008 19:49:06 +0000 (19:49 +0000)]
Updated tc20_verifywrap to current output, and documented that an error message is missing at the end of the output for this test.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7515
Bart Van Assche [Fri, 29 Feb 2008 19:37:03 +0000 (19:37 +0000)]
Updated output variants.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7512
Bart Van Assche [Fri, 29 Feb 2008 19:28:15 +0000 (19:28 +0000)]
Added detection of more types of runtime errors. Cleaned up tracing output. Added test for tracing output (tc20_verifywrap2).
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7511
Bart Van Assche [Fri, 29 Feb 2008 19:19:39 +0000 (19:19 +0000)]
Removed debugging code.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7510
Bart Van Assche [Fri, 29 Feb 2008 19:17:28 +0000 (19:17 +0000)]
Converted type of trace messages from Vg_DebugMsg to Vg_UserMsg.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7509
Bart Van Assche [Fri, 29 Feb 2008 17:27:03 +0000 (17:27 +0000)]
Eliminated upper bounds on the number of condition variables, semaphores and barriers. Added command-line option --trace-semaphore.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7508
Bart Van Assche [Fri, 29 Feb 2008 13:15:57 +0000 (13:15 +0000)]
Updated after renaming / removing regression test output files.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7507
Bart Van Assche [Fri, 29 Feb 2008 11:00:17 +0000 (11:00 +0000)]
Bug fix: "mutex reinitialization" error message is no longer printed for the tc09_bad_unlock test.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7506
Bart Van Assche [Thu, 28 Feb 2008 20:36:25 +0000 (20:36 +0000)]
Updated to do list.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7505
Bart Van Assche [Thu, 28 Feb 2008 20:28:00 +0000 (20:28 +0000)]
Simplified stack tracking.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7504
Bart Van Assche [Thu, 28 Feb 2008 20:27:34 +0000 (20:27 +0000)]
Removed calls to set_thread_name() because the calls to snprintf() caused data races.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7503
Bart Van Assche [Thu, 28 Feb 2008 19:54:29 +0000 (19:54 +0000)]
Converted triple "Destroying locked mutex" messages into single messages.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7502
Bart Van Assche [Thu, 28 Feb 2008 19:49:37 +0000 (19:49 +0000)]
Converted triple "Destroying locked mutex" messages into single messages.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7501
Bart Van Assche [Thu, 28 Feb 2008 19:08:04 +0000 (19:08 +0000)]
Eliminated the upper bound on the number of client-side mutexes.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7500
Bart Van Assche [Thu, 28 Feb 2008 19:06:34 +0000 (19:06 +0000)]
Eliminated the upper bound on the number of client-side mutexes.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7499
Bart Van Assche [Thu, 28 Feb 2008 08:30:43 +0000 (08:30 +0000)]
Added support for recognizing invalid mutexes.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7497
Bart Van Assche [Thu, 28 Feb 2008 07:36:04 +0000 (07:36 +0000)]
Should compile again with linuxthreads header files.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7496
Nicholas Nethercote [Wed, 27 Feb 2008 18:10:19 +0000 (18:10 +0000)]
Make comments reflect the code.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7494
Bart Van Assche [Wed, 27 Feb 2008 18:06:09 +0000 (18:06 +0000)]
Updated to do list.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7493
Bart Van Assche [Wed, 27 Feb 2008 17:42:04 +0000 (17:42 +0000)]
Converted to new mutex error message format.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7492
Bart Van Assche [Wed, 27 Feb 2008 17:41:22 +0000 (17:41 +0000)]
Fixed compiler warning.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7491
Bart Van Assche [Wed, 27 Feb 2008 16:13:05 +0000 (16:13 +0000)]
An error message is now printed before attempting to lock a non-recursive mutex recursively.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7490
Bart Van Assche [Wed, 27 Feb 2008 15:46:00 +0000 (15:46 +0000)]
Modified drd client requests such that the mutex type can be passed from the intercepts to the tool. An error message is now printed in case a locked mutex is destroyed and in case a thread exits while it holds a lock on a mutex. Changed format of mutex error messages. Added recursive_mutex regression test. Fixed autogen warnings in exp-drd/tests/Makefile.am.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7489
Bart Van Assche [Wed, 27 Feb 2008 15:38:10 +0000 (15:38 +0000)]
Make sure tc20_verifywrap does not trigger an assertion failure in combination with glibc 2.7.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7488
Bart Van Assche [Tue, 26 Feb 2008 19:13:04 +0000 (19:13 +0000)]
Cleaned up generation of "Not a mutex" error messages.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7483
Bart Van Assche [Tue, 26 Feb 2008 19:11:20 +0000 (19:11 +0000)]
First step towards bus locking support.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7482
Bart Van Assche [Tue, 26 Feb 2008 19:09:59 +0000 (19:09 +0000)]
Disabled tc07_hbl1 and tc08_hbl2 again since running these tests makes only sense with proper support for bus locks in exp-drd.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7481
Bart Van Assche [Tue, 26 Feb 2008 16:07:41 +0000 (16:07 +0000)]
Updated to do list.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7477
Bart Van Assche [Tue, 26 Feb 2008 16:06:33 +0000 (16:06 +0000)]
Added Helgrind regression tests tc05, tc06 and tc08.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7476
Bart Van Assche [Tue, 26 Feb 2008 16:03:44 +0000 (16:03 +0000)]
Added more barrier tests.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7475
Bart Van Assche [Tue, 26 Feb 2008 16:03:25 +0000 (16:03 +0000)]
Left out number of suppressed error messages.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7474
Bart Van Assche [Tue, 26 Feb 2008 12:52:00 +0000 (12:52 +0000)]
Summarized multiple pth_barrier.stderr.exp* output files into one.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7472
Bart Van Assche [Mon, 25 Feb 2008 20:41:07 +0000 (20:41 +0000)]
Added to repository.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7467
Bart Van Assche [Mon, 25 Feb 2008 20:40:52 +0000 (20:40 +0000)]
Fixed typo.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7466
Bart Van Assche [Mon, 25 Feb 2008 20:34:15 +0000 (20:34 +0000)]
Fixed more Fedora 8 regression test failures.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7465
Bart Van Assche [Mon, 25 Feb 2008 20:25:41 +0000 (20:25 +0000)]
Fixed most Fedora 8 regression test failures.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7464
Bart Van Assche [Mon, 25 Feb 2008 20:25:10 +0000 (20:25 +0000)]
Filter out stack offset of stack variables.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7463
Bart Van Assche [Mon, 25 Feb 2008 19:58:25 +0000 (19:58 +0000)]
Added more of Helgrind's regression tests.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7462
Bart Van Assche [Mon, 25 Feb 2008 19:46:14 +0000 (19:46 +0000)]
Converted several assertions into error messages.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7461
Bart Van Assche [Mon, 25 Feb 2008 19:40:14 +0000 (19:40 +0000)]
The mutex address may now be left zero when triggering a MutexErr.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7460
Bart Van Assche [Mon, 25 Feb 2008 17:29:13 +0000 (17:29 +0000)]
Added output for the case where the data race is detected in thread 3.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7459
Bart Van Assche [Mon, 25 Feb 2008 17:26:23 +0000 (17:26 +0000)]
Renamed pth_barrier.stderr.exp into pth_barrier.stderr.exp-thread2.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7458
Julian Seward [Mon, 25 Feb 2008 12:10:07 +0000 (12:10 +0000)]
Intercept pthread_rwlock_try{rd,wr}lock. Fixes #158212.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7454
Bart Van Assche [Sun, 24 Feb 2008 18:47:12 +0000 (18:47 +0000)]
Updated to do list.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7451
Bart Van Assche [Sun, 24 Feb 2008 18:46:05 +0000 (18:46 +0000)]
Added --trace-csw and --trace-danger-set. Removed commented out code.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7450
Bart Van Assche [Sun, 24 Feb 2008 18:42:53 +0000 (18:42 +0000)]
Fixed race conditions in client pthread_barrier_wait() intercept code.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7449
Bart Van Assche [Sun, 24 Feb 2008 18:37:08 +0000 (18:37 +0000)]
Corrected various comments. Removed commented out code. Added code for tracing thread context switches and danger set updating. Fixed memory leak. Danger set is now updated every time a new segment is created instead of only at every context switch, which fixes the bug that no data races were reported for the pth_barrier test program.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7448
Bart Van Assche [Sun, 24 Feb 2008 18:29:43 +0000 (18:29 +0000)]
Fixed a memory leak.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7447
Bart Van Assche [Sun, 24 Feb 2008 18:29:10 +0000 (18:29 +0000)]
Cleanup: moved const keyword in front of datatype.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7446
Bart Van Assche [Sun, 24 Feb 2008 18:28:19 +0000 (18:28 +0000)]
Cleanup: removed commented out code.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7445
Bart Van Assche [Sun, 24 Feb 2008 18:27:11 +0000 (18:27 +0000)]
Minor change: renamed one variable.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7444