Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp732 bool catch_bp, bool throw_bp, bool internal, in CreateExceptionBreakpoint() argument
735 *this, language, catch_bp, throw_bp, internal); in CreateExceptionBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h75 bool catch_bp, bool throw_bp) override;
88 bool catch_bp, bool throw_bp, bool for_expressions);
90 lldb::BreakpointSP CreateExceptionBreakpoint(bool catch_bp, bool throw_bp,
H A DItaniumABILanguageRuntime.cpp490 const BreakpointSP &bkpt, bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument
491 return CreateExceptionResolver(bkpt, catch_bp, throw_bp, false); in CreateExceptionResolver()
495 const BreakpointSP &bkpt, bool catch_bp, bool throw_bp, in CreateExceptionResolver() argument
513 if (throw_bp) { in CreateExceptionResolver()
544 bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) { in CreateExceptionBreakpoint() argument
548 CreateExceptionResolver(nullptr, catch_bp, throw_bp, for_expressions); in CreateExceptionBreakpoint()
561 const bool throw_bp = true; in SetExceptionBreakpoints() local
572 catch_bp, throw_bp, for_expressions, is_internal); in SetExceptionBreakpoints()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h151 bool catch_bp, bool throw_bp,
155 GetExceptionPrecondition(lldb::LanguageType language, bool throw_bp);
171 bool catch_bp, bool throw_bp) = 0;
H A DTarget.h760 bool throw_bp, bool internal,
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp166 bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument
169 if (throw_bp) in CreateExceptionResolver()
H A DGNUstepObjCRuntime.h78 bool throw_bp) override;
/freebsd/contrib/llvm-project/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.cpp419 const bool throw_bp = true; in SetExceptionBreakpoints() local
424 m_process->GetTarget(), GetLanguageType(), catch_bp, throw_bp, in SetExceptionBreakpoints()
H A DAppleObjCRuntimeV2.h115 bool throw_bp) override;
H A DAppleObjCRuntimeV2.cpp1159 bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument
1162 if (throw_bp) in CreateExceptionResolver()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp390 bool throw_bp) { in GetBreakpointExceptionPrecondition() argument
393 if (!throw_bp) in GetBreakpointExceptionPrecondition()
H A DObjCLanguageRuntime.h191 bool throw_bp);
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h73 bool throw_bp);
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h734 bool catch_bp, bool throw_bp);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1011 bool catch_bp, bool throw_bp) { in BreakpointCreateForException() argument
1012 LLDB_INSTRUMENT_VA(this, language, catch_bp, throw_bp); in BreakpointCreateForException()
1018 sb_bp = target_sp->CreateExceptionBreakpoint(language, catch_bp, throw_bp, in BreakpointCreateForException()