Lines Matching defs:exited
667 // If we are exited or detached, we won't ever get back to any other valid
1072 // We were already in the exited state
1121 lldb::pid_t pid, bool exited,
1128 ", exited=%i, signal=%i, exit_status=%i)\n",
1129 pid, exited, signo, exit_status);
1131 if (exited) {
2735 // We exited while trying to launch somehow. Don't call DidLaunch
3423 // If the process exited while we were waiting for it to stop, put the
3424 // exited event into the shared pointer passed in and return. Our caller
3429 LLDB_LOGF(log, "Process::%s() Process exited while waiting to stop.",
3488 // If we exited when we were waiting for a process to stop, then forward the
3491 // Directly broadcast our exited event because we shut down our private
3566 // If we exited when we were waiting for a process to stop, then forward
3569 // Directly broadcast our exited event because we shut down our private
3871 break; // Private state thread exited or is exiting, we are done
3922 // Handle Exiting Here. If we already got an exited event, we should
3926 // FIXME: should cons up an exited event, and discard this one.
4908 "expression: tid = {0}, exited while "
5731 // If the process exited during the run of the thread plan, notify everyone.
5748 strm.Printf("Process %" PRIu64 " exited with status = %i (0x%8.8x) %s\n",
6213 // region. We will have exited the loop by that point because the previous