From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11608 invoked by alias); 2 May 2013 17:10:14 -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 11571 invoked by uid 89); 2 May 2013 17:10:11 -0000 X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 02 May 2013 17:10:10 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MM600800KKSVV00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Thu, 02 May 2013 20:09:29 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MM6008RBKZSPN90@a-mtaout21.012.net.il>; Thu, 02 May 2013 20:09:29 +0300 (IDT) Date: Thu, 02 May 2013 17:10:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 05/15] record-btrace: optionally indent function call history In-reply-to: <1367496216-21217-6-git-send-email-markus.t.metzger@intel.com> To: Markus Metzger Cc: jan.kratochvil@redhat.com, gdb-patches@sourceware.org, christian.himpel@intel.com Reply-to: Eli Zaretskii Message-id: <83li7xnwaf.fsf@gnu.org> References: <1367496216-21217-1-git-send-email-markus.t.metzger@intel.com> <1367496216-21217-6-git-send-email-markus.t.metzger@intel.com> X-SW-Source: 2013-05/txt/msg00036.txt.bz2 > From: Markus Metzger > Cc: gdb-patches@sourceware.org, Eli Zaretskii , > Christian Himpel > Date: Thu, 2 May 2013 14:03:26 +0200 > > 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. > > Also reorder the optional fields to have the indentation at the very beginning. > Prefix the insn range (/i modifier) with "inst ". > Prefix the source line (/l modifier) with "at ". > Change the range syntax from "begin-end" to "begin,end" to allow copy&paste to > the "record instruction-history" and "list" commands. > > Adjust the respective tests and add new tests for the /c modifier. OK for the documentation parts. Thanks.