mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
2002-12-18 Andrew Cagney <ac131313@redhat.com>
* frame.c (deprecated_update_current_frame_pc_hack): Replace deprecated_update_current_frame_pc_hack. (deprecated_update_frame_base_hack): New function. * frame.h (deprecated_update_frame_pc_hack): Replace (deprecated_update_frame_base_hack): Declare. * infrun.c (normal_stop): Update.
This commit is contained in:
@@ -2985,7 +2985,7 @@ normal_stop (void)
|
||||
DECR_PC_AFTER_BREAK, the program counter can change. Ask the
|
||||
frame code to check for this and sort out any resultant mess.
|
||||
DECR_PC_AFTER_BREAK needs to just go away. */
|
||||
deprecated_update_current_frame_pc_hack (read_pc ());
|
||||
deprecated_update_frame_pc_hack (get_current_frame (), read_pc ());
|
||||
|
||||
if (target_has_execution && breakpoints_inserted)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user