Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Target/
H A DLanguageRuntime.cpp105 bool throw_bp) in ExceptionBreakpointResolver() argument
107 m_language(language), m_catch_bp(catch_bp), m_throw_bp(throw_bp) {} in ExceptionBreakpointResolver()
220 bool throw_bp) { in GetExceptionPrecondition() argument
231 precondition_callback(language, throw_bp)) in GetExceptionPrecondition()
239 Target &target, lldb::LanguageType language, bool catch_bp, bool throw_bp, in CreateExceptionBreakpoint() argument
242 new ExceptionBreakpointResolver(language, catch_bp, throw_bp)); in CreateExceptionBreakpoint()
251 if (auto precond = GetExceptionPrecondition(language, throw_bp)) in CreateExceptionBreakpoint()
H A DTarget.cpp604 bool catch_bp, bool throw_bp, bool internal, in CreateExceptionBreakpoint() argument
607 *this, language, catch_bp, throw_bp, internal); in CreateExceptionBreakpoint()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h71 bool catch_bp, bool throw_bp) override;
84 bool catch_bp, bool throw_bp, bool for_expressions);
86 lldb::BreakpointSP CreateExceptionBreakpoint(bool catch_bp, bool throw_bp,
H A DItaniumABILanguageRuntime.cpp409 const BreakpointSP &bkpt, bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument
410 return CreateExceptionResolver(bkpt, catch_bp, throw_bp, false); in CreateExceptionResolver()
414 const BreakpointSP &bkpt, bool catch_bp, bool throw_bp, in CreateExceptionResolver() argument
432 if (throw_bp) { in CreateExceptionResolver()
463 bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) { in CreateExceptionBreakpoint() argument
467 CreateExceptionResolver(nullptr, catch_bp, throw_bp, for_expressions); in CreateExceptionBreakpoint()
480 const bool throw_bp = true; in SetExceptionBreakpoints() local
491 catch_bp, throw_bp, for_expressions, is_internal); in SetExceptionBreakpoints()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DLanguageRuntime.h114 bool catch_bp, bool throw_bp,
118 GetExceptionPrecondition(lldb::LanguageType language, bool throw_bp);
134 bool catch_bp, bool throw_bp) = 0;
H A DTarget.h694 bool throw_bp, bool internal,
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp98 bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument
101 if (throw_bp) in CreateExceptionResolver()
H A DAppleObjCRuntimeV1.h123 bool catch_bp, bool throw_bp) override;
H A DAppleObjCRuntime.cpp413 const bool throw_bp = true; in SetExceptionBreakpoints() local
418 m_process->GetTarget(), GetLanguageType(), catch_bp, throw_bp, in SetExceptionBreakpoints()
H A DAppleObjCRuntimeV2.h114 bool throw_bp) override;
H A DAppleObjCRuntimeV2.cpp1164 bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument
1167 if (throw_bp) in CreateExceptionResolver()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp381 bool throw_bp) { in GetBreakpointExceptionPrecondition() argument
384 if (!throw_bp) in GetBreakpointExceptionPrecondition()
H A DObjCLanguageRuntime.h184 bool throw_bp);
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-interfaces.h74 bool throw_bp);
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h648 bool catch_bp, bool throw_bp);
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i669 bool throw_bp);
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h354 bool catch_bp, bool throw_bp) override;
H A DRenderScriptRuntime.cpp1031 bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument
/openbsd/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1018 bool catch_bp, bool throw_bp) { in BreakpointCreateForException() argument
1019 LLDB_INSTRUMENT_VA(this, language, catch_bp, throw_bp); in BreakpointCreateForException()
1026 sb_bp = target_sp->CreateExceptionBreakpoint(language, catch_bp, throw_bp, in BreakpointCreateForException()