diff options
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -345,11 +345,9 @@ do_chdir_cleanup (void *old_dir) } #endif -/* Execute the line P as a command. +/* Execute the line P as a command, in the current user context. Pass FROM_TTY as second argument to the defining function. */ -/* Execute command P, in the current user context. */ - void execute_command (char *p, int from_tty) { |