Home
last modified time | relevance | path

Searched refs:catch_bp (Results 1 – 15 of 15) sorted by relevance

/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
510 if (catch_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()
560 const bool catch_bp = false; in SetExceptionBreakpoints() local
572 catch_bp, throw_bp, for_expressions, is_internal); in SetExceptionBreakpoints()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp104 ExceptionBreakpointResolver(lldb::LanguageType language, bool catch_bp, in ExceptionBreakpointResolver() argument
107 m_language(language), m_catch_bp(catch_bp), m_throw_bp(throw_bp) {} in ExceptionBreakpointResolver()
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()
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/include/lldb/Target/
H A DLanguageRuntime.h151 bool catch_bp, bool throw_bp,
171 bool catch_bp, bool throw_bp) = 0;
H A DTarget.h759 CreateExceptionBreakpoint(enum lldb::LanguageType language, bool catch_bp,
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.h77 CreateExceptionResolver(const lldb::BreakpointSP &bkpt, bool catch_bp,
H A DGNUstepObjCRuntime.cpp166 bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h123 bool catch_bp, bool throw_bp) override;
H A DAppleObjCRuntime.cpp418 const bool catch_bp = false; in SetExceptionBreakpoints() local
424 m_process->GetTarget(), GetLanguageType(), catch_bp, throw_bp, in SetExceptionBreakpoints()
H A DAppleObjCRuntimeV1.cpp98 bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument
H A DAppleObjCRuntimeV2.h114 CreateExceptionResolver(const lldb::BreakpointSP &bkpt, bool catch_bp,
H A DAppleObjCRuntimeV2.cpp1159 bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument
/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()