Home
last modified time | relevance | path

Searched refs:throw_bp (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/lldb/source/Target/
DLanguageRuntime.cpp105 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()
DTarget.cpp574 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/
DItaniumABILanguageRuntime.h71 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,
DItaniumABILanguageRuntime.cpp421 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/
DLanguageRuntime.h113 bool catch_bp, bool throw_bp,
117 GetExceptionPrecondition(lldb::LanguageType language, bool throw_bp);
133 bool catch_bp, bool throw_bp) = 0;
DTarget.h661 bool throw_bp, bool internal,
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.cpp109 bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument
112 if (throw_bp) in CreateExceptionResolver()
DAppleObjCRuntimeV1.h119 bool catch_bp, bool throw_bp) override;
DAppleObjCRuntime.cpp416 const bool throw_bp = true; in SetExceptionBreakpoints() local
421 m_process->GetTarget(), GetLanguageType(), catch_bp, throw_bp, in SetExceptionBreakpoints()
DAppleObjCRuntimeV2.h109 bool catch_bp, bool throw_bp) override;
DAppleObjCRuntimeV2.cpp829 bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument
832 if (throw_bp) in CreateExceptionResolver()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
DObjCLanguageRuntime.cpp350 bool throw_bp) { in GetBreakpointExceptionPrecondition() argument
353 if (!throw_bp) in GetBreakpointExceptionPrecondition()
DObjCLanguageRuntime.h174 bool throw_bp);
/external/llvm-project/lldb/include/lldb/
Dlldb-private-interfaces.h69 bool throw_bp);
/external/llvm-project/lldb/include/lldb/API/
DSBTarget.h635 bool catch_bp, bool throw_bp);
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.h353 bool catch_bp, bool throw_bp) override;
DRenderScriptRuntime.cpp1043 bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument
/external/llvm-project/lldb/bindings/interface/
DSBTarget.i675 bool throw_bp);
/external/llvm-project/lldb/source/API/
DSBTarget.cpp1091 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()