mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
gdb: remove some unnecessary frame_info_ptr resets
This code was probably needed before we had reinflatable frame_info_ptrs, it's not necessary anymore. Change-Id: I5474c6081ee1e39624c9266b05dbe01351a130b5 Approved-By: Tom Tromey <tom@tromey.com>
This commit is contained in:
@@ -1300,9 +1300,6 @@ call_function_by_hand_dummy (struct value *function,
|
||||
= set_momentary_breakpoint (gdbarch, sal,
|
||||
dummy_id, bp_call_dummy).release ();
|
||||
|
||||
/* set_momentary_breakpoint invalidates FRAME. */
|
||||
frame = NULL;
|
||||
|
||||
bpt->disposition = disp_del;
|
||||
gdb_assert (bpt->related_breakpoint == bpt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user