Searched refs:m_objc_exception_bp_sp (Results 1 – 2 of 2) sorted by relevance
422 if (!m_objc_exception_bp_sp) { in SetExceptionBreakpoints() 423 m_objc_exception_bp_sp = LanguageRuntime::CreateExceptionBreakpoint( in SetExceptionBreakpoints() 426 if (m_objc_exception_bp_sp) in SetExceptionBreakpoints() 427 m_objc_exception_bp_sp->SetBreakpointKind("ObjC exception"); in SetExceptionBreakpoints() 429 m_objc_exception_bp_sp->SetEnabled(true); in SetExceptionBreakpoints() 436 if (m_objc_exception_bp_sp.get()) { in ClearExceptionBreakpoints() 437 m_objc_exception_bp_sp->SetEnabled(false); in ClearExceptionBreakpoints() 442 return m_objc_exception_bp_sp && m_objc_exception_bp_sp->IsEnabled(); in ExceptionBreakpointsAreSet() 455 break_site_id, m_objc_exception_bp_sp in ExceptionBreakpointsExplainStop() [all...]
126 lldb::BreakpointSP m_objc_exception_bp_sp; variable