From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15897 invoked by alias); 22 Jan 2009 13:29:18 -0000 Received: (qmail 15889 invoked by uid 22791); 22 Jan 2009 13:29:17 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_37,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Jan 2009 13:29:14 +0000 Received: (qmail 21423 invoked from network); 22 Jan 2009 13:29:12 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 22 Jan 2009 13:29:12 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [RFA] Add nexti to list of commands supporting background execution Date: Thu, 22 Jan 2009 13:29:00 -0000 User-Agent: KMail/1.9.10 Cc: Doug Evans References: <20090122070424.D46741C72DD@localhost> In-Reply-To: <20090122070424.D46741C72DD@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901221330.10785.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-01/txt/msg00448.txt.bz2 On Thursday 22 January 2009 07:04:24, Doug Evans wrote: > I think this was an oversight. > > Ok to check in? > > 2009-01-21 Doug Evans > > * gdb.texinfo: Add nexti to list of commands that support > background execution. It was an oversight. In the light of that, assuming you've tested that the xref works :-), I think the patch becomes obvious. > > Index: gdb.texinfo > =================================================================== > RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v > retrieving revision 1.546 > diff -u -p -u -p -r1.546 gdb.texinfo > --- gdb.texinfo 14 Jan 2009 20:40:08 -0000 1.546 > +++ gdb.texinfo 22 Jan 2009 06:58:32 -0000 > @@ -4679,6 +4679,10 @@ are: > @kindex next& > @xref{Continuing and Stepping, next}. > > +@item nexti > +@kindex nexti& > +@xref{Continuing and Stepping, nexti}. > + > @item continue > @kindex continue& > @xref{Continuing and Stepping, continue}. > -- Pedro Alves