Lines Matching refs:ThreadSpec
17 #include "lldb/Target/ThreadSpec.h"
137 m_thread_spec_up = std::make_unique<ThreadSpec>(*rhs.m_thread_spec_up);
153 m_thread_spec_up = std::make_unique<ThreadSpec>(*rhs.m_thread_spec_up);
208 std::make_unique<ThreadSpec>(*incoming.m_thread_spec_up);
332 ThreadSpec::GetSerializationKey(), thread_spec_dict);
335 std::unique_ptr<ThreadSpec> thread_spec_up =
336 ThreadSpec::CreateFromStructuredData(*thread_spec_dict,
381 options_dict_sp->AddItem(ThreadSpec::GetSerializationKey(), thread_spec_sp);
490 const ThreadSpec *BreakpointOptions::GetThreadSpecNoCreate() const {
494 ThreadSpec *BreakpointOptions::GetThreadSpec() {
497 m_thread_spec_up = std::make_unique<ThreadSpec>();
509 std::unique_ptr<ThreadSpec> &thread_spec_up) {