From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18368 invoked by alias); 22 Dec 2011 08:05:00 -0000 Received: (qmail 18359 invoked by uid 22791); 22 Dec 2011 08:04:59 -0000 X-SWARE-Spam-Status: No, hits=-3.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,TW_DB X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Dec 2011 08:04:45 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Rdddr-0003Tg-TV; Thu, 22 Dec 2011 03:04:43 -0500 Date: Thu, 22 Dec 2011 08:11:00 -0000 Message-Id: From: Eli Zaretskii To: Jan Kratochvil CC: tromey@redhat.com, pierre.muller@ics-cnrs.unistra.fr, brobecker@adacore.com, gdb-patches@sourceware.org, sdurigan@redhat.com, ktietz@redhat.com In-reply-to: <20111221223523.GA14268@host2.jankratochvil.net> (message from Jan Kratochvil on Wed, 21 Dec 2011 23:35:23 +0100) Subject: Re: [patch 1/2] Drop gdbtui [+doc changes] Reply-to: Eli Zaretskii References: <20111221114641.GB25652@host2.jankratochvil.net> <20111221122330.GH23376@adacore.com> <20111221142328.GA8079@host2.jankratochvil.net> <005b01ccbfec$97428d50$c5c7a7f0$@muller@ics-cnrs.unistra.fr> <20111221143139.GA12714@host2.jankratochvil.net> <20111221223523.GA14268@host2.jankratochvil.net> 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: 2011-12/txt/msg00767.txt.bz2 > Date: Wed, 21 Dec 2011 23:35:23 +0100 > From: Jan Kratochvil > Cc: Pierre Muller , "'Joel Brobecker'" , gdb-patches@sourceware.org, "'Sergio Durigan'" , "'Kai Tietz'" > > On Wed, 21 Dec 2011 18:25:28 +0100, Tom Tromey wrote: > > >>>>> "Jan" == Jan Kratochvil writes: > > > > Jan> I understand the Joel's proposal as dropping gdbtui entirely and > > Jan> everywhere, so that users will notice it. > > > > It would be fine by me. > > Here it is. Thanks. I have a couple of comments. > -version of @value{GDBN}, e.g., @command{gdbtui}, to run. > +version of @value{GDBN}, e.g., @command{gdb -tui}, to run. @command is for names of commands, not for command lines. Please use @samp here. > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -6,6 +6,8 @@ > * GDBserver now supports stdio connections. > E.g. (gdb) target remote | ssh myhost gdbserver - hello > > +* The binary "gdbtui" has been removed. Use "gdb -tui" instead. > + I think the first sentence should say The binary "gdbtui" is no longer built or installed. because we didn't really "remove" anything ;-) Thanks.