diff options
Diffstat (limited to 'gdb/infrun.h')
-rw-r--r-- | gdb/infrun.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infrun.h b/gdb/infrun.h index ba72212..6339fd9 100644 --- a/gdb/infrun.h +++ b/gdb/infrun.h @@ -207,7 +207,7 @@ extern int stepping_past_nonsteppable_watchpoint (void); /* Record in TP the frame and location we're currently stepping through. */ extern void set_step_info (thread_info *tp, - frame_info_ptr frame, + const frame_info_ptr &frame, struct symtab_and_line sal); /* Notify interpreters and observers that the current inferior has stopped with |