From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14400 invoked by alias); 26 Apr 2008 12:16:25 -0000 Received: (qmail 14392 invoked by uid 22791); 26 Apr 2008 12:16:25 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout4.012.net.il (HELO mtaout4.012.net.il) (84.95.2.10) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 26 Apr 2008 12:16:05 +0000 Received: from HOME-C4E4A596F7 ([84.229.228.217]) by i_mtaout4.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0JZX006HXMO2GZA1@i_mtaout4.012.net.il> for gdb-patches@sources.redhat.com; Sat, 26 Apr 2008 15:28:50 +0300 (IDT) Date: Sat, 26 Apr 2008 13:41:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] Remove command_line_handler_continuation. In-reply-to: X-012-Sender: halo1@inter.net.il To: Vladimir Prus Cc: gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: References: <200804242033.40568.vladimir@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: 2008-04/txt/msg00588.txt.bz2 > 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?