Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DOptions.td49 def script_language: Separate<["--", "-"], "script-language">,
54 Alias<script_language>,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h194 CommandInterpreter(Debugger &debugger, lldb::ScriptLanguage script_language,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp125 ScriptLanguage script_language, in CommandInterpreter() argument
138 debugger.SetScriptLanguage(script_language); in CommandInterpreter()
460 lldb::ScriptLanguage script_language = m_debugger.GetScriptLanguage(); in LoadCommandDictionary() local
490 CommandObjectSP(new CommandObjectScript(*this, script_language)); in LoadCommandDictionary()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp1520 const ScriptLanguage script_language = debugger.GetScriptLanguage(); in LoadScriptingResourceInTarget() local
1521 if (script_language != eScriptLanguageNone) { in LoadScriptingResourceInTarget()
H A DPluginManager.cpp1477 lldb::ScriptLanguage script_language, in RegisterPlugin() argument
1487 instance.language = script_language; in RegisterPlugin()