/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
D | ItaniumABILanguageRuntime.cpp | 334 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 355 if (throw_bp) in CreateExceptionResolver() 397 bool throw_bp, in CreateExceptionBreakpoint() argument 403 …BreakpointResolverSP exception_resolver_sp = CreateExceptionResolver (NULL, catch_bp, throw_bp, fo… in CreateExceptionBreakpoint() 415 const bool throw_bp = true; in SetExceptionBreakpoints() local 428 …m_cxx_exception_bp_sp = CreateExceptionBreakpoint (catch_bp, throw_bp, for_expressions, is_interna… in SetExceptionBreakpoints()
|
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); 89 bool throw_bp,
|
/external/lldb/source/Target/ |
D | LanguageRuntime.cpp | 113 bool throw_bp) : in ExceptionBreakpointResolver() argument 118 m_throw_bp (throw_bp) in ExceptionBreakpointResolver() 266 bool throw_bp, in CreateExceptionBreakpoint() argument 269 BreakpointResolverSP resolver_sp(new ExceptionBreakpointResolver(language, catch_bp, throw_bp)); in CreateExceptionBreakpoint()
|
D | Target.cpp | 492 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/ |
D | LanguageRuntime.h | 79 bool throw_bp, 95 CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) = 0;
|
D | Target.h | 546 …CreateExceptionBreakpoint (enum lldb::LanguageType language, bool catch_bp, bool throw_bp, bool in…
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntimeV1.cpp | 128 AppleObjCRuntimeV1::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) in CreateExceptionResolver() argument 132 if (throw_bp) in CreateExceptionResolver()
|
D | AppleObjCRuntime.cpp | 334 const bool throw_bp = true; in SetExceptionBreakpoints() local 342 throw_bp, in SetExceptionBreakpoints()
|
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 | AppleObjCRuntimeV2.cpp | 461 AppleObjCRuntimeV2::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) in CreateExceptionResolver() argument 465 if (throw_bp) in CreateExceptionResolver()
|
/external/lldb/include/lldb/API/ |
D | SBTarget.h | 688 bool throw_bp);
|
/external/lldb/scripts/Python/interface/ |
D | SBTarget.i | 669 bool throw_bp);
|
/external/lldb/source/API/ |
D | SBTarget.cpp | 1589 bool throw_bp) in BreakpointCreateForException() argument 1598 *sb_bp = target_sp->CreateExceptionBreakpoint (language, catch_bp, throw_bp); in BreakpointCreateForException() 1607 throw_bp ? "on" : "off", in BreakpointCreateForException()
|