Searched refs:catch_bp (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h70 bool catch_bp,
85 bool catch_bp,
89 lldb::BreakpointSP CreateExceptionBreakpoint(bool catch_bp, bool throw_bp,
H A DItaniumABILanguageRuntime.cpp423 Breakpoint *bkpt, bool catch_bp, bool throw_bp) {
424 return CreateExceptionResolver(bkpt, catch_bp, throw_bp, false);
428 Breakpoint *bkpt, bool catch_bp, bool throw_bp, bool for_expressions) {
442 if (catch_bp)
474 bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) {
478 CreateExceptionResolver(nullptr, catch_bp, throw_bp, for_expressions);
490 const bool catch_bp = false; local
502 catch_bp, throw_bp, for_expressions, is_internal);
422 CreateExceptionResolver( Breakpoint *bkpt, bool catch_bp, bool throw_bp) argument
427 CreateExceptionResolver( Breakpoint *bkpt, bool catch_bp, bool throw_bp, bool for_expressions) argument
473 CreateExceptionBreakpoint( bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp105 ExceptionBreakpointResolver(lldb::LanguageType language, bool catch_bp, argument
108 m_language(language), m_language_runtime(nullptr), m_catch_bp(catch_bp),
248 Target &target, lldb::LanguageType language, bool catch_bp, bool throw_bp,
251 new ExceptionBreakpointResolver(language, catch_bp, throw_bp));
247 CreateExceptionBreakpoint( Target &target, lldb::LanguageType language, bool catch_bp, bool throw_bp, bool is_internal) argument
H A DTarget.cpp566 bool catch_bp, bool throw_bp, bool internal,
569 *this, language, catch_bp, throw_bp, internal);
565 CreateExceptionBreakpoint(enum lldb::LanguageType language, bool catch_bp, bool throw_bp, bool internal, Args *additional_args, Status *error) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h116 bool catch_bp, bool throw_bp,
139 CreateExceptionResolver(Breakpoint *bkpt, bool catch_bp, bool throw_bp) = 0;
H A DTarget.h630 CreateExceptionBreakpoint(enum lldb::LanguageType language, bool catch_bp,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h117 bool catch_bp,
H A DAppleObjCRuntime.cpp402 const bool catch_bp = false; local
408 m_process->GetTarget(), GetLanguageType(), catch_bp, throw_bp,
H A DAppleObjCRuntimeV2.h107 bool catch_bp,
H A DAppleObjCRuntimeV1.cpp109 AppleObjCRuntimeV1::CreateExceptionResolver(Breakpoint *bkpt, bool catch_bp, argument
H A DAppleObjCRuntimeV2.cpp829 AppleObjCRuntimeV2::CreateExceptionResolver(Breakpoint *bkpt, bool catch_bp, argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h622 bool catch_bp, bool throw_bp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h347 bool catch_bp,
H A DRenderScriptRuntime.cpp1032 RenderScriptRuntime::CreateExceptionResolver(Breakpoint *bp, bool catch_bp, argument
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i674 bool catch_bp,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1072 bool catch_bp, bool throw_bp) {
1074 (lldb::LanguageType, bool, bool), language, catch_bp,
1082 sb_bp = target_sp->CreateExceptionBreakpoint(language, catch_bp, throw_bp,
1071 BreakpointCreateForException(lldb::LanguageType language, bool catch_bp, bool throw_bp) argument

Completed in 370 milliseconds