Searched refs:cpp_runtime (Results 1 – 4 of 4) sorted by relevance
99 CPPLanguageRuntime *cpp_runtime = in LookForPlanToStepThroughFromCurrentPC() local104 if (!m_sub_plan_sp.get() && cpp_runtime) in LookForPlanToStepThroughFromCurrentPC()106 cpp_runtime->GetStepThroughTrampolinePlan(m_thread, m_stop_others); in LookForPlanToStepThroughFromCurrentPC()
1786 LanguageRuntime *cpp_runtime = GetLanguageRuntime(eLanguageTypeC_plus_plus); in IsPossibleDynamicValue() local1787 if (cpp_runtime && cpp_runtime->CouldHaveDynamicValue(in_value)) in IsPossibleDynamicValue()
71 CPPLanguageRuntime *cpp_runtime = process->GetCPPLanguageRuntime(); in LibcxxFunctionSummaryProvider() local73 if (!cpp_runtime) in LibcxxFunctionSummaryProvider()77 cpp_runtime->FindLibCppStdFunctionCallableInfo(valobj_sp); in LibcxxFunctionSummaryProvider()
470 auto cpp_runtime = m_process->GetCPPLanguageRuntime(); in GetExceptionObjectForThread() local471 if (!cpp_runtime) return ValueObjectSP(); in GetExceptionObjectForThread()472 auto cpp_exception = cpp_runtime->GetExceptionObjectForThread(thread_sp); in GetExceptionObjectForThread()