Home
last modified time | relevance | path

Searched refs:eThreadSpec (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp117 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadID()
139 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadIndex()
161 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadName()
183 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetQueueName()
378 ->MatchesSpec(GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in ValidForThisThread()
631 lldb::tid_t tid = GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in Dump()
DBreakpointOptions.cpp224 if (incoming.m_set_flags.Test(eThreadSpec) && incoming.m_thread_spec_up) { in CopyOverSetOptions()
230 m_set_flags.Set(eThreadSpec); in CopyOverSetOptions()
392 if (m_set_flags.Test(eThreadSpec) && m_thread_spec_up) { in SerializeToStructuredData()
512 m_set_flags.Set(eThreadSpec); in GetThreadSpec()
521 m_set_flags.Set(eThreadSpec); in SetThreadID()
527 m_set_flags.Set(eThreadSpec); in SetThreadSpec()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointOptions.h39 eThreadSpec = 1 << 4, enumerator
42 eAllOptions = (eCallback | eEnabled | eOneShot | eIgnoreCount | eThreadSpec