Searched refs:scripter (Results 1 – 2 of 2) sorted by relevance
1090 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong() local1091 if (!scripter) in GetHelpLong()1096 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring); in GetHelpLong()1105 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute() local1111 if (!scripter || !scripter->RunScriptBasedCommand( in DoExecute()1147 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObject() local1148 GetFlags().Set(scripter->GetFlagsForCommandObject(cmd_obj_sp)); in CommandObjectScriptingObject()1160 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp() local1161 if (!scripter) in GetHelp()1165 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelp()[all …]