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

References

tools/lldb/source/API/SBBreakpoint.cpp
  407     bkpt_sp->GetOptions()->GetThreadSpec()->SetName(thread_name);
tools/lldb/source/API/SBBreakpointName.cpp
  425   bp_name->GetOptions().GetThreadSpec()->SetName(thread_name);
tools/lldb/source/Breakpoint/Breakpoint.cpp
  385   m_options_up->GetThreadSpec()->SetName(thread_name);
tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  150     GetLocationOptions()->GetThreadSpec()->SetName(thread_name);
  155       m_options_up->GetThreadSpec()->SetName(thread_name);
tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
  128       m_bp_opts.GetThreadSpec()->SetName(option_arg.str().c_str());
tools/lldb/source/Commands/CommandObjectTarget.cpp
 4674           thread_spec->SetName(m_options.m_thread_name.c_str());
tools/lldb/source/Target/ThreadSpec.cpp
   45     thread_spec_up->SetName(name);