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

Declarations

tools/lldb/include/lldb/API/SBProcess.h
  118   lldb::StateType GetState();

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
44743     result = (lldb::StateType)(arg1)->GetState();
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
  518   LLDB_RECORD_METHOD_NO_ARGS(lldb::StateType, SBProcess, GetState);
 1004                 process_sp->GetID(), lldb_private::StateAsCString(GetState()),
 1342   LLDB_REGISTER_METHOD(lldb::StateType, SBProcess, GetState, ());
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
  159     auto state = process.GetState();
  753   auto state = process.GetState();