Searched refs:exited (Results 51 - 60 of 60) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp1031 bool exited, int signal, int status) {
1041 if (exited) {
1030 MonitorCallback(ProcessMonitor *monitor, lldb::pid_t pid, bool exited, int signal, int status) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc442 // We exited normally without timeout, so turn off the timer.
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp180 int CommandInterpreter::GetQuitExitCode(bool &exited) const {
181 exited = m_quit_exit_code.hasValue();
182 if (exited)
/freebsd-13-stable/contrib/kyua/utils/process/
H A Dexecutor_test.cpp338 ATF_REQUIRE(status.get().exited());
798 std::cerr << "Child exited with unexpected code: "
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc221 // by a signal, or exited normally with a nonzero exit code.
459 // the child process has exited.
493 // Signals that the death test code which should have exited, didn't.
689 // The child has acquired the write end of the pipe or exited.
697 // returns immediately if the child has already exited, regardless of
922 GTEST_DEATH_TEST_CHECK_(buffer.exited);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h552 bool exited,
1341 /// Get a textual description of what the process exited.
1344 /// The textual description of why the process exited, or nullptr
2746 std::string m_exit_string; ///< A textual description of why a process exited.
/freebsd-13-stable/contrib/kyua/integration/
H A Dcmd_test_test.sh228 bogus_test_cases:exit -> broken: Premature exit; test case exited with code 0 [S.UUUs]
824 echo "Process ${pid} exited"
/freebsd-13-stable/crypto/openssh/
H A Dmisc.c1732 /* Returns 0 if pid exited cleanly, non-zero otherwise */
1745 error("%s %s exited on signal %d", tag, cmd, WTERMSIG(status));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp786 // If we are exited or detached, we won't ever get back to any other valid
1169 // We were already in the exited state
1215 lldb::pid_t pid, bool exited,
1222 ", exited=%i, signal=%i, exit_status=%i)\n",
1223 pid, exited, signo, exit_status);
1225 if (exited) {
2682 // We exited while trying to launch somehow. Don't call DidLaunch
3251 // If the process exited while we were waiting for it to stop, put the
3252 // exited event into the shared pointer passed in and return. Our caller
3257 LLDB_LOGF(log, "Process::%s() Process exited whil
1214 SetProcessExitStatus( lldb::pid_t pid, bool exited, int signo, int exit_status ) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2327 // process exited
3504 bool exited, // True if the process did exit
3529 // If our process hasn't yet exited, debugserver might have died. If the
3553 // Debugserver has exited we need to let our ProcessGDBRemote know that it no

Completed in 200 milliseconds

123