Home
last modified time | relevance | path

Searched refs:eCondition (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp185 if (incoming.m_set_flags.Test(eCondition)) in CopyOverSetOptions()
190 m_set_flags.Clear(eCondition); in CopyOverSetOptions()
193 m_set_flags.Set(eCondition); in CopyOverSetOptions()
277 set_options.Set(eCondition); in CreateFromStructuredData()
360 if (m_set_flags.Test(eCondition)) in SerializeToStructuredData()
465 m_set_flags.Clear(eCondition); in SetCondition()
467 m_set_flags.Set(eCondition); in SetCondition()
H A DBreakpointLocation.cpp212 return GetOptionsSpecifyingKind(BreakpointOptions::eCondition).GetCondition(); in GetCondition()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h41 eCondition = 1 << 5, enumerator
44 | eCondition | eAutoContinue)
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp76 m_bp_opts.m_set_flags.Set(BreakpointOptions::eCondition); in SetOptionValue()