From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26833 invoked by alias); 14 Jan 2014 16:07:50 -0000 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 Received: (qmail 26821 invoked by uid 89); 14 Jan 2014 16:07:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout20.012.net.il Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 14 Jan 2014 16:07:47 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MZE00K00FBL5H00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 14 Jan 2014 18:07:44 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MZE00JZ3FGVKXA0@a-mtaout20.012.net.il>; Tue, 14 Jan 2014 18:07:44 +0200 (IST) Date: Tue, 14 Jan 2014 16:07:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH v10 10/28] record-btrace: optionally indent function call history In-reply-to: <1389686678-9039-11-git-send-email-markus.t.metzger@intel.com> To: Markus Metzger Cc: jan.kratochvil@redhat.com, palves@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83eh4a5yyf.fsf@gnu.org> References: <1389686678-9039-1-git-send-email-markus.t.metzger@intel.com> <1389686678-9039-11-git-send-email-markus.t.metzger@intel.com> X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00447.txt.bz2 > From: Markus Metzger > Cc: gdb-patches@sourceware.org, Eli Zaretskii > Date: Tue, 14 Jan 2014 09:04:20 +0100 > > Add a new modifier /c to the "record function-call-history" command to > indent the function name based on its depth in the call stack. Thanks. > --- a/gdb/doc/gdb.texinfo > +++ b/gdb/doc/gdb.texinfo > @@ -6490,7 +6490,10 @@ line for each sequence of instructions that belong to the same > function giving the name of that function, the source lines > for this instruction sequence (if the @code{/l} modifier is > specified), and the instructions numbers that form the sequence (if > -the @code{/i} modifier is specified). > +the @code{/i} modifier is specified). The function names are indented > +to reflect the call stack depth if the @code{/c} modifier is > +specified. The @code{/l}, @code{/i}, and @code{/c} modifiers can be > +given at the same time. ^^^^^^^^^^^^^^^^ "Together" sounds better than "at the same time". The documentation parts are OK with that change.