Searched defs:GetExitStatus (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/tools/debugserver/source/MacOSX/ | ||
H A D | MachProcess.h | 311 bool GetExitStatus(int *status) { in GetExitStatus() function |
/llvm-project/lldb/source/Host/common/ | ||
H A D | NativeProcessProtocol.cpp | 70 std::optional<WaitStatus> NativeProcessProtocol::GetExitStatus() { in GetExitStatus() function in NativeProcessProtocol |
/llvm-project/lldb/source/API/ | ||
H A D | SBProcess.cpp | 495 int SBProcess::GetExitStatus() { GetExitStatus() function in SBProcess |
/llvm-project/lldb/source/Target/ | ||
H A D | Process.cpp | 1068 int Process::GetExitStatus() { GetExitStatus() function in Process |