Searched refs:CreateExceptionResolver (Results 1 – 8 of 8) sorted by relevance
| /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| D | ItaniumABILanguageRuntime.h | 77 CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp); 85 … CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp, bool for_expressions);
|
| D | ItaniumABILanguageRuntime.cpp | 334 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/ |
| D | LanguageRuntime.h | 95 CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) = 0;
|
| /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| D | AppleObjCRuntimeV1.h | 143 CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp);
|
| D | AppleObjCRuntimeV2.h | 110 CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp);
|
| D | AppleObjCRuntimeV1.cpp | 128 AppleObjCRuntimeV1::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) in CreateExceptionResolver() function in AppleObjCRuntimeV1
|
| D | AppleObjCRuntimeV2.cpp | 461 AppleObjCRuntimeV2::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) in CreateExceptionResolver() function in AppleObjCRuntimeV2
|
| /external/lldb/source/Target/ |
| D | LanguageRuntime.cpp | 204 …m_actual_resolver_sp = m_language_runtime->CreateExceptionResolver (m_breakpoint, m_catch_bp, m_th… in SetActualResolver()
|