| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| HD | ItaniumABILanguageRuntime.cpp | 389 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()
|
| HD | ItaniumABILanguageRuntime.h | 83 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/ |
| HD | LanguageRuntime.cpp | 126 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()
|
| HD | Target.cpp | 531 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/ |
| HD | LanguageRuntime.h | 87 bool catch_bp, 93 bool catch_bp, 115 CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) = 0;
|
| HD | Target.h | 779 bool catch_bp,
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| HD | RenderScriptRuntime.h | 138 …virtual lldb::BreakpointResolverSP CreateExceptionResolver(Breakpoint *bkpt, bool catch_bp, bool t…
|
| HD | RenderScriptRuntime.cpp | 160 RenderScriptRuntime::CreateExceptionResolver(Breakpoint *bkpt, bool catch_bp, bool throw_bp) in CreateExceptionResolver() argument
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBTarget.h | 662 bool catch_bp,
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBTarget.cpp | 1117 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()
|