diff options
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 1e2addc..92874e2 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -3011,7 +3011,7 @@ adjust_pc_after_break (struct execution_control_state *ecs) struct cleanup *old_cleanups = NULL; if (RECORD_IS_USED) - old_cleanups = record_gdb_operation_disable_set (); + old_cleanups = record_full_gdb_operation_disable_set (); /* When using hardware single-step, a SIGTRAP is reported for both a completed single-step and a software breakpoint. Need to |