Hello,

I want to capture the output from valgrind to valgrind_log.txt.
However, the command:

valgrind --log-file=valgrind_log.txt --num-callers=25
./Test/bin/gcc-4.1.1/debug/test >> testing_valgrind.txt

creates valgrind_log.txt.29297 (as well as testing_valgrind.txt of course).
This effectively makes
it impossible for me to process the output from a script operation, as the
process id changes every time.
Why does valgrind do this? Can I turn off the prefix?

georog-dev:/home/buildbot/trunk/GFL> valgrind --version
valgrind-3.2.3-Debian

Thanks in advance!

-- 
Daniel Lidström

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to