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] Allow a target to adjust target_has_execution while remaining active


On Fri, Oct 06, 2006 at 12:03:03PM +0200, Eli Zaretskii wrote:
> > Date: Thu, 5 Oct 2006 18:42:38 -0400
> > From: Daniel Jacobowitz <drow@false.org>
> > How about the docs?
> 
> The docs are okay, except that
> 
> > +A target which supports both partial and complete activation should
> > +still call @code{push_target} in @code{to_open}, but not call
> > +@code{unpush_target} in @code{to_mourn_inferior}.  Instead, it should
> > +call one of @code{target_mark_running} and @code{target_mark_exited}
>                                           ^^^
> in the last line above, ``and'' should be ``or''.  (Actually, for a
> list of 2 alternatives, ``either ... or ...'' is better.)

Thanks.  I checked it in with:

+call either @code{target_mark_running} or @code{target_mark_exited}

-- 
Daniel Jacobowitz
CodeSourcery


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