diff options
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 9cbf4b4..e89fb74 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -132,6 +132,8 @@ extern void clear_proceed_status (void); extern void proceed (CORE_ADDR, enum target_signal, int); +extern ptid_t context_switch_to (ptid_t ptid); + /* When set, stop the 'step' command if we enter a function which has no line number information. The normal behavior is that we step over such function. */ |