Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObjectScript.cpp48 if (m_interpreter.GetDebugger().GetScriptLanguage() == in DoExecute()
H A DCommandInterpreter.cpp460 lldb::ScriptLanguage script_language = m_debugger.GetScriptLanguage(); in LoadCommandDictionary()
2507 lldb::ScriptLanguage script_lang = GetDebugger().GetScriptLanguage(); in GetScriptInterpreter()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.h53 lldb::ScriptLanguage GetScriptLanguage() const;
H A DDriver.cpp177 lldb::ScriptLanguage Driver::GetScriptLanguage() const { in GetScriptLanguage() function in Driver
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h233 lldb::ScriptLanguage GetScriptLanguage() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h251 lldb::ScriptLanguage GetScriptLanguage() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1070 ScriptLanguage SBDebugger::GetScriptLanguage() const { in GetScriptLanguage() function in SBDebugger
1071 return (m_opaque_sp ? m_opaque_sp->GetScriptLanguage() : eScriptLanguageNone); in GetScriptLanguage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp1480 if (m_interpreter.GetDebugger().GetScriptLanguage() != in DoExecute()
1696 if (m_interpreter.GetDebugger().GetScriptLanguage() != in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp431 lldb::ScriptLanguage Debugger::GetScriptLanguage() const { in GetScriptLanguage() function in Debugger
H A DModule.cpp1520 const ScriptLanguage script_language = debugger.GetScriptLanguage(); in LoadScriptingResourceInTarget()