This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB MI Reverse Commands added [2 of 3]


> Date: Fri, 28 Aug 2009 17:59:50 +0100
> From: Greg Law <glaw@undo-software.com>
> CC: jakob@virtutech.com, gdb-patches@sourceware.org
> 
> But I'm struggling to think of a plausible way in which 
> a target could provide reverse debugging without some kind of log.

Don't we have already some kind of that implemented by forking the
inferior several times, and then switching to the appropriate fork
when the user wants to go backwards?

Anyway, a target could conceivably provide reverse execution without
any need for GDB to do that for it.  I don't think the manual should
be too tied to what we currently have, because then it would be a pain
to maintain.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]