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.cpp187 if (incoming.m_set_flags.Test(eCondition)) in CopyOverSetOptions()
193 m_set_flags.Clear(eCondition); in CopyOverSetOptions()
197 m_set_flags.Set(eCondition); in CopyOverSetOptions()
276 set_options.Set(eCondition); in CreateFromStructuredData()
359 if (m_set_flags.Test(eCondition)) in SerializeToStructuredData()
464 m_set_flags.Clear(eCondition); in SetCondition()
467 m_set_flags.Set(eCondition); in SetCondition()
H A DBreakpointLocation.cpp222 return GetOptionsSpecifyingKind(BreakpointOptions::eCondition) in GetConditionText()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h40 eCondition = 1 << 5, enumerator
43 | eCondition | eAutoContinue)
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp75 m_bp_opts.m_set_flags.Set(BreakpointOptions::eCondition); in SetOptionValue()