Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp172 if (incoming.m_set_flags.Test(eCallback)) in CopyOverSetOptions()
178 m_set_flags.Set(eCallback); in CopyOverSetOptions()
364 if (m_set_flags.Test(eCallback) && m_baton_is_command_baton) { in SerializeToStructuredData()
401 m_set_flags.Set(eCallback); in SetCallback()
412 m_set_flags.Set(eCallback); in SetCallback()
420 m_set_flags.Clear(eCallback); in ClearCallback()
589 m_set_flags.Set(eCallback); in SetCommandDataCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h36 eCallback = 1 << 0, enumerator
43 eAllOptions = (eCallback | eEnabled | eOneShot | eIgnoreCount | eThreadSpec
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp54 case Kind::eCallback: in GetSummaryKindName()
142 : TypeSummaryImpl(Kind::eCallback, flags, ptr_match_depth), m_impl(impl), in CXXFunctionSummaryFormat()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeSummary.cpp359 case TypeSummaryImpl::Kind::eCallback: in IsEqualTo()
436 lldb_private::TypeSummaryImpl::Kind::eCallback && in ChangeSummaryType()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h51 enum class Kind { eSummaryString, eScript, eBytecode, eCallback, eInternal }; enumerator
362 return S->GetKind() == Kind::eCallback; in classof()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp601 ->GetOptionsSpecifyingKind(BreakpointOptions::eCallback) in DoExecute()