reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/API/SBProcess.h
  120   int GetExitStatus();

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
44769     result = (int)(arg1)->GetExitStatus();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBProcess.cpp
  532   LLDB_RECORD_METHOD_NO_ARGS(int, SBProcess, GetExitStatus);
 1343   LLDB_REGISTER_METHOD(int, SBProcess, GetExitStatus, ());
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
  129   body.try_emplace("exitCode", (int64_t)process.GetExitStatus());