Home | History | Annotate | Download | only in Core

Lines Matching refs:script_interpreter

772     ScriptInterpreter* script_interpreter = GetCommandInterpreter().GetScriptInterpreter(can_create);
773 if (script_interpreter)
774 script_interpreter->ResetOutputFileHandle (fh);
1330 static bool RunScriptFormatKeyword(Stream &s, ScriptInterpreter *script_interpreter, T t, const std::string& script_name)
1332 if (script_interpreter)
1337 if (script_interpreter->RunScriptFormatKeyword(script_name.c_str(), t, script_output, script_error) && script_error.Success())
1918 ScriptInterpreter* script_interpreter = process->GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
1919 if (RunScriptFormatKeyword (s, script_interpreter, process, script_name))
1995 ScriptInterpreter* script_interpreter = thread->GetProcess()->GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
1996 script_interpreter, thread, script_name))
2044 ScriptInterpreter* script_interpreter = target->GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
2045 if (RunScriptFormatKeyword (s, script_interpreter, target, script_name))
2159 ScriptInterpreter* script_interpreter = frame->GetThread()->GetProcess()->GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
2160 if (RunScriptFormatKeyword (s, script_interpreter, frame, script_name))