Replay debuggers

"Dmitry Shaporenkov" <dsha@tercom.ru>
10 Aug 2002 02:04:37 -0400

          From comp.compilers

Related articles
Replay debuggers dsha@tercom.ru (Dmitry Shaporenkov) (2002-08-10)
Re: Replay debuggers fjh@cs.mu.OZ.AU (Fergus Henderson) (2002-08-14)
Re: Replay debuggers Xavier.Leroy@inria.fr (Xavier Leroy) (2002-08-14)
Re: Replay debuggers tim_todman@hotmail.com (Tim Todman) (2002-08-23)
Re: Replay debuggers plakal@yumpee.org (Manoj Plakal) (2002-09-03)
| List of all articles for this month |

From: "Dmitry Shaporenkov" <dsha@tercom.ru>
Newsgroups: comp.compilers
Date: 10 Aug 2002 02:04:37 -0400
Organization: Compilers Central
Keywords: debug, question
Posted-Date: 10 Aug 2002 02:04:37 EDT

Hi all,


I'm interesting in information about replay debuggers (i.e., debuggers
that allow 'backward execution' of debugging program by checkpointing
of its state and restoring an old state later), especially
implementation techniques on various platforms. The only example I
currently know is ocamldebug, but it heavily relies on the presence of
fork() system call and therefore seems to be not portable.


Any links will be appreciated.


--
Regards,
  Dmitry Shaporenkov


mailto:dsha@tercom.ru


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.