Home
last modified time | relevance | path

Searched refs:CreateExceptionBreakpoint (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h86 lldb::BreakpointSP CreateExceptionBreakpoint(bool catch_bp, bool throw_bp,
H A DItaniumABILanguageRuntime.cpp460 lldb::BreakpointSP ItaniumABILanguageRuntime::CreateExceptionBreakpoint( in CreateExceptionBreakpoint() function in ItaniumABILanguageRuntime
488 m_cxx_exception_bp_sp = CreateExceptionBreakpoint( in SetExceptionBreakpoints()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DLanguageRuntime.h112 CreateExceptionBreakpoint(Target &target, lldb::LanguageType language,
H A DTarget.h690 CreateExceptionBreakpoint(enum lldb::LanguageType language, bool catch_bp,
/llvm-project-15.0.7/lldb/source/Target/
H A DLanguageRuntime.cpp238 BreakpointSP LanguageRuntime::CreateExceptionBreakpoint( in CreateExceptionBreakpoint() function in LanguageRuntime
H A DTarget.cpp599 Target::CreateExceptionBreakpoint(enum lldb::LanguageType language, in CreateExceptionBreakpoint() function in Target
602 BreakpointSP exc_bkpt_sp = LanguageRuntime::CreateExceptionBreakpoint( in CreateExceptionBreakpoint()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp416 m_objc_exception_bp_sp = LanguageRuntime::CreateExceptionBreakpoint( in SetExceptionBreakpoints()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp686 bp_sp = target.CreateExceptionBreakpoint( in DoExecute()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp1026 sb_bp = target_sp->CreateExceptionBreakpoint(language, catch_bp, throw_bp, in BreakpointCreateForException()