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

References

tools/lldb/source/API/SBBreakpoint.cpp
  436     bkpt_sp->GetOptions()->GetThreadSpec()->SetQueueName(queue_name);
tools/lldb/source/API/SBBreakpointName.cpp
  454   bp_name->GetOptions().GetThreadSpec()->SetQueueName(queue_name);
tools/lldb/source/Breakpoint/Breakpoint.cpp
  401   m_options_up->GetThreadSpec()->SetQueueName(queue_name);
tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  172     GetLocationOptions()->GetThreadSpec()->SetQueueName(queue_name);
  177       m_options_up->GetThreadSpec()->SetQueueName(queue_name);
tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
  131       m_bp_opts.GetThreadSpec()->SetQueueName(option_arg.str().c_str());
tools/lldb/source/Commands/CommandObjectTarget.cpp
 4677           thread_spec->SetQueueName(m_options.m_queue_name.c_str());
tools/lldb/source/Target/ThreadSpec.cpp
   50     thread_spec_up->SetQueueName(queue_name);