Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DCommandObjectScript.cpp60 if (m_interpreter.GetDebugger().GetScriptLanguage() == lldb::eScriptLanguageNone) in DoExecute()
DCommandInterpreter.cpp366 lldb::ScriptLanguage script_language = m_debugger.GetScriptLanguage(); in LoadCommandDictionary()
2663 lldb::ScriptLanguage script_lang = GetDebugger().GetScriptLanguage(); in GetScriptInterpreter()
/external/lldb/test/python_api/default-constructor/
Dsb_debugger.py51 obj.GetScriptLanguage()
/external/lldb/tools/driver/
DDriver.h84 GetScriptLanguage() const;
DDriver.cpp449 Driver::GetScriptLanguage() const in GetScriptLanguage() function in Driver
/external/lldb/scripts/Python/interface/
DSBDebugger.i329 GetScriptLanguage() const;
/external/lldb/include/lldb/Core/
DDebugger.h287 GetScriptLanguage() const;
/external/lldb/include/lldb/API/
DSBDebugger.h263 GetScriptLanguage() const;
/external/lldb/source/API/
DSBDebugger.cpp1027 SBDebugger::GetScriptLanguage() const in GetScriptLanguage() function in SBDebugger
1030 return m_opaque_sp->GetScriptLanguage (); in GetScriptLanguage()
/external/lldb/source/Commands/
DCommandObjectCommands.cpp1471 if (m_interpreter.GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython) in DoExecute()
1748 if (m_interpreter.GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython) in DoExecute()
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp60 if (target && target->GetDebugger().GetScriptLanguage() == eScriptLanguagePython) in LocateExecutableScriptingResources()
/external/lldb/source/Core/
DModule.cpp1329 const ScriptLanguage script_language = debugger.GetScriptLanguage(); in LoadScriptingResourceInTarget()
DDebugger.cpp272 Debugger::GetScriptLanguage() const in GetScriptLanguage() function in Debugger
/external/lldb/www/python_reference/
Dapi-objects.txt2752 lldb.SBDebugger.GetScriptLanguage lldb.SBDebugger-class.html#GetScriptLanguage