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

Declarations

tools/lldb/include/lldb/API/SBThread.h
   83   uint32_t GetIndexID() const;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
60454     result = (uint32_t)((lldb::SBThread const *)arg1)->GetIndexID();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  517     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBThread.cpp
  446   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBThread, GetIndexID);
 1450   LLDB_REGISTER_METHOD_CONST(uint32_t, SBThread, GetIndexID, ());
tools/lldb/tools/lldb-vscode/JSONUtils.cpp
  658   snprintf(thread_str, sizeof(thread_str), "Thread #%u", thread.GetIndexID());
tools/lldb/tools/lldb-vscode/LLDBUtils.cpp
   78   return (int64_t)(frame.GetThread().GetIndexID() << THREAD_INDEX_SHIFT |