Home
last modified time | relevance | path

Searched defs:m_exit_status (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h433 std::optional<WaitStatus> m_exit_status; variable
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h409 int m_exit_status; // The exit status for the process variable
/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3068 int m_exit_status; ///< The exit status of the process, or -1 if not set. global() variable