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

Declarations

tools/lldb/include/lldb/API/SBProcess.h
   93   lldb::SBThread GetThreadByID(lldb::tid_t sb_thread_id);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
44433     result = (arg1)->GetThreadByID(arg2);
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
  725   LLDB_RECORD_METHOD(lldb::SBThread, SBProcess, GetThreadByID, (lldb::tid_t),
 1358   LLDB_REGISTER_METHOD(lldb::SBThread, SBProcess, GetThreadByID,
tools/lldb/tools/lldb-vscode/VSCode.cpp
  259   return target.GetProcess().GetThreadByID(tid);