Lines Matching refs:ourstatus
1237 handle_output_debug_string (struct target_waitstatus *ourstatus) in handle_output_debug_string() argument
1273 handle_exception (struct target_waitstatus *ourstatus) in handle_exception() argument
1280 ourstatus->kind = TARGET_WAITKIND_STOPPED; in handle_exception()
1287 ourstatus->value.sig = TARGET_SIGNAL_SEGV; in handle_exception()
1292 ourstatus->value.sig = TARGET_SIGNAL_SEGV; in handle_exception()
1297 ourstatus->value.sig = TARGET_SIGNAL_TRAP; in handle_exception()
1302 ourstatus->value.sig = TARGET_SIGNAL_INT; in handle_exception()
1309 ourstatus->value.sig = TARGET_SIGNAL_TRAP; in handle_exception()
1314 ourstatus->value.sig = check_for_step (¤t_event, TARGET_SIGNAL_ILL); in handle_exception()
1324 ourstatus->value.sig = TARGET_SIGNAL_UNKNOWN; in handle_exception()
1361 get_child_debug_event (int pid, struct target_waitstatus *ourstatus, in get_child_debug_event() argument
1426 ourstatus->kind = TARGET_WAITKIND_EXITED; in get_child_debug_event()
1427 ourstatus->value.integer = current_event.u.ExitProcess.dwExitCode; in get_child_debug_event()
1454 if (handle_exception (ourstatus)) in get_child_debug_event()
1468 handle_output_debug_string ( ourstatus); in get_child_debug_event()
1490 child_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in child_wait() argument
1503 if (get_child_debug_event (pid, ourstatus, EXCEPTION_DEBUG_EVENT, &retval)) in child_wait()