Searched refs:script_language (Results 1 – 3 of 3) sorted by relevance
77 lldb::ScriptLanguage script_language,
99 ScriptLanguage script_language, in CommandInterpreter() argument116 debugger.SetScriptLanguage (script_language); in CommandInterpreter()375 lldb::ScriptLanguage script_language = m_debugger.GetScriptLanguage(); in LoadCommandDictionary() local392 … m_command_dict["script"] = CommandObjectSP (new CommandObjectScript (*this, script_language)); in LoadCommandDictionary()
1428 const ScriptLanguage script_language = debugger.GetScriptLanguage(); in LoadScriptingResourceInTarget() local1429 if (script_language != eScriptLanguageNone) in LoadScriptingResourceInTarget()