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]


Jakob Engblom wrote:
* the end (beginning) of a replay log if one is being used.

Subtle question here: does this mean that process record STOPS if you reach the point in time where its recording ends? Or does it just start to extend the recorded execution?

It stops. Extending the recording might be a future enhancement.


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.


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