Searched refs:eScriptLanguagePython (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | ScriptInterpreter.cpp | 57 case eScriptLanguagePython: in LanguageToString() 72 if (language.equals_lower(LanguageToString(eScriptLanguagePython))) in StringToLanguage() 73 return eScriptLanguagePython; in StringToLanguage()
|
| H A D | OptionArgParser.cpp | 130 return eScriptLanguagePython; in ToScriptLanguage()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectWatchpointCommand.cpp | 40 {eScriptLanguagePython, "python", "Commands are in the Python language."}, 337 m_use_script_language = (m_script_language == eScriptLanguagePython || in SetOptionValue()
|
| H A D | CommandObjectBreakpointCommand.cpp | 42 {eScriptLanguagePython, "python", "Commands are in the Python language."}, 300 if (m_script_language == eScriptLanguagePython || in SetOptionValue()
|
| H A D | CommandObjectCommands.cpp | 1481 lldb::eScriptLanguagePython) { in DoExecute() 1697 lldb::eScriptLanguagePython) { in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 229 eScriptLanguagePython, enumerator 230 eScriptLanguageDefault = eScriptLanguagePython,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.h | 40 interpreter = lldb::eScriptLanguagePython; in CommandDataPython()
|
| H A D | ScriptInterpreterPython.cpp | 266 : ScriptInterpreter(interpreter, eScriptLanguagePython), in ScriptInterpreterPython() 342 lldb::eScriptLanguagePython, CreateInstance); in Initialize()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Debugger.cpp | 109 {eScriptLanguagePython, "python", 218 {"script-lang", OptionValue::eTypeEnum, true, eScriptLanguagePython,
|