Home
last modified time | relevance | path

Searched refs:eScriptLanguagePython (Results 1 – 12 of 12) sorted by relevance

/external/lldb/source/Interpreter/
DScriptInterpreter.cpp76 case eScriptLanguagePython: in LanguageToString()
DArgs.cpp1064 (::strcasecmp (s, "default") == 0 && eScriptLanguagePython == eScriptLanguageDefault)) in StringToScriptLanguage()
1067 return eScriptLanguagePython; in StringToScriptLanguage()
DScriptInterpreterPython.cpp304 if (script_interpreter->m_script_lang != eScriptLanguagePython) in InputReaderCallback()
466 ScriptInterpreter (interpreter, eScriptLanguagePython), in ScriptInterpreterPython()
868 if (script_interpreter->m_script_lang != eScriptLanguagePython) in InputReaderCallback()
DCommandInterpreter.cpp2666 case eScriptLanguagePython: in GetScriptInterpreter()
/external/lldb/test/python_api/default-constructor/
Dsb_debugger.py53 obj.SetScriptLanguage(lldb.eScriptLanguagePython)
/external/lldb/include/lldb/
Dlldb-enumerations.h150 eScriptLanguagePython, enumerator
151 eScriptLanguageDefault = eScriptLanguagePython
/external/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp416 … if (m_script_language == eScriptLanguagePython || m_script_language == eScriptLanguageDefault) in SetOptionValue()
596 { eScriptLanguagePython, "python", "Commands are in the Python language."},
DCommandObjectBreakpointCommand.cpp439 … if (m_script_language == eScriptLanguagePython || m_script_language == eScriptLanguageDefault) in SetOptionValue()
635 { eScriptLanguagePython, "python", "Commands are in the Python language."},
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/
DDebugger.cpp94 { eScriptLanguagePython, "python", "Select python as the default scripting language."},
126 { "script-lang", OptionValue::eTypeEnum , true, eScriptLanguagePython, NULL, g_lan…
/external/lldb/www/python_reference/
Dapi-objects.txt1042 _lldb'.eScriptLanguagePython _lldb%27-module.html#eScriptLanguagePython
1914 lldb.eScriptLanguagePython lldb-module.html#eScriptLanguagePython