Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreter.cpp57 case eScriptLanguagePython: in LanguageToString()
72 if (language.equals_lower(LanguageToString(eScriptLanguagePython))) in StringToLanguage()
73 return eScriptLanguagePython; in StringToLanguage()
H A DOptionArgParser.cpp130 return eScriptLanguagePython; in ToScriptLanguage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp40 {eScriptLanguagePython, "python", "Commands are in the Python language."},
337 m_use_script_language = (m_script_language == eScriptLanguagePython || in SetOptionValue()
H A DCommandObjectBreakpointCommand.cpp42 {eScriptLanguagePython, "python", "Commands are in the Python language."},
300 if (m_script_language == eScriptLanguagePython || in SetOptionValue()
H A DCommandObjectCommands.cpp1481 lldb::eScriptLanguagePython) { in DoExecute()
1697 lldb::eScriptLanguagePython) { in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h229 eScriptLanguagePython, enumerator
230 eScriptLanguageDefault = eScriptLanguagePython,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h40 interpreter = lldb::eScriptLanguagePython; in CommandDataPython()
H A DScriptInterpreterPython.cpp266 : ScriptInterpreter(interpreter, eScriptLanguagePython), in ScriptInterpreterPython()
342 lldb::eScriptLanguagePython, CreateInstance); in Initialize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp109 {eScriptLanguagePython, "python",
218 {"script-lang", OptionValue::eTypeEnum, true, eScriptLanguagePython,