diff options
Diffstat (limited to 'gdb/infrun.h')
-rw-r--r-- | gdb/infrun.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/infrun.h b/gdb/infrun.h index 7364065..fe06a81 100644 --- a/gdb/infrun.h +++ b/gdb/infrun.h @@ -112,6 +112,12 @@ extern int normal_stop (void); extern void get_last_target_status (ptid_t *ptid, struct target_waitstatus *status); +extern void set_last_target_status (ptid_t ptid, + struct target_waitstatus status); + +/* Stop all threads. Only returns after everything is halted. */ +extern void stop_all_threads (void); + extern void prepare_for_detach (void); extern void fetch_inferior_event (void *); |