| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.h | 75 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 D | ItaniumABILanguageRuntime.cpp | 494 const BreakpointSP &bkpt, bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument 495 return CreateExceptionResolver(bkpt, catch_bp, throw_bp, false); in CreateExceptionResolver() 499 const BreakpointSP &bkpt, bool catch_bp, bool throw_bp, in CreateExceptionResolver() argument 514 if (catch_bp) in CreateExceptionResolver() 548 bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) { in CreateExceptionBreakpoint() argument 552 CreateExceptionResolver(nullptr, catch_bp, throw_bp, for_expressions); in CreateExceptionBreakpoint() 564 const bool catch_bp = false; in SetExceptionBreakpoints() local 576 catch_bp, throw_bp, for_expressions, is_internal); in SetExceptionBreakpoints()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | LanguageRuntime.cpp | 104 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 D | Target.cpp | 647 bool catch_bp, bool throw_bp, bool internal, in CreateExceptionBreakpoint() argument 650 *this, language, catch_bp, throw_bp, internal); in CreateExceptionBreakpoint()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | LanguageRuntime.h | 147 bool catch_bp, bool throw_bp, 167 bool catch_bp, bool throw_bp) = 0;
|
| H A D | Target.h | 727 CreateExceptionBreakpoint(enum lldb::LanguageType language, bool catch_bp,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
| H A D | GNUstepObjCRuntime.h | 77 CreateExceptionResolver(const lldb::BreakpointSP &bkpt, bool catch_bp,
|
| H A D | GNUstepObjCRuntime.cpp | 166 bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV1.h | 123 bool catch_bp, bool throw_bp) override;
|
| H A D | AppleObjCRuntime.cpp | 418 const bool catch_bp = false; in SetExceptionBreakpoints() local 424 m_process->GetTarget(), GetLanguageType(), catch_bp, throw_bp, in SetExceptionBreakpoints()
|
| H A D | AppleObjCRuntimeV1.cpp | 98 bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument
|
| H A D | AppleObjCRuntimeV2.h | 111 CreateExceptionResolver(const lldb::BreakpointSP &bkpt, bool catch_bp,
|
| H A D | AppleObjCRuntimeV2.cpp | 1152 bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 717 bool catch_bp, bool throw_bp);
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTarget.cpp | 1027 bool catch_bp, bool throw_bp) { in BreakpointCreateForException() argument 1028 LLDB_INSTRUMENT_VA(this, language, catch_bp, throw_bp); in BreakpointCreateForException() 1035 sb_bp = target_sp->CreateExceptionBreakpoint(language, catch_bp, throw_bp, in BreakpointCreateForException()
|