Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h245 lldb::ScriptLanguage script_language,
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandInterpreter.cpp110 ScriptLanguage script_language, in CommandInterpreter() argument
131 debugger.SetScriptLanguage (script_language); in CommandInterpreter()
421 lldb::ScriptLanguage script_language = m_debugger.GetScriptLanguage(); in LoadCommandDictionary() local
439 … m_command_dict["script"] = CommandObjectSP (new CommandObjectScript (*this, script_language)); in LoadCommandDictionary()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDModule.cpp1576 const ScriptLanguage script_language = debugger.GetScriptLanguage(); in LoadScriptingResourceInTarget() local
1577 if (script_language != eScriptLanguageNone) in LoadScriptingResourceInTarget()