/external/llvm-project/lldb/source/Target/ |
D | LanguageRuntime.cpp | 105 bool throw_bp) in ExceptionBreakpointResolver() argument 108 m_throw_bp(throw_bp) {} in ExceptionBreakpointResolver() 221 bool throw_bp) { in GetExceptionPrecondition() argument 232 precondition_callback(language, throw_bp)) in GetExceptionPrecondition() 240 Target &target, lldb::LanguageType language, bool catch_bp, bool throw_bp, in CreateExceptionBreakpoint() argument 243 new ExceptionBreakpointResolver(language, catch_bp, throw_bp)); in CreateExceptionBreakpoint() 252 if (auto precond = GetExceptionPrecondition(language, throw_bp)) in CreateExceptionBreakpoint()
|
D | Target.cpp | 574 bool catch_bp, bool throw_bp, bool internal, in CreateExceptionBreakpoint() argument 577 *this, language, catch_bp, throw_bp, internal); in CreateExceptionBreakpoint()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
D | ItaniumABILanguageRuntime.h | 71 bool catch_bp, bool throw_bp) override; 86 bool catch_bp, bool throw_bp, bool for_expressions); 88 lldb::BreakpointSP CreateExceptionBreakpoint(bool catch_bp, bool throw_bp,
|
D | ItaniumABILanguageRuntime.cpp | 421 const BreakpointSP &bkpt, bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument 422 return CreateExceptionResolver(bkpt, catch_bp, throw_bp, false); in CreateExceptionResolver() 426 const BreakpointSP &bkpt, bool catch_bp, bool throw_bp, in CreateExceptionResolver() argument 444 if (throw_bp) { in CreateExceptionResolver() 473 bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) { in CreateExceptionBreakpoint() argument 477 CreateExceptionResolver(nullptr, catch_bp, throw_bp, for_expressions); in CreateExceptionBreakpoint() 490 const bool throw_bp = true; in SetExceptionBreakpoints() local 501 catch_bp, throw_bp, for_expressions, is_internal); in SetExceptionBreakpoints()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | LanguageRuntime.h | 113 bool catch_bp, bool throw_bp, 117 GetExceptionPrecondition(lldb::LanguageType language, bool throw_bp); 133 bool catch_bp, bool throw_bp) = 0;
|
D | Target.h | 661 bool throw_bp, bool internal,
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntimeV1.cpp | 109 bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument 112 if (throw_bp) in CreateExceptionResolver()
|
D | AppleObjCRuntimeV1.h | 119 bool catch_bp, bool throw_bp) override;
|
D | AppleObjCRuntime.cpp | 416 const bool throw_bp = true; in SetExceptionBreakpoints() local 421 m_process->GetTarget(), GetLanguageType(), catch_bp, throw_bp, in SetExceptionBreakpoints()
|
D | AppleObjCRuntimeV2.h | 109 bool catch_bp, bool throw_bp) override;
|
D | AppleObjCRuntimeV2.cpp | 829 bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument 832 if (throw_bp) in CreateExceptionResolver()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
D | ObjCLanguageRuntime.cpp | 350 bool throw_bp) { in GetBreakpointExceptionPrecondition() argument 353 if (!throw_bp) in GetBreakpointExceptionPrecondition()
|
D | ObjCLanguageRuntime.h | 174 bool throw_bp);
|
/external/llvm-project/lldb/include/lldb/ |
D | lldb-private-interfaces.h | 69 bool throw_bp);
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBTarget.h | 635 bool catch_bp, bool throw_bp);
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
D | RenderScriptRuntime.h | 353 bool catch_bp, bool throw_bp) override;
|
D | RenderScriptRuntime.cpp | 1043 bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBTarget.i | 675 bool throw_bp);
|
/external/llvm-project/lldb/source/API/ |
D | SBTarget.cpp | 1091 bool catch_bp, bool throw_bp) { in BreakpointCreateForException() argument 1094 throw_bp); in BreakpointCreateForException() 1101 sb_bp = target_sp->CreateExceptionBreakpoint(language, catch_bp, throw_bp, in BreakpointCreateForException()
|