Home
last modified time | relevance | path

Searched refs:GetScriptLanguage (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandObjectScript.cpp58 if (m_interpreter.GetDebugger().GetScriptLanguage() == lldb::eScriptLanguageNone) in DoExecute()
HDCommandInterpreter.cpp421 lldb::ScriptLanguage script_language = m_debugger.GetScriptLanguage(); in LoadCommandDictionary()
2734 lldb::ScriptLanguage script_lang = GetDebugger().GetScriptLanguage(); in GetScriptInterpreter()
/NextBSD/contrib/llvm/tools/lldb/tools/driver/
HDDriver.h59 GetScriptLanguage() const;
HDDriver.cpp512 Driver::GetScriptLanguage() const in GetScriptLanguage() function in Driver
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBDebugger.h276 GetScriptLanguage() const;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDDebugger.h290 GetScriptLanguage() const;
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBDebugger.cpp1139 SBDebugger::GetScriptLanguage() const in GetScriptLanguage() function in SBDebugger
1142 return m_opaque_sp->GetScriptLanguage (); in GetScriptLanguage()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectCommands.cpp1686 if (m_interpreter.GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython) in DoExecute()
1941 if (m_interpreter.GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython) in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp305 Debugger::GetScriptLanguage() const in GetScriptLanguage() function in Debugger
HDModule.cpp1576 const ScriptLanguage script_language = debugger.GetScriptLanguage(); in LoadScriptingResourceInTarget()