Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp195 if (incoming.m_set_flags.Test(eCondition)) in CopyOverSetOptions()
201 m_set_flags.Clear(eCondition); in CopyOverSetOptions()
205 m_set_flags.Set(eCondition); in CopyOverSetOptions()
284 set_options.Set(eCondition); in CreateFromStructuredData()
367 if (m_set_flags.Test(eCondition)) in SerializeToStructuredData()
472 m_set_flags.Clear(eCondition); in SetCondition()
475 m_set_flags.Set(eCondition); in SetCondition()
H A DBreakpointLocation.cpp230 return GetOptionsSpecifyingKind(BreakpointOptions::eCondition) in GetConditionText()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h40 eCondition = 1 << 5, enumerator
43 | eCondition | eAutoContinue)
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp73 m_bp_opts.m_set_flags.Set(BreakpointOptions::eCondition); in SetOptionValue()