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]


> > I.e., in process record, do you have to record everything first and then
debug
> > it?
> 
> You can record everything first and then debug it.
> You can also debug it while you're recording it.
> I *think* (and this is just based on my experience,
> Hui may be able to say something different) that the
> recording mode is "over" as soon as you go into
> replay mode, and so that represents the "end" of
> your recording.

OK. Simics does not have this behavior, if you hit the "last known time" as we
call it, the simulation will just continue forward, accumulating reversible
state.  But I guess that is not an issue, as gdb has no idea of these limits, it
is all up to the remote backend.

/jakob


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