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

Declarations

tools/lldb/include/lldb/Target/ThreadSpec.h
   57   const char *GetName() const;

References

tools/lldb/source/API/SBBreakpoint.cpp
  422       name = thread_spec->GetName();
tools/lldb/source/API/SBBreakpointName.cpp
  440   return bp_name->GetOptions().GetThreadSpec()->GetName();
tools/lldb/source/Breakpoint/Breakpoint.cpp
  381   if (m_options_up->GetThreadSpec()->GetName() != nullptr &&
  382       ::strcmp(m_options_up->GetThreadSpec()->GetName(), thread_name) == 0)
  393     return m_options_up->GetThreadSpecNoCreate()->GetName();
tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  165     return thread_spec->GetName();
tools/lldb/source/Target/ThreadSpec.cpp
  148       const char *name = GetName();