Home
last modified time | relevance | path

Searched refs:ThreadSpec (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DThreadSpec.cpp16 const char *ThreadSpec::g_option_names[static_cast<uint32_t>(
20 ThreadSpec::ThreadSpec() : m_name(), m_queue_name() {} in ThreadSpec() function in ThreadSpec
22 std::unique_ptr<ThreadSpec> ThreadSpec::CreateFromStructuredData( in CreateFromStructuredData()
29 std::unique_ptr<ThreadSpec> thread_spec_up(new ThreadSpec()); in CreateFromStructuredData()
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()
91 bool ThreadSpec::NameMatches(Thread &thread) const { in NameMatches()
99 bool ThreadSpec::QueueNameMatches(Thread &thread) const { in QueueNameMatches()
[all …]
H A DCMakeLists.txt71 ThreadSpec.cpp
H A DThread.cpp1048 bool Thread::MatchesSpec(const ThreadSpec *spec) { in MatchesSpec()
H A DTarget.cpp3499 m_thread_spec_up = std::make_unique<ThreadSpec>(*rhs.m_thread_spec_up); in StopHook()
3506 void Target::StopHook::SetThreadSpecifier(ThreadSpec *specifier) { in SetThreadSpecifier()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp37 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()
H A DBreakpointOptions.cpp147 m_thread_spec_up = std::make_unique<ThreadSpec>(*rhs.m_thread_spec_up); in BreakpointOptions()
163 m_thread_spec_up = std::make_unique<ThreadSpec>(*rhs.m_thread_spec_up); in operator =()
217 std::make_unique<ThreadSpec>(*incoming.m_thread_spec_up); in CopyOverSetOptions()
336 ThreadSpec::GetSerializationKey(), thread_spec_dict); in CreateFromStructuredData()
339 std::unique_ptr<ThreadSpec> thread_spec_up = in CreateFromStructuredData()
340 ThreadSpec::CreateFromStructuredData(*thread_spec_dict, in CreateFromStructuredData()
385 options_dict_sp->AddItem(ThreadSpec::GetSerializationKey(), thread_spec_sp); in SerializeToStructuredData()
494 const ThreadSpec *BreakpointOptions::GetThreadSpecNoCreate() const { in GetThreadSpecNoCreate()
498 ThreadSpec *BreakpointOptions::GetThreadSpec() { in GetThreadSpec()
501 m_thread_spec_up = std::make_unique<ThreadSpec>(); in GetThreadSpec()
[all …]
H A DBreakpointLocation.cpp115 const ThreadSpec *thread_spec = in GetThreadID()
137 const ThreadSpec *thread_spec = in GetThreadIndex()
159 const ThreadSpec *thread_spec = in GetThreadName()
181 const ThreadSpec *thread_spec = in GetQueueName()
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h144 const ThreadSpec *GetThreadSpecNoCreate() const;
149 ThreadSpec *GetThreadSpec();
195 std::unique_ptr<ThreadSpec>
H A DBreakpointOptions.h315 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;
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadSpec.h33 class ThreadSpec {
35 ThreadSpec();
37 static std::unique_ptr<ThreadSpec>
H A DTarget.h1265 void SetThreadSpecifier(ThreadSpec *specifier);
1267 ThreadSpec *GetThreadSpecifier() { return m_thread_spec_up.get(); } in GetThreadSpecifier()
1286 std::unique_ptr<ThreadSpec> m_thread_spec_up;
H A DThread.h241 virtual bool MatchesSpec(const ThreadSpec *spec);
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Target/
H A DBUILD.gn94 "ThreadSpec.cpp",
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpoint.cpp390 const ThreadSpec *thread_spec = in GetThreadIndex()
419 const ThreadSpec *thread_spec = in GetThreadName()
447 const ThreadSpec *thread_spec = in GetQueueName()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h237 class ThreadSpec; variable
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp4824 ThreadSpec *thread_spec = new ThreadSpec(); in DoExecute()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4654 lldb/source/Target/ThreadSpec.cpp