diff options
Diffstat (limited to 'gdb/gdbcmd.h')
-rw-r--r-- | gdb/gdbcmd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/gdbcmd.h b/gdb/gdbcmd.h index c7e3a27..b64d294 100644 --- a/gdb/gdbcmd.h +++ b/gdb/gdbcmd.h @@ -112,6 +112,10 @@ extern struct cmd_list_element *setprintlist; extern struct cmd_list_element *showprintlist; +extern struct cmd_list_element *setprinttypelist; + +extern struct cmd_list_element *showprinttypelist; + extern struct cmd_list_element *setdebuglist; extern struct cmd_list_element *showdebuglist; |