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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObjectScript.cpp58 if (m_interpreter.GetDebugger().GetScriptLanguage() == lldb::eScriptLanguageNone)
H A DCommandInterpreter.cpp430 lldb::ScriptLanguage script_language = m_debugger.GetScriptLanguage();
2728 lldb::ScriptLanguage script_lang = GetDebugger().GetScriptLanguage();
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.h59 GetScriptLanguage() const;
H A DDriver.cpp526 Driver::GetScriptLanguage() const function in class:Driver
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h295 GetScriptLanguage() const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h275 GetScriptLanguage() const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1127 SBDebugger::GetScriptLanguage() const function in class:SBDebugger
1129 return (m_opaque_sp ? m_opaque_sp->GetScriptLanguage() : eScriptLanguageNone);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp1680 if (m_interpreter.GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython)
1934 if (m_interpreter.GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp312 Debugger::GetScriptLanguage() const function in class:Debugger
H A DModule.cpp1577 const ScriptLanguage script_language = debugger.GetScriptLanguage();

Completed in 100 milliseconds