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] Use observers to report stop events.


On Tue, Jun 10, 2008 at 04:57:29PM +0400, Vladimir Prus wrote:
> We emit *running only when we're actually running -- after resuming
> target. The danger, as I understand it, is that if exception is thrown
> after we've resumed target, but before normal_stop called an observer,
> we'll have *running not paired with *stopped, so the frontend will think
> the target is still running.

Er, right.  Sorry, I got turned around in there somewhere.

-- 
Daniel Jacobowitz
CodeSourcery


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