Home | History | Annotate | Download | only in Target

Lines Matching defs:SetExitStatus

1449 Process::SetExitStatus (int status, const char *cstr)
1453 log->Printf("Process::SetExitStatus (status=%i (0x%8.8x), description=%s%s%s)",
1463 log->Printf("Process::SetExitStatus () ignoring exit status because state was already set to eStateExited");
1512 process_sp->SetExitStatus (exit_status, signal_cstr);
2889 SetExitStatus (-1, error_string);
2904 SetExitStatus (0, "failed to catch stop after launch");
3078 SetExitStatus(-1, error.AsCString());
3163 SetExitStatus(-1, error_string);
3361 SetExitStatus(SIGKILL, "Cancelled async attach.");
3925 SetExitStatus(0, m_next_event_action_ap->GetExitString());