Home
last modified time | relevance | path

Searched refs:CreateExceptionResolver (Results 1 – 8 of 8) sorted by relevance

/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.h77 CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp);
85CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp, bool for_expressions);
DItaniumABILanguageRuntime.cpp334 ItaniumABILanguageRuntime::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) in CreateExceptionResolver() function in ItaniumABILanguageRuntime
336 return CreateExceptionResolver (bkpt, catch_bp, throw_bp, false); in CreateExceptionResolver()
340 ItaniumABILanguageRuntime::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp,… in CreateExceptionResolver() function in ItaniumABILanguageRuntime
403 …BreakpointResolverSP exception_resolver_sp = CreateExceptionResolver (NULL, catch_bp, throw_bp, fo… in CreateExceptionBreakpoint()
/external/lldb/include/lldb/Target/
DLanguageRuntime.h95 CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) = 0;
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.h143 CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp);
DAppleObjCRuntimeV2.h110 CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp);
DAppleObjCRuntimeV1.cpp128 AppleObjCRuntimeV1::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) in CreateExceptionResolver() function in AppleObjCRuntimeV1
DAppleObjCRuntimeV2.cpp461 AppleObjCRuntimeV2::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) in CreateExceptionResolver() function in AppleObjCRuntimeV2
/external/lldb/source/Target/
DLanguageRuntime.cpp204 …m_actual_resolver_sp = m_language_runtime->CreateExceptionResolver (m_breakpoint, m_catch_bp, m_th… in SetActualResolver()