diff options
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 84c920f..47fbe09 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -1102,6 +1102,12 @@ get_last_target_status (ptid_t *ptidp, struct target_waitstatus *status) *status = target_last_waitstatus; } +void +nullify_last_target_wait_ptid (void) +{ + target_last_wait_ptid = minus_one_ptid; +} + /* Switch thread contexts, maintaining "infrun state". */ static void |