Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Interpreter/
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()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.h34 interpreter = lldb::eScriptLanguagePython; in CommandDataPython()
39 interpreter = lldb::eScriptLanguagePython; in CommandDataPython()
46 : ScriptInterpreter(debugger, lldb::eScriptLanguagePython), in ScriptInterpreterPython()
DScriptInterpreterPython.cpp221 debugger.GetScriptInterpreter(true, lldb::eScriptLanguagePython); in GetPythonInterpreter()
428 lldb::eScriptLanguagePython, in Initialize()
/external/llvm-project/lldb/source/Interpreter/
DScriptInterpreter.cpp64 case eScriptLanguagePython: in LanguageToString()
78 if (language.equals_lower(LanguageToString(eScriptLanguagePython))) in StringToLanguage()
79 return eScriptLanguagePython; in StringToLanguage()
DOptionArgParser.cpp129 return eScriptLanguagePython; in ToScriptLanguage()
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_debugger.py57 obj.SetScriptLanguage(lldb.eScriptLanguagePython)
/external/llvm-project/lldb/source/Commands/
DCommandObjectScript.cpp25 eScriptLanguagePython,
DCommandObjectWatchpointCommand.cpp35 eScriptLanguagePython,
339 case eScriptLanguagePython: in SetOptionValue()
DCommandObjectBreakpointCommand.cpp35 eScriptLanguagePython,
301 case eScriptLanguagePython: in SetOptionValue()
DCommandObjectCommands.cpp1514 if (GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython) { in DoExecute()
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h218 eScriptLanguagePython, enumerator
221 eScriptLanguageDefault = eScriptLanguagePython
/external/llvm-project/lldb/source/Core/
DCoreProperties.td42 DefaultEnumValue<"eScriptLanguagePython">,
DDebugger.cpp127 eScriptLanguagePython,
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp74 target->GetDebugger().GetScriptLanguage() == eScriptLanguagePython) { in LocateExecutableScriptingResources()