Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
HDItaniumABILanguageRuntime.h97 CreateExceptionBreakpoint(bool catch_bp,
HDItaniumABILanguageRuntime.cpp451 ItaniumABILanguageRuntime::CreateExceptionBreakpoint (bool catch_bp, in CreateExceptionBreakpoint() function in ItaniumABILanguageRuntime
485 …m_cxx_exception_bp_sp = CreateExceptionBreakpoint (catch_bp, throw_bp, for_expressions, is_interna… in SetExceptionBreakpoints()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDLanguageRuntime.h85 CreateExceptionBreakpoint (Target &target,
HDTarget.h778 CreateExceptionBreakpoint (enum lldb::LanguageType language,
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDLanguageRuntime.cpp300 LanguageRuntime::CreateExceptionBreakpoint (Target &target, in CreateExceptionBreakpoint() function in LanguageRuntime
HDTarget.cpp531 Target::CreateExceptionBreakpoint (enum lldb::LanguageType language, bool catch_bp, bool throw_bp, … in CreateExceptionBreakpoint() function in Target
533 …BreakpointSP exc_bkpt_sp = LanguageRuntime::CreateExceptionBreakpoint (*this, language, catch_bp, … in CreateExceptionBreakpoint()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectBreakpoint.cpp586 bp = target->CreateExceptionBreakpoint (m_options.m_exception_language, in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBTarget.cpp1128 *sb_bp = target_sp->CreateExceptionBreakpoint (language, catch_bp, throw_bp, hardware); in BreakpointCreateForException()