reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86229   SWIG_Python_SetConstant(d, "eScriptLanguagePython",SWIG_From_int(static_cast< int >(lldb::eScriptLanguagePython)));
gen/tools/lldb/source/Core/CoreProperties.inc
   23   {"script-lang", OptionValue::eTypeEnum, true, eScriptLanguagePython, nullptr, OptionEnumValues(g_language_enumerators), "The script language to be used for evaluating user-written scripts."},
tools/lldb/include/lldb/lldb-enumerations.h
  216   eScriptLanguageDefault = eScriptLanguagePython,
tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
   40         eScriptLanguagePython,
  305         if (m_script_language == eScriptLanguagePython ||
tools/lldb/source/Commands/CommandObjectCommands.cpp
 1430     if (GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython) {
 1645     if (GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython) {
tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
   37         eScriptLanguagePython,
  336         m_use_script_language = (m_script_language == eScriptLanguagePython ||
tools/lldb/source/Core/Debugger.cpp
  127         eScriptLanguagePython,
tools/lldb/source/Interpreter/OptionArgParser.cpp
  129     return eScriptLanguagePython;
tools/lldb/source/Interpreter/ScriptInterpreter.cpp
   52   case eScriptLanguagePython:
   67   if (language.equals_lower(LanguageToString(eScriptLanguagePython)))
   68     return eScriptLanguagePython;
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
   64       target->GetDebugger().GetScriptLanguage() == eScriptLanguagePython) {
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  366                                   lldb::eScriptLanguagePython,
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
   36       interpreter = lldb::eScriptLanguagePython;
   41         interpreter = lldb::eScriptLanguagePython;
   48       : ScriptInterpreter(debugger, lldb::eScriptLanguagePython),
tools/lldb/unittests/Interpreter/TestOptionArgParser.cpp
   92   EXPECT_EQ(lldb::eScriptLanguagePython,
   97                 llvm::StringRef("none"), lldb::eScriptLanguagePython, nullptr));
  104   EXPECT_EQ(lldb::eScriptLanguagePython,
  111                                               lldb::eScriptLanguagePython,
  115   EXPECT_EQ(lldb::eScriptLanguagePython,
  117                                               lldb::eScriptLanguagePython,