Lines Matching defs:scripter
1063 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1064 if (!scripter)
1069 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring);
1087 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1095 if (!scripter || !scripter->RunScriptBasedCommand(
1133 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter())
1134 GetFlags().Set(scripter->GetFlagsForCommandObject(cmd_obj_sp));
1154 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1155 if (!scripter)
1158 return scripter->GetRepeatCommandForScriptedCommand(m_cmd_obj_sp, args);
1164 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1165 if (!scripter)
1169 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring);
1180 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1181 if (!scripter)
1186 scripter->GetLongHelpForCommandObject(m_cmd_obj_sp, docstring);
1195 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1201 if (!scripter ||
1202 !scripter->RunScriptBasedCommand(m_cmd_obj_sp, raw_command_line,
1250 ScriptInterpreter *scripter =
1252 if (!scripter) {
1273 bool success = scripter->SetOptionValueForCommandObject(m_cmd_obj_sp,
1282 ScriptInterpreter *scripter =
1284 if (!scripter || !m_cmd_obj_sp)
1287 scripter->OptionParsingStartedForCommandObject(m_cmd_obj_sp);
1645 // scripter to do this.
1730 ScriptInterpreter *scripter =
1733 if (!scripter)
1751 scripter->HandleOptionArgumentCompletionForScriptedCommand(
1856 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1857 if (!scripter) {
1863 GetFlags().Set(scripter->GetFlagsForCommandObject(cmd_obj_sp));
1867 = scripter->GetOptionsForCommandObject(cmd_obj_sp);
1889 = scripter->GetArgumentsForCommandObject(cmd_obj_sp);
2022 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
2024 if (!scripter)
2061 scripter->HandleArgumentCompletionForScriptedCommand(
2078 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
2079 if (!scripter)
2082 return scripter->GetRepeatCommandForScriptedCommand(m_cmd_obj_sp, args);
2088 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
2089 if (!scripter)
2093 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring);
2104 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
2105 if (!scripter)
2110 scripter->GetLongHelpForCommandObject(m_cmd_obj_sp, docstring);
2127 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
2133 if (!scripter ||
2134 !scripter->RunScriptBasedParsedCommand(m_cmd_obj_sp, args,