This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Command trace testsuite


Daniel Jacobowitz wrote:
OK, and thanks.

Thanks, committed.


How about the attached for the NEWS file?

Andrew
2006-08-10  Andrew Stubbs  <andrew.stubbs@st.com>

	* 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").

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]