diff options
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index b15f692..64a78ce 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -222,6 +222,12 @@ void set_step_info (struct frame_info *frame, struct symtab_and_line sal); extern void clear_exit_convenience_vars (void); +/* Returns true if we're trying to step past the instruction at + ADDRESS in ASPACE. */ + +extern int stepping_past_instruction_at (struct address_space *aspace, + CORE_ADDR address); + /* From infcmd.c */ extern void post_create_inferior (struct target_ops *, int); |