2006-08-11 Andrew Stubbs * 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").