Home
last modified time | relevance | path

Searched refs:eCallback (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp182 if (incoming.m_set_flags.Test(eCallback)) in CopyOverSetOptions()
188 m_set_flags.Set(eCallback); in CopyOverSetOptions()
371 if (m_set_flags.Test(eCallback) && m_baton_is_command_baton) { in SerializeToStructuredData()
408 m_set_flags.Set(eCallback); in SetCallback()
419 m_set_flags.Set(eCallback); in SetCallback()
427 m_set_flags.Clear(eCallback); in ClearCallback()
604 m_set_flags.Set(eCallback); in SetCommandDataCallback()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h35 eCallback = 1 << 0, enumerator
42 eAllOptions = (eCallback | eEnabled | eOneShot | eIgnoreCount | eThreadSpec
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h47 enum class Kind { eSummaryString, eScript, eCallback, eInternal }; enumerator
340 return S->GetKind() == Kind::eCallback; in classof()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTypeSummary.cpp343 case TypeSummaryImpl::Kind::eCallback: in IsEqualTo()
419 lldb_private::TypeSummaryImpl::Kind::eCallback && in ChangeSummaryType()
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp118 : TypeSummaryImpl(Kind::eCallback, flags), m_impl(impl), in CXXFunctionSummaryFormat()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp636 ->GetOptionsSpecifyingKind(BreakpointOptions::eCallback) in DoExecute()