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] Don't suppress *running when doing finish.


On Fri, Jun 13, 2008 at 11:39:26PM +0400, Vladimir Prus wrote:
> OK?
> 
> - Volodya
> 
> 	* infcall.c (call_function_by_hand): Set both
> 	suppress_resume_observer and suppress_stop_observer.
> 	* infcmd.c (suppress_run_stop_observers): Split into...
> 	(suppress_resume_observer, suppress_stop_observer): ...those.
> 	(finish_command_continuation): Clear suppress_stop_observer.
> 	(finish_command): Set suppress_stop_observer.
> 	* inferior.h (suppress_run_stop_observers): Split into...
> 	(suppress_resume_observer, suppress_stop_observer): ...those.
> 	* infrun.c (normal_stop): Check for suppress_stop_observer.
> 	* thread.c (set_running): Check for suppress_resume_observer.

OK.

-- 
Daniel Jacobowitz
CodeSourcery


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