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

Declarations

tools/lldb/include/lldb/Target/ThreadSpec.h
   59   const char *GetQueueName() const;

References

tools/lldb/source/API/SBBreakpoint.cpp
  451       name = thread_spec->GetQueueName();
tools/lldb/source/API/SBBreakpointName.cpp
  469   return bp_name->GetOptions().GetThreadSpec()->GetQueueName();
tools/lldb/source/Breakpoint/Breakpoint.cpp
  397   if (m_options_up->GetThreadSpec()->GetQueueName() != nullptr &&
  398       ::strcmp(m_options_up->GetThreadSpec()->GetQueueName(), queue_name) == 0)
  409     return m_options_up->GetThreadSpecNoCreate()->GetQueueName();
tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  187     return thread_spec->GetQueueName();
tools/lldb/source/Target/ThreadSpec.cpp
  152       const char *queue_name = GetQueueName();