* 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

@ -995,6 +995,9 @@ elf_gnu_ifunc_resolver_stop (struct breakpoint *b)
prev_frame_id,
bp_gnu_ifunc_resolver_return);
/* set_momentary_breakpoint invalidates PREV_FRAME. */
prev_frame = NULL;
/* Add new b_return to the ring list b->related_breakpoint. */
gdb_assert (b_return->related_breakpoint == b_return);
b_return->related_breakpoint = b->related_breakpoint;