Home
last modified time | relevance | path

Searched refs:catch_bp (Results 1 – 14 of 14) sorted by relevance

/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp334 ItaniumABILanguageRuntime::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) in CreateExceptionResolver() argument
336 return CreateExceptionResolver (bkpt, catch_bp, throw_bp, false); in CreateExceptionResolver()
340 ItaniumABILanguageRuntime::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp,… in CreateExceptionResolver() argument
352 if (catch_bp) in CreateExceptionResolver()
396 ItaniumABILanguageRuntime::CreateExceptionBreakpoint (bool catch_bp, in CreateExceptionBreakpoint() argument
403 …BreakpointResolverSP exception_resolver_sp = CreateExceptionResolver (NULL, catch_bp, throw_bp, fo… in CreateExceptionBreakpoint()
414 const bool catch_bp = false; in SetExceptionBreakpoints() local
428 …m_cxx_exception_bp_sp = CreateExceptionBreakpoint (catch_bp, throw_bp, for_expressions, is_interna… in SetExceptionBreakpoints()
DItaniumABILanguageRuntime.h77 CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp);
85 … CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp, bool for_expressions);
88 CreateExceptionBreakpoint(bool catch_bp,
/external/lldb/source/Target/
DLanguageRuntime.cpp112 bool catch_bp, in ExceptionBreakpointResolver() argument
117 m_catch_bp (catch_bp), in ExceptionBreakpointResolver()
265 bool catch_bp, in CreateExceptionBreakpoint() argument
269 BreakpointResolverSP resolver_sp(new ExceptionBreakpointResolver(language, catch_bp, throw_bp)); in CreateExceptionBreakpoint()
DTarget.cpp492 Target::CreateExceptionBreakpoint (enum lldb::LanguageType language, bool catch_bp, bool throw_bp, … in CreateExceptionBreakpoint() argument
494 … return LanguageRuntime::CreateExceptionBreakpoint (*this, language, catch_bp, throw_bp, internal); in CreateExceptionBreakpoint()
/external/lldb/include/lldb/Target/
DLanguageRuntime.h78 bool catch_bp,
95 CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) = 0;
DTarget.h546 …CreateExceptionBreakpoint (enum lldb::LanguageType language, bool catch_bp, bool throw_bp, bool in…
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp333 const bool catch_bp = false; in SetExceptionBreakpoints() local
341 catch_bp, in SetExceptionBreakpoints()
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() argument
DAppleObjCRuntimeV2.cpp461 AppleObjCRuntimeV2::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) in CreateExceptionResolver() argument
/external/lldb/include/lldb/API/
DSBTarget.h687 bool catch_bp,
/external/lldb/scripts/Python/interface/
DSBTarget.i668 bool catch_bp,
/external/lldb/source/API/
DSBTarget.cpp1588 bool catch_bp, in BreakpointCreateForException() argument
1598 *sb_bp = target_sp->CreateExceptionBreakpoint (language, catch_bp, throw_bp); in BreakpointCreateForException()
1606 catch_bp ? "on" : "off", in BreakpointCreateForException()