Searched refs:ThreadSpec (Results 1 – 16 of 16) sorted by relevance
16 const char *ThreadSpec::g_option_names[static_cast<uint32_t>(17 ThreadSpec::OptionNames::LastOptionName)]{"Index", "ID", "Name",20 ThreadSpec::ThreadSpec() : m_name(), m_queue_name() {} in ThreadSpec() function in ThreadSpec22 std::unique_ptr<ThreadSpec> ThreadSpec::CreateFromStructuredData( in CreateFromStructuredData()29 std::unique_ptr<ThreadSpec> thread_spec_up(new ThreadSpec()); in CreateFromStructuredData()53 StructuredData::ObjectSP ThreadSpec::SerializeToStructuredData() { in SerializeToStructuredData()68 const char *ThreadSpec::GetName() const { in GetName()72 const char *ThreadSpec::GetQueueName() const { in GetQueueName()76 bool ThreadSpec::TIDMatches(Thread &thread) const { in TIDMatches()84 bool ThreadSpec::IndexMatches(Thread &thread) const { in IndexMatches()[all …]
75 ThreadSpec.cpp
43 #include "lldb/Target/ThreadSpec.h"1076 bool Thread::MatchesSpec(const ThreadSpec *spec) { in PushPlan()
56 #include "lldb/Target/ThreadSpec.h"3829 m_thread_spec_up = std::make_unique<ThreadSpec>(*rhs.m_thread_spec_up); in HandleStop() 3836 void Target::StopHook::SetThreadSpecifier(ThreadSpec *specifier) { in SetScriptCallback()
37 m_thread_spec_up = std::make_unique<ThreadSpec>(*rhs.m_thread_spec_up); in WatchpointOptions()47 m_thread_spec_up = std::make_unique<ThreadSpec>(*rhs.m_thread_spec_up); in operator =()103 const ThreadSpec *WatchpointOptions::GetThreadSpecNoCreate() const { in GetThreadSpecNoCreate()107 ThreadSpec *WatchpointOptions::GetThreadSpec() { in GetThreadSpec()109 m_thread_spec_up = std::make_unique<ThreadSpec>(); in GetThreadSpec()
17 #include "lldb/Target/ThreadSpec.h"137 m_thread_spec_up = std::make_unique<ThreadSpec>(*rhs.m_thread_spec_up); in BreakpointOptions() 153 m_thread_spec_up = std::make_unique<ThreadSpec>(*rhs.m_thread_spec_up); in operator =() 208 std::make_unique<ThreadSpec>(*incoming.m_thread_spec_up); in CopyOverSetOptions() 332 ThreadSpec::GetSerializationKey(), thread_spec_dict); in CreateFromStructuredData() 335 std::unique_ptr<ThreadSpec> thread_spec_up = in CreateFromStructuredData() 336 ThreadSpec::CreateFromStructuredData(*thread_spec_dict, in CreateFromStructuredData() 381 options_dict_sp->AddItem(ThreadSpec::GetSerializationKey(), thread_spec_sp);490 const ThreadSpec *BreakpointOptions::GetThreadSpecNoCreate() const { in GetThreadSpec() 494 ThreadSpec *BreakpointOption in GetThreadSpec() [all...]
23 #include "lldb/Target/ThreadSpec.h"107 const ThreadSpec *thread_spec = in GetThreadID() 129 const ThreadSpec *thread_spec = in GetThreadIndex() 151 const ThreadSpec *thread_spec = in GetThreadName() 173 const ThreadSpec *thread_spec = in GetQueueName()
139 const ThreadSpec *GetThreadSpecNoCreate() const;144 ThreadSpec *GetThreadSpec();186 std::unique_ptr<ThreadSpec>
315 const ThreadSpec *GetThreadSpecNoCreate() const;320 ThreadSpec *GetThreadSpec();374 void SetThreadSpec(std::unique_ptr<ThreadSpec> &thread_spec_up);391 std::unique_ptr<ThreadSpec> m_thread_spec_up;
33 class ThreadSpec {35 ThreadSpec();37 static std::unique_ptr<ThreadSpec>
33 #include "lldb/Target/ThreadSpec.h"1342 void SetThreadSpecifier(ThreadSpec *specifier);1344 ThreadSpec *GetThreadSpecifier() { return m_thread_spec_up.get(); }1363 std::unique_ptr<ThreadSpec> m_thread_spec_up; in StopHookCommandLine()
241 // Return whether this thread matches the specification in ThreadSpec. This245 // this just calls through to the ThreadSpec's ThreadPassesBasicTests method.246 virtual bool MatchesSpec(const ThreadSpec *spec);
101 "ThreadSpec.cpp",
35 #include "lldb/Target/ThreadSpec.h"389 const ThreadSpec *thread_spec = in GetThreadIndex() 419 if (const ThreadSpec *thread_spec = in GetThreadName() 446 if (const ThreadSpec *thread_spec = in GetQueueName()
252 class ThreadSpec;247 class ThreadSpec; global() variable
49 #include "lldb/Target/ThreadSpec.h"4999 ThreadSpec *thread_spec = new ThreadSpec(); in DoExecute()