Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp108 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadID()
130 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadIndex()
152 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadName()
174 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetQueueName()
378 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in ValidForThisThread()
629 lldb::tid_t tid = GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in Dump()
H A DBreakpointOptions.cpp205 if (incoming.m_set_flags.Test(eThreadSpec) && incoming.m_thread_spec_up) { in CopyOverSetOptions()
211 m_set_flags.Set(eThreadSpec); in CopyOverSetOptions()
373 if (m_set_flags.Test(eThreadSpec) && m_thread_spec_up) { in SerializeToStructuredData()
491 m_set_flags.Set(eThreadSpec); in GetThreadSpec()
500 m_set_flags.Set(eThreadSpec); in SetThreadID()
506 m_set_flags.Set(eThreadSpec); in SetThreadSpec()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h39 eThreadSpec = 1 << 4, enumerator
42 eAllOptions = (eCallback | eEnabled | eOneShot | eIgnoreCount | eThreadSpec