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.cpp1056 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong() local
1057 if (!scripter) in GetHelpLong()
1062 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring); in GetHelpLong()
1080 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute() local
1088 if (!scripter || !scripter->RunScriptBasedCommand( in DoExecute()
1126 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObjectRaw() local
1127 GetFlags().Set(scripter->GetFlagsForCommandObject(cmd_obj_sp)); in CommandObjectScriptingObjectRaw()
1147 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetRepeatCommand() local
1148 if (!scripter) in GetRepeatCommand()
1151 return scripter->GetRepeatCommandForScriptedCommand(m_cmd_obj_sp, args); in GetRepeatCommand()
[all …]