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


Eli Zaretskii wrote:
Okay, but...
I think ``nesting'' is better here.

Thanks, I committed the attached.


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

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

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