From: ams Date: Fri, 11 Aug 2006 12:46:03 +0000 (+0000) Subject: 2006-08-11 Andrew Stubbs X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=445bb44564ae547a6024a5f258e09da5ba8f968c;p=pf3gnuchains%2Fsourceware.git 2006-08-11 Andrew Stubbs * NEWS: Add 'set trace-commands' command. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5a34e5e57d..38ffcab25c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2006-08-11 Andrew Stubbs + + * NEWS: Add 'set trace-commands' command. + 2006-08-10 Andrew Stubbs * cli/cli-script.c (execute_user_command): Update command_next_depth diff --git a/gdb/NEWS b/gdb/NEWS index 97ee891465..eceff60d74 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").