Home
last modified time | relevance | path

Searched refs:m_cxx_exception_bp_sp (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp422 if (m_cxx_exception_bp_sp) in SetExceptionBreakpoints()
424 m_cxx_exception_bp_sp->SetEnabled (true); in SetExceptionBreakpoints()
428m_cxx_exception_bp_sp = CreateExceptionBreakpoint (catch_bp, throw_bp, for_expressions, is_interna… in SetExceptionBreakpoints()
429 if (m_cxx_exception_bp_sp) in SetExceptionBreakpoints()
430 m_cxx_exception_bp_sp->SetBreakpointKind("c++ exception"); in SetExceptionBreakpoints()
441 if (m_cxx_exception_bp_sp) in ClearExceptionBreakpoints()
443 m_cxx_exception_bp_sp->SetEnabled (false); in ClearExceptionBreakpoints()
459m_cxx_exception_bp_sp->GetID()); in ExceptionBreakpointsExplainStop()
DItaniumABILanguageRuntime.h96 lldb::BreakpointSP m_cxx_exception_bp_sp; variable