Searched refs:script_interp (Results 1 – 5 of 5) sorted by relevance
64 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DidPush() local65 if (script_interp) { in DidPush()66 m_implementation_sp = script_interp->CreateScriptedThreadPlan( in DidPush()80 ScriptInterpreter *script_interp = GetScriptInterpreter(); in ShouldStop() local81 if (script_interp) { in ShouldStop()83 should_stop = script_interp->ScriptedThreadPlanShouldStop( in ShouldStop()99 ScriptInterpreter *script_interp = GetScriptInterpreter(); in IsPlanStale() local100 if (script_interp) { in IsPlanStale()102 is_stale = script_interp->ScriptedThreadPlanIsStale(m_implementation_sp, in IsPlanStale()118 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DoPlanExplainsStop() local[all …]
3733 ScriptInterpreter *script_interp = in SetScriptCallback() local3735 if (!script_interp) { in SetScriptCallback()3743 m_implementation_sp = script_interp->CreateScriptedStopHook( in SetScriptCallback()3755 ScriptInterpreter *script_interp = in HandleStop() local3757 if (!script_interp) in HandleStop()3760 bool should_stop = script_interp->ScriptedStopHookHandleStop( in HandleStop()
48 ScriptInterpreter *script_interp = target_sp->GetDebugger() in CreateImplementationIfNeeded() local50 if (!script_interp) in CreateImplementationIfNeeded()53 m_implementation_sp = script_interp->CreateScriptedBreakpointResolver( in CreateImplementationIfNeeded()
413 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute() local417 script_interp->SetWatchpointCommandCallback( in DoExecute()427 script_interp->SetWatchpointCommandCallback( in DoExecute()430 script_interp->CollectDataForWatchpointCommandCallback(wp_options, in DoExecute()
390 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute() local394 error = script_interp->SetBreakpointCommandCallback( in DoExecute()397 error = script_interp->SetBreakpointCommandCallbackFunction( in DoExecute()401 script_interp->CollectDataForBreakpointCommandCallback( in DoExecute()