aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbcmd.h
diff options
context:
space:
mode:
authorDaniel Berlin <dberlin@dberlin.org>2000-03-28 02:25:14 +0000
committerDaniel Berlin <dberlin@dberlin.org>2000-03-28 02:25:14 +0000
commit5d161b24198e362be0f768e76e6f76bd110d8acb (patch)
tree7a7095d7ec3ec96b13ce4a232db0a0d2fa8121e5 /gdb/gdbcmd.h
parent107b56f053504c0864319ccb6c0f3fef03186fe6 (diff)
downloadfsf-binutils-gdb-5d161b24198e362be0f768e76e6f76bd110d8acb.zip
fsf-binutils-gdb-5d161b24198e362be0f768e76e6f76bd110d8acb.tar.gz
fsf-binutils-gdb-5d161b24198e362be0f768e76e6f76bd110d8acb.tar.bz2
The set debug changes
Diffstat (limited to 'gdb/gdbcmd.h')
-rw-r--r--gdb/gdbcmd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/gdbcmd.h b/gdb/gdbcmd.h
index 0441f31..d01e5e5 100644
--- a/gdb/gdbcmd.h
+++ b/gdb/gdbcmd.h
@@ -96,6 +96,10 @@ extern struct cmd_list_element *setprintlist;
extern struct cmd_list_element *showprintlist;
+extern struct cmd_list_element *setdebuglist;
+
+extern struct cmd_list_element *showdebuglist;
+
extern struct cmd_list_element *setchecklist;
extern struct cmd_list_element *showchecklist;