Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreter.cpp76 case eScriptLanguagePython: in LanguageToString()
HDArgs.cpp1058 (::strcasecmp (s, "default") == 0 && eScriptLanguagePython == eScriptLanguageDefault)) in StringToScriptLanguage()
1061 return eScriptLanguagePython; in StringToScriptLanguage()
HDScriptInterpreterPython.cpp142 ScriptInterpreter (interpreter, eScriptLanguagePython), in ScriptInterpreterPython()
HDCommandInterpreter.cpp2725 case eScriptLanguagePython: in GetScriptInterpreter()
/trueos/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h152 eScriptLanguagePython, enumerator
153 eScriptLanguageDefault = eScriptLanguagePython
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectWatchpointCommand.cpp338 … if (m_script_language == eScriptLanguagePython || m_script_language == eScriptLanguageDefault) in SetOptionValue()
514 { eScriptLanguagePython, "python", "Commands are in the Python language."},
HDCommandObjectBreakpointCommand.cpp361 … if (m_script_language == eScriptLanguagePython || m_script_language == eScriptLanguageDefault) in SetOptionValue()
557 { eScriptLanguagePython, "python", "Commands are in the Python language."},
HDCommandObjectCommands.cpp1501 if (m_interpreter.GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython) in DoExecute()
1734 if (m_interpreter.GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython) in DoExecute()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp93 { eScriptLanguagePython, "python", "Select python as the default scripting language."},
125 { "script-lang", OptionValue::eTypeEnum , true, eScriptLanguagePython, NULL, g_lan…