Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp214 if (incoming.m_set_flags.Test(eThreadSpec) && incoming.m_thread_spec_up) { in CopyOverSetOptions()
220 m_set_flags.Set(eThreadSpec); in CopyOverSetOptions()
382 if (m_set_flags.Test(eThreadSpec) && m_thread_spec_up) { in SerializeToStructuredData()
500 m_set_flags.Set(eThreadSpec); in GetThreadSpec()
509 m_set_flags.Set(eThreadSpec); in SetThreadID()
515 m_set_flags.Set(eThreadSpec); in SetThreadSpec()
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h39 eThreadSpec = 1 << 4, enumerator
42 eAllOptions = (eCallback | eEnabled | eOneShot | eIgnoreCount | eThreadSpec