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

Declarations

tools/lldb/include/lldb/API/SBThread.h
   70   uint64_t GetStopReasonDataAtIndex(uint32_t idx);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
60249     result = (uint64_t)(arg1)->GetStopReasonDataAtIndex(arg2);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBThread.cpp
  206   LLDB_RECORD_METHOD(uint64_t, SBThread, GetStopReasonDataAtIndex, (uint32_t),
 1439   LLDB_REGISTER_METHOD(uint64_t, SBThread, GetStopReasonDataAtIndex,
tools/lldb/tools/lldb-vscode/VSCode.cpp
  247     lldb::break_id_t bp_id = thread.GetStopReasonDataAtIndex(i);