Home
last modified time | relevance | path

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

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