Searched refs:m_cxx_language_runtime (Results 1 – 2 of 2) sorted by relevance
108 m_cxx_language_runtime(nullptr), m_objc_language_runtime(nullptr), in ThreadPlanCallFunction()141 m_cxx_language_runtime(nullptr), m_objc_language_runtime(nullptr), in ThreadPlanCallFunction()406 m_cxx_language_runtime = in SetBreakpoints()410 if (m_cxx_language_runtime) { in SetBreakpoints()412 !m_cxx_language_runtime->ExceptionBreakpointsAreSet(); in SetBreakpoints()413 m_cxx_language_runtime->SetExceptionBreakpoints(); in SetBreakpoints()425 if (m_cxx_language_runtime && m_should_clear_cxx_exception_bp) in ClearBreakpoints()426 m_cxx_language_runtime->ClearExceptionBreakpoints(); in ClearBreakpoints()436 if ((m_cxx_language_runtime && in BreakpointsExplainStop()437 m_cxx_language_runtime->ExceptionBreakpointsExplainStop( in BreakpointsExplainStop()
128 LanguageRuntime *m_cxx_language_runtime; variable