Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h214 virtual bool GenerateScriptAliasFunction(StringList &input, in GenerateScriptAliasFunction() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h70 bool GenerateScriptAliasFunction(StringList &input,
H A DScriptInterpreterPython.cpp1363 bool ScriptInterpreterPythonImpl::GenerateScriptAliasFunction( in GenerateScriptAliasFunction() function in ScriptInterpreterPythonImpl
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp1489 if (interpreter->GenerateScriptAliasFunction(lines, funct_name_str)) { in IOHandlerInputComplete()