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.cpp104 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadID()
125 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadIndex()
146 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadName()
167 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetQueueName()
371 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in ValidForThisThread()
638 lldb::tid_t tid = GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in Dump()
H A DBreakpointOptions.cpp201 if (incoming.m_set_flags.Test(eThreadSpec) && incoming.m_thread_spec_up) { in CopyOverSetOptions()
207 m_set_flags.Set(eThreadSpec); in CopyOverSetOptions()
374 if (m_set_flags.Test(eThreadSpec) && m_thread_spec_up) { in SerializeToStructuredData()
484 m_set_flags.Set(eThreadSpec); in GetThreadSpec()
493 m_set_flags.Set(eThreadSpec); in SetThreadID()
499 m_set_flags.Set(eThreadSpec); in SetThreadSpec()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h40 eThreadSpec = 1 << 4, enumerator
43 eAllOptions = (eCallback | eEnabled | eOneShot | eIgnoreCount | eThreadSpec