Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp116 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadID()
138 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadIndex()
160 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadName()
182 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetQueueName()
385 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in ValidForThisThread()
632 lldb::tid_t tid = GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in Dump()
H A 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()
510 m_set_flags.Set(eThreadSpec); in GetThreadSpec()
519 m_set_flags.Set(eThreadSpec); in SetThreadID()
525 m_set_flags.Set(eThreadSpec); in SetThreadSpec()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h39 eThreadSpec = 1 << 4, enumerator
42 eAllOptions = (eCallback | eEnabled | eOneShot | eIgnoreCount | eThreadSpec