OSDN Git Service

2006-08-11 Andrew Stubbs <andrew.stubbs@st.com>
authorams <ams>
Fri, 11 Aug 2006 12:46:03 +0000 (12:46 +0000)
committerams <ams>
Fri, 11 Aug 2006 12:46:03 +0000 (12:46 +0000)
* NEWS: Add 'set trace-commands' command.

gdb/ChangeLog
gdb/NEWS

index 5a34e5e..38ffcab 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-11  Andrew Stubbs  <andrew.stubbs@st.com>
+
+       * NEWS: Add 'set trace-commands' command.
+
 2006-08-10  Andrew Stubbs  <andrew.stubbs@st.com>
 
        * cli/cli-script.c (execute_user_command): Update command_next_depth
index 97ee891..eceff60 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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").