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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObjectScript.cpp60 if (m_interpreter.GetDebugger().GetScriptLanguage() == lldb::eScriptLanguageNone)
H A DCommandInterpreter.cpp375 lldb::ScriptLanguage script_language = m_debugger.GetScriptLanguage();
2722 lldb::ScriptLanguage script_lang = GetDebugger().GetScriptLanguage();
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.h55 GetScriptLanguage() const;
H A DDriver.cpp474 Driver::GetScriptLanguage() const function in class:Driver
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h275 GetScriptLanguage() const;
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h290 GetScriptLanguage() const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1099 SBDebugger::GetScriptLanguage() const function in class:SBDebugger
1102 return m_opaque_sp->GetScriptLanguage ();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp1501 if (m_interpreter.GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython)
1734 if (m_interpreter.GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython)
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp1428 const ScriptLanguage script_language = debugger.GetScriptLanguage();
H A DDebugger.cpp265 Debugger::GetScriptLanguage() const function in class:Debugger

Completed in 139 milliseconds