Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h77 lldb::ScriptLanguage script_language,
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandInterpreter.cpp99 ScriptLanguage script_language, in CommandInterpreter() argument
116 debugger.SetScriptLanguage (script_language); in CommandInterpreter()
375 lldb::ScriptLanguage script_language = m_debugger.GetScriptLanguage(); in LoadCommandDictionary() local
392 … m_command_dict["script"] = CommandObjectSP (new CommandObjectScript (*this, script_language)); in LoadCommandDictionary()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDModule.cpp1428 const ScriptLanguage script_language = debugger.GetScriptLanguage(); in LoadScriptingResourceInTarget() local
1429 if (script_language != eScriptLanguageNone) in LoadScriptingResourceInTarget()