Home
last modified time | relevance | path

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

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