|
From: TongKe X. <tk...@gr...> - 2008-05-05 00:08:04
|
Hi!
Is it possible,
in my C/C++ code (which compies to a.out)
to call some function foo()
so that when I run: valgrind ./a.out,
whenever execution hits foo()
a backtrace / stack frames are printed out (like the print outs for
invalid read/writes).
Thanks!
--TongKe
|