diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index b24f71c..e38c54a 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -15859,6 +15859,10 @@ initialize_breakpoint_ops (void) ops->print_recreate = bkpt_print_recreate; } +/* Chain containing all defined "enable breakpoint" subcommands. */ + +static struct cmd_list_element *enablebreaklist = NULL; + void _initialize_breakpoint (void) { |