Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/API/
DSBCommandInterpreter.cpp393 bool exited = false; in HasCustomQuitExitCode() local
402 bool exited = false; in GetQuitStatus() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
DNativeProcessOpenBSD.cpp419 bool exited = wait_status.type == WaitStatus::Exit || in SigchldHandler() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
DNativeProcessFreeBSD.cpp763 bool exited = wait_status.type == WaitStatus::Exit || in SigchldHandler() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
DNativeProcessNetBSD.cpp790 bool exited = wait_status.type == WaitStatus::Exit || in SigchldHandler() local
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DDNB.cpp165 bool exited = false; in kqueue_thread() local
/openbsd/src/gnu/llvm/lldb/source/Target/
DProcess.cpp1107 lldb::pid_t pid, bool exited, in SetProcessExitStatus()