From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8145 invoked by alias); 12 Jul 2005 14:50:03 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 7949 invoked by uid 22791); 12 Jul 2005 14:49:36 -0000 Received: from lakermmtao03.cox.net (HELO lakermmtao03.cox.net) (68.230.240.36) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 12 Jul 2005 14:49:36 +0000 Received: from white ([68.9.64.121]) by lakermmtao03.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050712144926.HZCT15201.lakermmtao03.cox.net@white>; Tue, 12 Jul 2005 10:49:26 -0400 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1DsM4b-0000bP-00; Tue, 12 Jul 2005 10:49:25 -0400 Date: Tue, 12 Jul 2005 14:50:00 -0000 From: Bob Rossi To: Nick Roberts , gdb-patches@sources.redhat.com, eliz@gnu.org Subject: Re: show inferior-tty Message-ID: <20050712144925.GC1953@white> Mail-Followup-To: Nick Roberts , gdb-patches@sources.redhat.com, eliz@gnu.org References: <17105.54757.46681.109597@farnswood.snap.net.nz> <20050712143400.GB1953@white> <20050712144047.GA14331@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050712144047.GA14331@nevyn.them.org> User-Agent: Mutt/1.3.28i X-SW-Source: 2005-07/txt/msg00106.txt.bz2 On Tue, Jul 12, 2005 at 10:40:48AM -0400, Daniel Jacobowitz wrote: > On Tue, Jul 12, 2005 at 10:34:00AM -0400, Bob Rossi wrote: > > On Mon, Jul 11, 2005 at 02:13:57PM +1200, Nick Roberts wrote: > > > > > > Firstly a doc error (GDB/MI -inferior-tty-show): > > > > > > The corresponding GDB command is `show inferior-tty /dev/pts/1'. > > > > > > should presumably read: > > > > > > The corresponding GDB command is `show inferior-tty'. > > > > Nick, thanks for noticing, here is the patch. > > > > +2005-07-12 Bob Rossi > > + > > + * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show > > + corresponding GDB command comment. > > This is obviously correct; feel free to check it in. Thanks, done. Bob Rossi