* hppa-tdep.h (hppa_in_solib_call_trampoline)
[deliverable/binutils-gdb.git] / gdb / infrun.c
index 84c920f62d5167abbdb51ef5065d63e444a66c90..47fbe09ed7294dab55b26c57d58c95613054d001 100644 (file)
@@ -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
This page took 0.024304 seconds and 4 git commands to generate.