Searched defs:catch_bp (Results 1 – 8 of 8) sorted by relevance
/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 494 CreateExceptionResolver(const BreakpointSP & bkpt,bool catch_bp,bool throw_bp) CreateExceptionResolver() argument 499 CreateExceptionResolver(const BreakpointSP & bkpt,bool catch_bp,bool throw_bp,bool for_expressions) CreateExceptionResolver() argument 548 CreateExceptionBreakpoint(bool catch_bp,bool throw_bp,bool for_expressions,bool is_internal) CreateExceptionBreakpoint() argument 564 const bool catch_bp = false; SetExceptionBreakpoints() local
|
/llvm-project/lldb/source/Target/ |
H A D | LanguageRuntime.cpp | 104 ExceptionBreakpointResolver(lldb::LanguageType language, bool catch_bp, in ExceptionBreakpointResolver() argument 239 Target &target, lldb::LanguageType language, bool catch_bp, bool throw_bp, in CreateExceptionBreakpoint() argument
|
H A D | Target.cpp | 647 CreateExceptionBreakpoint(enum lldb::LanguageType language,bool catch_bp,bool throw_bp,bool internal,Args * additional_args,Status * error) CreateExceptionBreakpoint() argument
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
H A D | GNUstepObjCRuntime.cpp | 166 bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV1.cpp | 98 bool catch_bp, bool throw_bp) { in CreateExceptionResolver()
|
H A D | AppleObjCRuntime.cpp | 418 const bool catch_bp = false; in SetExceptionBreakpoints() local
|
H A D | AppleObjCRuntimeV2.cpp | 1152 bool catch_bp, bool throw_bp) { in CreateExceptionResolver() argument
|
/llvm-project/lldb/source/API/ |
H A D | SBTarget.cpp | 1027 BreakpointCreateForException(lldb::LanguageType language,bool catch_bp,bool throw_bp) BreakpointCreateForException() argument
|