Searched refs:script_interp (Results 1 – 5 of 5) sorted by relevance
68 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DidPush() local69 if (script_interp) { in DidPush()70 m_implementation_sp = script_interp->CreateScriptedThreadPlan( in DidPush()84 ScriptInterpreter *script_interp = GetScriptInterpreter(); in ShouldStop() local85 if (script_interp) { in ShouldStop()87 should_stop = script_interp->ScriptedThreadPlanShouldStop( in ShouldStop()103 ScriptInterpreter *script_interp = GetScriptInterpreter(); in IsPlanStale() local104 if (script_interp) { in IsPlanStale()106 is_stale = script_interp->ScriptedThreadPlanIsStale(m_implementation_sp, in IsPlanStale()122 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DoPlanExplainsStop() local[all …]
3369 ScriptInterpreter *script_interp = in SetScriptCallback() local3371 if (!script_interp) { in SetScriptCallback()3383 m_implementation_sp = script_interp->CreateScriptedStopHook( in SetScriptCallback()3395 ScriptInterpreter *script_interp = in HandleStop() local3397 if (!script_interp) in HandleStop()3400 bool should_stop = script_interp->ScriptedStopHookHandleStop( in HandleStop()
49 ScriptInterpreter *script_interp = target_sp->GetDebugger() in CreateImplementationIfNeeded() local51 if (!script_interp) in CreateImplementationIfNeeded()54 m_implementation_sp = script_interp->CreateScriptedBreakpointResolver( in CreateImplementationIfNeeded()
446 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute() local450 script_interp->SetWatchpointCommandCallback( in DoExecute()460 script_interp->SetWatchpointCommandCallback( in DoExecute()463 script_interp->CollectDataForWatchpointCommandCallback(wp_options, in DoExecute()
418 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute() local422 error = script_interp->SetBreakpointCommandCallback( in DoExecute()425 error = script_interp->SetBreakpointCommandCallbackFunction( in DoExecute()429 script_interp->CollectDataForBreakpointCommandCallback( in DoExecute()