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

References

tools/lldb/source/Commands/CommandObjectTarget.cpp
 4667           thread_spec->SetTID(m_options.m_thread_id);
 4671           thread_spec->SetIndex(m_options.m_thread_index);
 4674           thread_spec->SetName(m_options.m_thread_name.c_str());
 4677           thread_spec->SetQueueName(m_options.m_queue_name.c_str());
 4679         new_hook_sp->SetThreadSpecifier(thread_spec);