Searched refs:script_interpreter (Results 1 – 7 of 7) sorted by relevance
56 ScriptInterpreter *script_interpreter = m_interpreter.GetScriptInterpreter(); in DoExecute()58 if (script_interpreter == nullptr) { in DoExecute()69 script_interpreter->ExecuteInterpreterLoop(); in DoExecute()75 if (script_interpreter->ExecuteOneLine(command, &result)) in DoExecute()
2888 ScriptInterpreter *script_interpreter = GetScriptInterpreter(false); in IOHandlerInterrupt() local2889 if (script_interpreter) { in IOHandlerInterrupt()2890 if (script_interpreter->Interrupt()) in IOHandlerInterrupt()
180 ScriptInterpreter *script_interpreter = in FormatObject() local183 if (!script_interpreter) { in FormatObject()188 return script_interpreter->GetScriptedSummary( in FormatObject()
1850 ScriptInterpreter *script_interpreter = in CreateScriptedThreadPlan() local1855 if (!script_interpreter) in CreateScriptedThreadPlan()1956 ScriptInterpreter *script_interpreter = in CreateScriptedBreakpointResolver() local1961 if (!script_interpreter) in CreateScriptedBreakpointResolver()2076 ScriptInterpreter *script_interpreter = in CreateSyntheticScriptedProvider() local2079 (ScriptInterpreterPython *)script_interpreter; in CreateSyntheticScriptedProvider()2081 if (!script_interpreter) in CreateSyntheticScriptedProvider()2258 ScriptInterpreter *script_interpreter = in BreakpointCallbackFunction() local2263 if (!script_interpreter) in BreakpointCallbackFunction()2309 ScriptInterpreter *script_interpreter = in WatchpointCallbackFunction() local[all …]
909 ScriptInterpreter *script_interpreter = in SetOutputFileHandle() local911 if (script_interpreter) in SetOutputFileHandle()912 script_interpreter->ResetOutputFileHandle(fh); in SetOutputFileHandle()
1535 ScriptInterpreter *script_interpreter = in LoadScriptingResourceInTarget() local1537 if (script_interpreter) { in LoadScriptingResourceInTarget()1560 bool did_load = script_interpreter->LoadScriptingModule( in LoadScriptingResourceInTarget()
413 ScriptInterpreter *script_interpreter = in RunScriptFormatKeyword() local415 if (script_interpreter) { in RunScriptFormatKeyword()419 if (script_interpreter->RunScriptFormatKeyword(script_function_name, t, in RunScriptFormatKeyword()