From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22518 invoked by alias); 26 Apr 2008 13:41:37 -0000 Received: (qmail 22502 invoked by uid 22791); 26 Apr 2008 13:41:35 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 26 Apr 2008 13:41:04 +0000 Received: (qmail 28898 invoked from network); 26 Apr 2008 13:41:02 -0000 Received: from unknown (HELO localhost) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 26 Apr 2008 13:41:02 -0000 From: Vladimir Prus To: Eli Zaretskii Subject: Re: [RFA] Remove command_line_handler_continuation. Date: Sat, 26 Apr 2008 14:00:00 -0000 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) References: <200804242033.40568.vladimir@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200804261740.58129.vladimir@codesourcery.com> Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit 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: 2008-04/txt/msg00591.txt.bz2 On Saturday 26 April 2008 16:14:40 Eli Zaretskii wrote: > > From: Vladimir Prus > > Date: Sat, 26 Apr 2008 14:55:15 +0400 > > > > > Doesn't this require some change to the manual, where these timings > > > are described? > > > > I can only find this bit in the manual: > > > > -statistics > > This option causes GDB to print statistics about time and memory usage after it completes each > > command and returns to the prompt. > > > > Is this what should be changed, or there's something else I've missed? > > I thought "maint time" was also relevant. Is it? It is, but is likewise very briefly documented, so it's not clear to me that saying that such statistics is not output after run command makes sense. - Volodya