Searched refs:m_cxx_language_runtime (Results 1 – 2 of 2) sorted by relevance
565 m_cxx_language_runtime = process_sp->GetLanguageRuntime(eLanguageTypeC_plus_plus); in SetBreakpoints()568 if (m_cxx_language_runtime) in SetBreakpoints()569 m_cxx_language_runtime->SetExceptionBreakpoints(); in SetBreakpoints()578 if (m_cxx_language_runtime) in ClearBreakpoints()579 m_cxx_language_runtime->ClearExceptionBreakpoints(); in ClearBreakpoints()589 if ((m_cxx_language_runtime && in BreakpointsExplainStop()590 m_cxx_language_runtime->ExceptionBreakpointsExplainStop(stop_info_sp)) in BreakpointsExplainStop()
173 LanguageRuntime *m_cxx_language_runtime; variable