reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
57 const char *GetName() const;
422 name = thread_spec->GetName();
tools/lldb/source/API/SBBreakpointName.cpp 440 return bp_name->GetOptions().GetThreadSpec()->GetName();
tools/lldb/source/Breakpoint/Breakpoint.cpp381 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();