Searched refs:script_lang (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | ScriptInterpreter.cpp | 30 Debugger &debugger, lldb::ScriptLanguage script_lang, in ScriptInterpreter() argument 32 : m_debugger(debugger), m_script_lang(script_lang), in ScriptInterpreter()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | PluginManager.h | 252 lldb::ScriptLanguage script_lang, 261 GetScriptInterpreterForLanguage(lldb::ScriptLanguage script_lang,
|
| H A D | Debugger.h | 301 bool SetScriptLanguage(lldb::ScriptLanguage script_lang);
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 441 SetScriptLanguage (lldb::ScriptLanguage script_lang);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 303 void SetScriptLanguage(lldb::ScriptLanguage script_lang);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 146 Debugger &debugger, lldb::ScriptLanguage script_lang,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1407 void SBDebugger::SetScriptLanguage(ScriptLanguage script_lang) { in SetScriptLanguage() argument 1409 (lldb::ScriptLanguage), script_lang); in SetScriptLanguage() 1412 m_opaque_sp->SetScriptLanguage(script_lang); in SetScriptLanguage()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | PluginManager.cpp | 884 PluginManager::GetScriptInterpreterForLanguage(lldb::ScriptLanguage script_lang, in GetScriptInterpreterForLanguage() argument 892 if (script_lang == instance.language) in GetScriptInterpreterForLanguage()
|
| H A D | Debugger.cpp | 312 bool Debugger::SetScriptLanguage(lldb::ScriptLanguage script_lang) { in SetScriptLanguage() argument 315 script_lang); in SetScriptLanguage()
|