Searched defs:exited (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeProcessOpenBSD.cpp419 bool exited = wait_status.type == WaitStatus::Exit || local
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp393 bool exited = false; local
402 bool exited = false; local
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp763 bool exited = wait_status.type == WaitStatus::Exit || local
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp790 bool exited = wait_status.type == WaitStatus::Exit || local
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DProcess.cpp1106 SetProcessExitStatus( lldb::pid_t pid, bool exited, int signo, int exit_status ) argument
[all...]
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp165 bool exited = false; local

Completed in 96 milliseconds