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: [RFA] Reverse Debugging, 1/5


On Mon, Oct 06, 2008 at 02:17:25PM -0700, Michael Snyder wrote:
> You're going to send "to_set_direction" to the target,
> and then you're going to assume that you know what the
> state is later on, rather than asking the target?  What
> if the target gets it wrong?  Now you're out of sync.

Huh?  No, part of every resume.

> If we do keep the direction-state in the core, where would
> we put it?  In the ecs?  In a global variable in infrun?

In infrun, the same as any other user supplied execution state.
For instance the scheduler-locking setting.

-- 
Daniel Jacobowitz
CodeSourcery


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