* arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
	* breakpoint.c (until_break_command): Likewise.
	* elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
	* infcall.c (call_function_by_hand): Likewise.
	* infcmd.c (finish_forward): Likewise.
	* infrun.c (insert_exception_resume_breakpoint): Likewise.
This commit is contained in:
Jan Kratochvil
2012-02-29 14:52:44 +00:00
parent c03e6ccce2
commit c70a6932bb
7 changed files with 29 additions and 0 deletions

View 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. */