Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
HDItaniumABILanguageRuntime.cpp389 ItaniumABILanguageRuntime::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) in CreateExceptionResolver() argument
391 return CreateExceptionResolver (bkpt, catch_bp, throw_bp, false); in CreateExceptionResolver()
395 ItaniumABILanguageRuntime::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp,… in CreateExceptionResolver() argument
407 if (catch_bp) in CreateExceptionResolver()
451 ItaniumABILanguageRuntime::CreateExceptionBreakpoint (bool catch_bp, in CreateExceptionBreakpoint() argument
458 …BreakpointResolverSP exception_resolver_sp = CreateExceptionResolver (NULL, catch_bp, throw_bp, fo… in CreateExceptionBreakpoint()
471 const bool catch_bp = false; in SetExceptionBreakpoints() local
485 …m_cxx_exception_bp_sp = CreateExceptionBreakpoint (catch_bp, throw_bp, for_expressions, is_interna… in SetExceptionBreakpoints()
HDItaniumABILanguageRuntime.h83 CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp);
94 … CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp, bool for_expressions);
97 CreateExceptionBreakpoint(bool catch_bp,
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDLanguageRuntime.cpp126 bool catch_bp, in ExceptionBreakpointResolver() argument
131 m_catch_bp (catch_bp), in ExceptionBreakpointResolver()
284 bool catch_bp, in CreateExceptionPrecondition() argument
302 bool catch_bp, in CreateExceptionBreakpoint() argument
306 BreakpointResolverSP resolver_sp(new ExceptionBreakpointResolver(language, catch_bp, throw_bp)); in CreateExceptionBreakpoint()
313 …eakpointPreconditionSP precondition_sp = CreateExceptionPrecondition(language, catch_bp, throw_bp); in CreateExceptionBreakpoint()
HDTarget.cpp531 Target::CreateExceptionBreakpoint (enum lldb::LanguageType language, bool catch_bp, bool throw_bp, … in CreateExceptionBreakpoint() argument
533 …_bkpt_sp = LanguageRuntime::CreateExceptionBreakpoint (*this, language, catch_bp, throw_bp, intern… in CreateExceptionBreakpoint()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDLanguageRuntime.h87 bool catch_bp,
93 bool catch_bp,
115 CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) = 0;
HDTarget.h779 bool catch_bp,
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
HDRenderScriptRuntime.h138 …virtual lldb::BreakpointResolverSP CreateExceptionResolver(Breakpoint *bkpt, bool catch_bp, bool t…
HDRenderScriptRuntime.cpp160 RenderScriptRuntime::CreateExceptionResolver(Breakpoint *bkpt, bool catch_bp, bool throw_bp) in CreateExceptionResolver() argument
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBTarget.h662 bool catch_bp,
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBTarget.cpp1117 bool catch_bp, in BreakpointCreateForException() argument
1128 *sb_bp = target_sp->CreateExceptionBreakpoint (language, catch_bp, throw_bp, hardware); in BreakpointCreateForException()
1135 catch_bp ? "on" : "off", throw_bp ? "on" : "off", in BreakpointCreateForException()