From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17869 invoked by alias); 17 Oct 2006 21:55:36 -0000 Received: (qmail 17859 invoked by uid 22791); 17 Oct 2006 21:55:36 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 17 Oct 2006 21:55:33 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GZwuJ-0003vw-KX; Tue, 17 Oct 2006 17:55:31 -0400 Date: Tue, 17 Oct 2006 21:55:00 -0000 From: Daniel Jacobowitz To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [rfa] Allow a target to adjust target_has_execution while remaining active Message-ID: <20061017215531.GA14260@nevyn.them.org> Mail-Followup-To: Eli Zaretskii , gdb-patches@sourceware.org References: <20061005224238.GE14087@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00197.txt.bz2 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 > > 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