From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6931 invoked by alias); 11 Aug 2006 13:07:15 -0000 Received: (qmail 6715 invoked by uid 22791); 11 Aug 2006 13:07:14 -0000 X-Spam-Check-By: sourceware.org Received: from lon-del-01.spheriq.net (HELO lon-del-01.spheriq.net) (195.46.50.97) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 11 Aug 2006 13:07:06 +0000 Received: from lon-out-02.spheriq.net ([195.46.50.130]) by lon-del-01.spheriq.net with ESMTP id k7BD6oFS021076 for ; Fri, 11 Aug 2006 13:06:51 GMT Received: from lon-cus-01.spheriq.net (lon-cus-01.spheriq.net [195.46.50.37]) by lon-out-02.spheriq.net with ESMTP id k7BD6nwd016415 for ; Fri, 11 Aug 2006 13:06:50 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-01.spheriq.net with ESMTP id k7BD6luX017917 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Fri, 11 Aug 2006 13:06:49 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id A4A80DA42; Fri, 11 Aug 2006 13:06:45 +0000 (GMT) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 5624A474B6; Fri, 11 Aug 2006 13:06:45 +0000 (GMT) Received: from [164.129.15.13] (bri1043.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CHX00668 (AUTH stubbsa); Fri, 11 Aug 2006 14:06:43 +0100 (BST) Message-ID: <44DC80E3.7000401@st.com> Date: Mon, 14 Aug 2006 07:32:00 -0000 From: Andrew STUBBS User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Command trace testsuite References: <44D772B2.5090301@st.com> <20060808173357.GA24191@nevyn.them.org> <44DB4ED7.2030004@st.com> <20060810152156.GA22503@nevyn.them.org> <44DB5BE4.6070704@st.com> In-Reply-To: Content-Type: multipart/mixed; boundary="------------060801010600080602080607" X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00092.txt.bz2 This is a multi-part message in MIME format. --------------060801010600080602080607 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 117 Eli Zaretskii wrote: > Okay, but... > I think ``nesting'' is better here. Thanks, I committed the attached. Andrew --------------060801010600080602080607 Content-Type: text/plain; name="commandtrace-news.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="commandtrace-news.patch" Content-length: 775 2006-08-11 Andrew Stubbs * NEWS: Add 'set trace-commands' command. Index: src/gdb/NEWS =================================================================== --- src.orig/gdb/NEWS 2006-08-11 13:40:19.000000000 +0100 +++ src/gdb/NEWS 2006-08-11 13:42:30.000000000 +0100 @@ -21,6 +21,12 @@ show substitute-path for instance when the sources were moved to a different location between compilation and debugging. +set trace-commands +show trace-commands + Print each CLI command as it is executed. Each command is prefixed with + a number of `+' symbols representing the nesting depth. + The source command now has a `-v' option to enable the same feature. + * REMOVED features The ARM Demon monitor support (RDP protocol, "target rdp"). --------------060801010600080602080607--