Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestOptionArgParser.cpp92 EXPECT_EQ(lldb::eScriptLanguagePython, in TEST()
97 llvm::StringRef("none"), lldb::eScriptLanguagePython, nullptr)); in TEST()
104 EXPECT_EQ(lldb::eScriptLanguagePython, in TEST()
111 lldb::eScriptLanguagePython, in TEST()
115 EXPECT_EQ(lldb::eScriptLanguagePython, in TEST()
117 lldb::eScriptLanguagePython, in TEST()
/llvm-project-15.0.7/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.cpp78 debugger.GetScriptInterpreter(true, lldb::eScriptLanguagePython); in GetPythonInterpreter()
334 lldb::eScriptLanguagePython, in Initialize()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DScriptInterpreter.cpp67 case eScriptLanguagePython: in LanguageToString()
102 if (language.equals_insensitive(LanguageToString(eScriptLanguagePython))) in StringToLanguage()
103 return eScriptLanguagePython; in StringToLanguage()
H A DOptionArgParser.cpp129 return eScriptLanguagePython; in ToScriptLanguage()
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_debugger.py58 obj.SetScriptLanguage(lldb.eScriptLanguagePython)
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp38 ScriptLanguage::eScriptLanguagePython,
296 if (language != eScriptLanguagePython) in DoUpdateThreadList()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h218 eScriptLanguagePython, enumerator
221 eScriptLanguageDefault = eScriptLanguagePython
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h85 lldb::eScriptLanguagePython,
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp308 case eScriptLanguagePython: in SetOptionValue()
H A DCommandObjectBreakpointCommand.cpp277 case eScriptLanguagePython: in SetOptionValue()
H A DCommandObjectCommands.cpp1534 if (GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython) { in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DCoreProperties.td66 DefaultEnumValue<"eScriptLanguagePython">,
H A DDebugger.cpp140 eScriptLanguagePython,
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp201 target->GetDebugger().GetScriptLanguage() == eScriptLanguagePython) { in LocateExecutableScriptingResources()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst343 .. py:data:: eScriptLanguagePython