Searched refs:m_objc_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()419 m_objc_language_runtime = m_process.GetLanguageRuntime(eLanguageTypeObjC); in SetBreakpoints()426 if (m_objc_language_runtime) { in SetBreakpoints()428 !m_objc_language_runtime->ExceptionBreakpointsAreSet(); in SetBreakpoints()429 m_objc_language_runtime->SetExceptionBreakpoints(); in SetBreakpoints()438 if (m_objc_language_runtime && m_should_clear_objc_exception_bp) in ClearBreakpoints()439 m_objc_language_runtime->ClearExceptionBreakpoints(); in ClearBreakpoints()450 (m_objc_language_runtime && in BreakpointsExplainStop()451 m_objc_language_runtime->ExceptionBreakpointsExplainStop( in BreakpointsExplainStop()
129 LanguageRuntime *m_objc_language_runtime; variable