From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4157 invoked by alias); 10 Aug 2006 16:16:53 -0000 Received: (qmail 4107 invoked by uid 22791); 10 Aug 2006 16:16:52 -0000 X-Spam-Check-By: sourceware.org Received: from fra-del-01.spheriq.net (HELO fra-del-01.spheriq.net) (195.46.51.97) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 10 Aug 2006 16:16:46 +0000 Received: from fra-out-01.spheriq.net (fra-out-01.spheriq.net [195.46.51.129]) by fra-del-01.spheriq.net with ESMTP id k7AGGehX030648 for ; Thu, 10 Aug 2006 16:16:41 GMT Received: from fra-cus-02.spheriq.net (fra-cus-02.spheriq.net [195.46.51.38]) by fra-out-01.spheriq.net with ESMTP id k7AGGcnK027641 for ; Thu, 10 Aug 2006 16:16:38 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-02.spheriq.net with ESMTP id k7AGGbqr028843 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Thu, 10 Aug 2006 16:16:38 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 8CDFFDA42 for ; Thu, 10 Aug 2006 16:16:37 +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 5E8D3475C4 for ; Thu, 10 Aug 2006 16:16:37 +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 CHW94113 (AUTH stubbsa); Thu, 10 Aug 2006 17:16:36 +0100 (BST) Message-ID: <44DB5BE4.6070704@st.com> Date: Thu, 10 Aug 2006 19:13:00 -0000 From: Andrew STUBBS User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: GDB Patches 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> In-Reply-To: <20060810152156.GA22503@nevyn.them.org> Content-Type: multipart/mixed; boundary="------------020300090607010301040606" 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/msg00082.txt.bz2 This is a multi-part message in MIME format. --------------020300090607010301040606 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 114 Daniel Jacobowitz wrote: > OK, and thanks. Thanks, committed. How about the attached for the NEWS file? Andrew --------------020300090607010301040606 Content-Type: text/plain; name="commandtrace-news.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="commandtrace-news.patch" Content-length: 772 2006-08-10 Andrew Stubbs * NEWS: Add 'set trace-commands' command. Index: src/gdb/NEWS =================================================================== --- src.orig/gdb/NEWS 2006-08-10 16:32:13.000000000 +0100 +++ src/gdb/NEWS 2006-08-10 17:13:55.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 nest 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"). --------------020300090607010301040606--