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()408 m_objc_language_runtime = m_process.GetLanguageRuntime(eLanguageTypeObjC); in SetBreakpoints()415 if (m_objc_language_runtime) { in SetBreakpoints()417 !m_objc_language_runtime->ExceptionBreakpointsAreSet(); in SetBreakpoints()418 m_objc_language_runtime->SetExceptionBreakpoints(); in SetBreakpoints()427 if (m_objc_language_runtime && m_should_clear_objc_exception_bp) in ClearBreakpoints()428 m_objc_language_runtime->ClearExceptionBreakpoints(); in ClearBreakpoints()439 (m_objc_language_runtime && in BreakpointsExplainStop()440 m_objc_language_runtime->ExceptionBreakpointsExplainStop( in BreakpointsExplainStop()
129 LanguageRuntime *m_objc_language_runtime; variable