Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
HDItaniumABILanguageRuntime.h90 lldb::BreakpointSP CreateExceptionBreakpoint(bool catch_bp, bool throw_bp,
HDItaniumABILanguageRuntime.cpp547 lldb::BreakpointSP ItaniumABILanguageRuntime::CreateExceptionBreakpoint( in CreateExceptionBreakpoint() function in ItaniumABILanguageRuntime
575 m_cxx_exception_bp_sp = CreateExceptionBreakpoint( in SetExceptionBreakpoints()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDLanguageRuntime.h146 CreateExceptionBreakpoint(Target &target, lldb::LanguageType language,
HDTarget.h727 CreateExceptionBreakpoint(enum lldb::LanguageType language, bool catch_bp,
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDLanguageRuntime.cpp238 BreakpointSP LanguageRuntime::CreateExceptionBreakpoint( in CreateExceptionBreakpoint() function in LanguageRuntime
HDTarget.cpp646 Target::CreateExceptionBreakpoint(enum lldb::LanguageType language, in CreateExceptionBreakpoint() function in Target
649 BreakpointSP exc_bkpt_sp = LanguageRuntime::CreateExceptionBreakpoint( in CreateExceptionBreakpoint()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntime.cpp423 m_objc_exception_bp_sp = LanguageRuntime::CreateExceptionBreakpoint( in SetExceptionBreakpoints()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectBreakpoint.cpp697 bp_sp = target.CreateExceptionBreakpoint( in DoExecute()
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBTarget.cpp1035 sb_bp = target_sp->CreateExceptionBreakpoint(language, catch_bp, throw_bp, in BreakpointCreateForException()