Searched refs:script_language (Results 1 – 3 of 3) sorted by relevance
245 lldb::ScriptLanguage script_language,
110 ScriptLanguage script_language, in CommandInterpreter() argument131 debugger.SetScriptLanguage (script_language); in CommandInterpreter()421 lldb::ScriptLanguage script_language = m_debugger.GetScriptLanguage(); in LoadCommandDictionary() local439 … m_command_dict["script"] = CommandObjectSP (new CommandObjectScript (*this, script_language)); in LoadCommandDictionary()
1576 const ScriptLanguage script_language = debugger.GetScriptLanguage(); in LoadScriptingResourceInTarget() local1577 if (script_language != eScriptLanguageNone) in LoadScriptingResourceInTarget()