daily update
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
index 03719d4debb0cb042d285d5317504ad72f143b2b..e38c54aad774b9d8bfe4f26042fc95032561de8e 100644 (file)
@@ -9115,8 +9115,6 @@ static void
 parse_breakpoint_sals (char **address,
                       struct linespec_result *canonical)
 {
-  char *addr_start = *address;
-
   /* If no arg given, or if first arg is 'if ', use the default
      breakpoint.  */
   if ((*address) == NULL
@@ -15861,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)
 {
This page took 0.027706 seconds and 4 git commands to generate.