Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h37 eOneShot = 1 << 2, enumerator
42 eAllOptions = (eCallback | eEnabled | eOneShot | eIgnoreCount | eThreadSpec
293 m_set_flags.Set(eOneShot); in SetOneShot()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp122 m_set_flags.Set(eEnabled | eIgnoreCount | eOneShot | eAutoContinue); in BreakpointOptions()
169 if (incoming.m_set_flags.Test(eOneShot)) in CopyOverSetOptions()
172 m_set_flags.Set(eOneShot); in CopyOverSetOptions()
246 set_options.Set(eOneShot); in CreateFromStructuredData()
350 if (m_set_flags.Test(eOneShot)) in SerializeToStructuredData()