Re: [Valgrind-users] Theoretical question snapshotting

2012-05-07 Thread Oliver Schneider
Hello Phillipe, thank you for your response. I think you gave me an idea. // Oliver On 2012-05-05 14:22, Philippe Waroquiers wrote: On Fri, 2012-05-04 at 17:32 +, Oliver Schneider wrote: Hi folks, I've got a question about Valgrind and its Memcheck tool. Is it possible to take a

Re: [Valgrind-users] Theoretical question snapshotting

2012-05-05 Thread Philippe Waroquiers
On Fri, 2012-05-04 at 17:32 +, Oliver Schneider wrote: Hi folks, I've got a question about Valgrind and its Memcheck tool. Is it possible to take a snapshot of a program under Valgrind, kinda similar to the way a fork() clones the process space, and then continue again from that

[Valgrind-users] Theoretical question snapshotting

2012-05-04 Thread Oliver Schneider
Hi folks, I've got a question about Valgrind and its Memcheck tool. Is it possible to take a snapshot of a program under Valgrind, kinda similar to the way a fork() clones the process space, and then continue again from that snapshot with Valgrind? Could fork() perhaps be the answer? Basically