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

References

tools/lldb/source/API/SBBreakpoint.cpp
  392       thread_idx = thread_spec->GetIndex();
tools/lldb/source/API/SBBreakpointName.cpp
  411   return bp_name->GetOptions().GetThreadSpec()->GetIndex();
tools/lldb/source/Breakpoint/Breakpoint.cpp
  366   if (m_options_up->GetThreadSpec()->GetIndex() == index)
  377     return m_options_up->GetThreadSpecNoCreate()->GetIndex();
tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  143     return thread_spec->GetIndex();
tools/lldb/source/Target/ThreadSpec.cpp
  145       if (GetIndex() != UINT32_MAX)
  146         s->Printf("index: %d ", GetIndex());