diff options
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 57a96cf..ae2363d 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -190,6 +190,10 @@ extern void resume (int, enum target_signal); extern ptid_t user_visible_resume_ptid (int step); +extern void insert_step_resume_breakpoint_at_sal (struct gdbarch *, + struct symtab_and_line , + struct frame_id); + /* From misc files */ extern void default_print_registers_info (struct gdbarch *gdbarch, |