aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Stubbs <andrew.stubbs@st.com>2006-08-11 12:46:03 +0000
committerAndrew Stubbs <andrew.stubbs@st.com>2006-08-11 12:46:03 +0000
commit9fa66fd71197e7dceee8fa9f5594055461fa1a4e (patch)
tree65d4ef783cad07342233ec4a64769682a2762209 /gdb
parent4d26e811304197d55dd3d806637bf2b250a3918f (diff)
downloadgdb-9fa66fd71197e7dceee8fa9f5594055461fa1a4e.zip
gdb-9fa66fd71197e7dceee8fa9f5594055461fa1a4e.tar.gz
gdb-9fa66fd71197e7dceee8fa9f5594055461fa1a4e.tar.bz2
2006-08-11 Andrew Stubbs <andrew.stubbs@st.com>
* NEWS: Add 'set trace-commands' command.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS6
2 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5a34e5e..38ffcab 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/NEWS b/gdb/NEWS
index 97ee891..eceff60 100644
--- 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").