|
From: Jones, M. A (Mark) <jo...@lu...> - 2004-06-05 15:54:30
|
Hi, I'm a new user experimenting with valgrind. Is there a way a have valgrind direct its out put to a file? I would like to be able to do something like: valgrind -v --trace-malloc=yes --capture-file=File --leak-check=yes prog_name and have the valgrind's findings go directly to File instead of the screen. Thanx in advance, M. Jones |