Home
last modified time | relevance | path

Searched refs:scripter (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1066 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong() local
1067 if (!scripter) in GetHelpLong()
1072 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring); in GetHelpLong()
1090 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute() local
1098 if (!scripter || !scripter->RunScriptBasedCommand( in DoExecute()
1136 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObjectRaw() local
1137 GetFlags().Set(scripter->GetFlagsForCommandObject(cmd_obj_sp)); in CommandObjectScriptingObjectRaw()
1157 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetRepeatCommand() local
1158 if (!scripter) in GetRepeatCommand()
1161 return scripter->GetRepeatCommandForScriptedCommand(m_cmd_obj_sp, args); in GetRepeatCommand()
[all …]