|
From: chenping19850429 <che...@16...> - 2009-02-25 10:46:34
|
Hi all,
I want to use Valgrind to debug the program.I wonder whether Valgrind has the capabability of checkpoint/restart?
That is to say,
(1)Valgrind checkpointing the program, saving the state of program,
(2)When the program crashes, Valgrind can rollback the program to the checkpoint and restart it?
Is there any plugin tool or coregrind function can help me to finish my goal?
Can anybody help me ?
Thanks!
|
|
From: Nicholas N. <n.n...@gm...> - 2009-02-25 23:26:38
|
On Wed, Feb 25, 2009 at 9:46 PM, chenping19850429 <che...@16...> wrote: > Hi all, > > I want to use Valgrind to debug the program.I wonder whether Valgrind > has the capabability of checkpoint/restart? > > That is to say, > > (1)Valgrind checkpointing the program, saving the state of program, > > (2)When the program crashes, Valgrind can rollback the program to the > checkpoint and restart it? > > Is there any plugin tool or coregrind function can help me to finish my > goal? Not in the normal Valgrind distribution. But this may be of interest: http://article.gmane.org/gmane.comp.debugging.valgrind.devel/5116/match=record+replay Nick |