gdb/
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
index db05b9798c096a42732344e335d1389da838b7fc..311c4510197b7f08d95eccb0f1f7be7e9b7dd30d 100644 (file)
@@ -10478,6 +10478,9 @@ until_break_command (char *arg, int from_tty, int anywhere)
       make_cleanup (delete_longjmp_breakpoint_cleanup, &thread);
     }
 
+  /* set_momentary_breakpoint could invalidate FRAME.  */
+  frame = NULL;
+
   if (anywhere)
     /* If the user told us to continue until a specified location,
        we don't specify a frame at which we need to stop.  */
This page took 0.036106 seconds and 4 git commands to generate.