Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp119 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadID()
141 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadIndex()
163 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadName()
185 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetQueueName()
382 ->MatchesSpec(GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in ValidForThisThread()
628 lldb::tid_t tid = GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in Dump()
H A DBreakpointOptions.cpp232 if (incoming.m_set_flags.Test(eThreadSpec) && incoming.m_thread_spec_ap) in CopyOverSetOptions()
238 m_set_flags.Set(eThreadSpec); in CopyOverSetOptions()
408 if (m_set_flags.Test(eThreadSpec) && m_thread_spec_ap) { in SerializeToStructuredData()
531 m_set_flags.Set(eThreadSpec); in GetThreadSpec()
540 m_set_flags.Set(eThreadSpec); in SetThreadID()
546 m_set_flags.Set(eThreadSpec); in SetThreadSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h42 eThreadSpec = 1 << 4, enumerator
45 eAllOptions = (eCallback | eEnabled | eOneShot | eIgnoreCount | eThreadSpec