diff options
author | Jason Molenda <jmolenda@apple.com> | 2000-02-03 04:14:45 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2000-02-03 04:14:45 +0000 |
commit | 8b93c6380e299446e645ece29bf77d26f5713529 (patch) | |
tree | 9f06d80fcf4b95cd76cbceda50de2a454da9287f /gdb/gdbcmd.h | |
parent | 6bb9f1226aa9f328aba73bcc6c0ecaa0525a8931 (diff) | |
download | gdb-8b93c6380e299446e645ece29bf77d26f5713529.zip gdb-8b93c6380e299446e645ece29bf77d26f5713529.tar.gz gdb-8b93c6380e299446e645ece29bf77d26f5713529.tar.bz2 |
import gdb-2000-02-02 snapshot
Diffstat (limited to 'gdb/gdbcmd.h')
-rw-r--r-- | gdb/gdbcmd.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/gdbcmd.h b/gdb/gdbcmd.h index b801f08..0441f31 100644 --- a/gdb/gdbcmd.h +++ b/gdb/gdbcmd.h @@ -20,6 +20,9 @@ #define GDBCMD_H 1 #include "command.h" +#ifdef UI_OUT +#include "ui-out.h" +#endif /* Chain containing all defined commands. */ @@ -108,6 +111,10 @@ execute_control_command PARAMS ((struct command_line *)); extern void print_command_line (struct command_line *, unsigned int, struct ui_file *); +#ifdef UI_OUT +extern void print_command_lines PARAMS ((struct ui_out *, + struct command_line *, unsigned int)); +#endif extern char **noop_completer PARAMS ((char *, char *)); |