diff options
Diffstat (limited to 'gdb/infrun.h')
-rw-r--r-- | gdb/infrun.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/infrun.h b/gdb/infrun.h index 0c7c55e..d1209a9 100644 --- a/gdb/infrun.h +++ b/gdb/infrun.h @@ -24,7 +24,7 @@ #include "gdbsupport/intrusive_list.h" struct target_waitstatus; -struct frame_info; +class frame_info_ptr; struct address_space; struct return_value_info; struct process_stratum_target; @@ -198,7 +198,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, - struct frame_info *frame, + frame_info_ptr frame, struct symtab_and_line sal); /* Several print_*_reason helper functions to print why the inferior |