aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-cmds.h
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2012-08-09 06:48:22 +0000
committerYao Qi <yao@codesourcery.com>2012-08-09 06:48:22 +0000
commit8bfd80dbad1e2a61b52a06c91510c287c2c7a7af (patch)
tree44eabbf552138781ac780409e0c333011fbbc22b /gdb/cli/cli-cmds.h
parent28578e6b11759a8ed9a71f56329fe2b736d5d443 (diff)
downloadgdb-8bfd80dbad1e2a61b52a06c91510c287c2c7a7af.zip
gdb-8bfd80dbad1e2a61b52a06c91510c287c2c7a7af.tar.gz
gdb-8bfd80dbad1e2a61b52a06c91510c287c2c7a7af.tar.bz2
gdb/
* cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c. (skiplist): Move it to skip.c. (init_cmd_lists): Remove code setting enablebreaklist and skiplist to NULL. * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c. * cli/cli-cmds.h: Remove declaration of enablebreaklist and skiplist. * gdbcmd.h: Likewise. * skip.c (_initialize_step_skip): Move 'skiplist' from cli/cli-cmds.c.
Diffstat (limited to 'gdb/cli/cli-cmds.h')
-rw-r--r--gdb/cli/cli-cmds.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/cli/cli-cmds.h b/gdb/cli/cli-cmds.h
index 4b4e74c..068a72a 100644
--- a/gdb/cli/cli-cmds.h
+++ b/gdb/cli/cli-cmds.h
@@ -53,10 +53,6 @@ extern struct cmd_list_element *togglelist;
extern struct cmd_list_element *stoplist;
-/* Chain containing all defined "enable breakpoint" subcommands. */
-
-extern struct cmd_list_element *enablebreaklist;
-
/* Chain containing all defined set subcommands */
extern struct cmd_list_element *setlist;
@@ -105,8 +101,6 @@ extern struct cmd_list_element *setchecklist;
extern struct cmd_list_element *showchecklist;
-extern struct cmd_list_element *skiplist;
-
/* Exported to gdb/top.c */
void init_cmd_lists (void);