Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp130 m_set_flags.Set(eEnabled | eIgnoreCount | eOneShot | eAutoContinue); in BreakpointOptions()
177 if (incoming.m_set_flags.Test(eOneShot)) in CopyOverSetOptions()
180 m_set_flags.Set(eOneShot); in CopyOverSetOptions()
254 set_options.Set(eOneShot); in CreateFromStructuredData()
358 if (m_set_flags.Test(eOneShot)) in SerializeToStructuredData()