Searched refs:m_cxx_exception_bp_sp (Results 1 – 2 of 2) sorted by relevance
422 if (m_cxx_exception_bp_sp) in SetExceptionBreakpoints()424 m_cxx_exception_bp_sp->SetEnabled (true); in SetExceptionBreakpoints()428 …m_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()459 … m_cxx_exception_bp_sp->GetID()); in ExceptionBreakpointsExplainStop()
96 lldb::BreakpointSP m_cxx_exception_bp_sp; variable