Home
last modified time | relevance | path

Searched refs:eOneShot (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h40 eOneShot = 1 << 2, enumerator
45 eAllOptions = (eCallback | eEnabled | eOneShot | eIgnoreCount | eThreadSpec
337 m_set_flags.Set(eOneShot); in SetOneShot()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp144 m_set_flags.Set(eEnabled | eIgnoreCount | eOneShot in BreakpointOptions()
196 if (incoming.m_set_flags.Test(eOneShot)) in CopyOverSetOptions()
199 m_set_flags.Set(eOneShot); in CopyOverSetOptions()
277 set_options.Set(eOneShot); in CreateFromStructuredData()
385 if (m_set_flags.Test(eOneShot)) in SerializeToStructuredData()