2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
[deliverable/binutils-gdb.git] / gdb / top.c
index e129722ea7c852caf36da6f3107d8d9ccaa28da4..155f2c51764a92c8e40a3f3a449ee149f4faadd6 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -400,6 +400,9 @@ execute_command (char *p, int from_tty)
       char *arg;
       line = p;
 
+      /* If trace-commands is set then this will print this command.  */
+      print_command_trace (p);
+
       c = lookup_cmd (&p, cmdlist, "", 0, 1);
 
       /* If the target is running, we allow only a limited set of
This page took 0.023644 seconds and 4 git commands to generate.