Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.h88 CreateExceptionBreakpoint(bool catch_bp,
DItaniumABILanguageRuntime.cpp396 ItaniumABILanguageRuntime::CreateExceptionBreakpoint (bool catch_bp, in CreateExceptionBreakpoint() function in ItaniumABILanguageRuntime
428 …m_cxx_exception_bp_sp = CreateExceptionBreakpoint (catch_bp, throw_bp, for_expressions, is_interna… in SetExceptionBreakpoints()
/external/lldb/include/lldb/Target/
DLanguageRuntime.h76 CreateExceptionBreakpoint (Target &target,
DTarget.h546CreateExceptionBreakpoint (enum lldb::LanguageType language, bool catch_bp, bool throw_bp, bool in…
/external/lldb/source/Target/
DLanguageRuntime.cpp263 LanguageRuntime::CreateExceptionBreakpoint (Target &target, in CreateExceptionBreakpoint() function in LanguageRuntime
DTarget.cpp492 Target::CreateExceptionBreakpoint (enum lldb::LanguageType language, bool catch_bp, bool throw_bp, … in CreateExceptionBreakpoint() function in Target
494 … return LanguageRuntime::CreateExceptionBreakpoint (*this, language, catch_bp, throw_bp, internal); in CreateExceptionBreakpoint()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp339 m_objc_exception_bp_sp = LanguageRuntime::CreateExceptionBreakpoint (m_process->GetTarget(), in SetExceptionBreakpoints()
/external/lldb/source/Commands/
DCommandObjectBreakpoint.cpp504 …bp = target->CreateExceptionBreakpoint (m_options.m_language, m_options.m_catch_bp, m_options.m_th… in DoExecute()
/external/lldb/source/API/
DSBTarget.cpp1598 *sb_bp = target_sp->CreateExceptionBreakpoint (language, catch_bp, throw_bp); in BreakpointCreateForException()