Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp206 if (incoming.m_set_flags.Test(eCondition)) in CopyOverSetOptions()
212 m_set_flags.Clear(eCondition); in CopyOverSetOptions()
216 m_set_flags.Set(eCondition); in CopyOverSetOptions()
295 set_options.Set(eCondition); in CreateFromStructuredData()
378 if (m_set_flags.Test(eCondition)) in SerializeToStructuredData()
483 m_set_flags.Clear(eCondition); in SetCondition()
486 m_set_flags.Set(eCondition); in SetCondition()
H A DBreakpointLocation.cpp230 return GetOptionsSpecifyingKind(BreakpointOptions::eCondition) in GetConditionText()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h40 eCondition = 1 << 5, enumerator
43 | eCondition | eAutoContinue)
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp71 m_bp_opts.m_set_flags.Set(BreakpointOptions::eCondition); in SetOptionValue()