From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18952 invoked by alias); 24 Apr 2008 19:08:52 -0000 Received: (qmail 18943 invoked by uid 22791); 24 Apr 2008 19:08:51 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 24 Apr 2008 19:08:32 +0000 Received: from HOME-C4E4A596F7 ([83.130.1.82]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0JZU00J9FF1BTVS0@i-mtaout7.012.net.il> for gdb-patches@sources.redhat.com; Thu, 24 Apr 2008 21:51:14 +0300 (IDT) Date: Fri, 25 Apr 2008 01:23:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] Remove command_line_handler_continuation. In-reply-to: <200804242033.40568.vladimir@codesourcery.com> 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/msg00563.txt.bz2 > From: Vladimir Prus > Date: Thu, 24 Apr 2008 19:33:40 +0300 > > > With my previous patch to move all bpstat_do_actions calls into > event handler, all that command_line_handler_continuation does > is to print timings, if those are enabled. However, those timings > don't make much sense. Timings are good for debugging GDB performance, > and in case of command_line_handler_continuation, the times will report > the time when the application run. > > So, this patch removes that continuation. OK? Doesn't this require some change to the manual, where these timings are described?