reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
120 int GetExitStatus();
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.cpp532 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());