|
From: Konstantin T. <an...@ya...> - 2013-08-26 08:08:18
|
26.08.2013, 12:00, "Mahmood Naderan" <nt_...@ya...>: > Thanks. To be honest, I didn't understand! > It seems that with these macros, I can insert them in the specific section of the code. However my problem is different. There are iterative functions. So I want to start valgrind after, say, 0.5 hours of execution to see what is going on. Sorry, I misunderstood your query. If all you need is to know current execution point, use vgdb (the same link). You can attach gdb to the running program and check backtrace. -- Regards, Konstantin |