Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.h34 interpreter = lldb::eScriptLanguagePython; in CommandDataPython()
39 interpreter = lldb::eScriptLanguagePython; in CommandDataPython()
45 : ScriptInterpreter(debugger, lldb::eScriptLanguagePython), in ScriptInterpreterPython()
DScriptInterpreterPython.cpp80 debugger.GetScriptInterpreter(true, lldb::eScriptLanguagePython); in GetPythonInterpreter()
336 lldb::eScriptLanguagePython, in Initialize()
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DScriptInterpreter.cpp70 case eScriptLanguagePython: in LanguageToString()
105 if (language.equals_insensitive(LanguageToString(eScriptLanguagePython))) in StringToLanguage()
106 return eScriptLanguagePython; in StringToLanguage()
DOptionArgParser.cpp130 return eScriptLanguagePython; in ToScriptLanguage()
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-enumerations.h219 eScriptLanguagePython, enumerator
222 eScriptLanguageDefault = eScriptLanguagePython
/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DCommandOptionArgumentTable.h85 lldb::eScriptLanguagePython,
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp308 case eScriptLanguagePython: in SetOptionValue()
DCommandObjectBreakpointCommand.cpp277 case eScriptLanguagePython: in SetOptionValue()
DCommandObjectCommands.cpp1537 if (GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython) { in DoExecute()
/openbsd/src/gnu/llvm/lldb/source/Core/
DCoreProperties.td70 DefaultEnumValue<"eScriptLanguagePython">,
DDebugger.cpp142 eScriptLanguagePython,
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp202 target->GetDebugger().GetScriptLanguage() == eScriptLanguagePython) { in LocateExecutableScriptingResources()
/openbsd/src/gnu/llvm/lldb/docs/
Dpython_api_enums.rst343 .. py:data:: eScriptLanguagePython