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.
This commit is contained in:
parent
28578e6b11
commit
8bfd80dbad
6 changed files with 18 additions and 20 deletions
|
@ -545,6 +545,7 @@ extern initialize_file_ftype _initialize_step_skip;
|
|||
void
|
||||
_initialize_step_skip (void)
|
||||
{
|
||||
static struct cmd_list_element *skiplist = NULL;
|
||||
struct cmd_list_element *c;
|
||||
|
||||
skiplist_entry_chain = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue