| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | OptionArgParser.h | 29 static lldb::ScriptLanguage ToScriptLanguage(llvm::StringRef s, 30 lldb::ScriptLanguage fail_value,
|
| H A D | ScriptInterpreter.h | 149 Debugger &debugger, lldb::ScriptLanguage script_lang, 567 static std::string LanguageToString(lldb::ScriptLanguage language); 569 static lldb::ScriptLanguage StringToLanguage(const llvm::StringRef &string); 571 lldb::ScriptLanguage GetLanguage() { return m_script_lang; } in GetLanguage() 591 lldb::ScriptLanguage m_script_lang;
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 396 lldb::ScriptLanguage 461 lldb::ScriptLanguage 465 SetScriptLanguage (lldb::ScriptLanguage script_lang); 506 SBStructuredData GetScriptInterpreterInfo(ScriptLanguage);
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectScript.cpp | 35 language = (lldb::ScriptLanguage)OptionArgParser::ToOptionEnum( in SetOptionValue() 79 lldb::ScriptLanguage language = in DoExecute()
|
| H A D | CommandObjectScript.h | 30 lldb::ScriptLanguage language = lldb::eScriptLanguageNone;
|
| H A D | CommandObjectWatchpointCommand.cpp | 303 m_script_language = (lldb::ScriptLanguage)OptionArgParser::ToOptionEnum( in SetOptionValue() 359 lldb::ScriptLanguage m_script_language = eScriptLanguageNone;
|
| H A D | CommandObjectBreakpointCommand.cpp | 272 m_script_language = (lldb::ScriptLanguage)OptionArgParser::ToOptionEnum( in SetOptionValue() 327 lldb::ScriptLanguage m_script_language = eScriptLanguageNone;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 276 lldb::ScriptLanguage GetScriptingLanguage(const char *script_language_name); 278 SBStructuredData GetScriptInterpreterInfo(ScriptLanguage); 331 lldb::ScriptLanguage GetScriptLanguage() const; 333 void SetScriptLanguage(lldb::ScriptLanguage script_lang);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.cpp | 39 static constexpr lldb::ScriptLanguage g_supported_script_languages[] = { 40 ScriptLanguage::eScriptLanguagePython, 43 bool ScriptedProcess::IsScriptLanguageSupported(lldb::ScriptLanguage language) { in IsScriptLanguageSupported() 44 llvm::ArrayRef<lldb::ScriptLanguage> supported_languages = in IsScriptLanguageSupported() 294 ScriptLanguage language = m_interpreter->GetLanguage(); in DoUpdateThreadList()
|
| H A D | ScriptedProcess.h | 96 static bool IsScriptLanguageSupported(lldb::ScriptLanguage language);
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | ScriptInterpreter.cpp | 31 Debugger &debugger, lldb::ScriptLanguage script_lang, in ScriptInterpreter() 66 std::string ScriptInterpreter::LanguageToString(lldb::ScriptLanguage language) { in LanguageToString() 101 lldb::ScriptLanguage
|
| H A D | OptionArgParser.cpp | 124 lldb::ScriptLanguage OptionArgParser::ToScriptLanguage( in ToScriptLanguage() 125 llvm::StringRef s, lldb::ScriptLanguage fail_value, bool *success_ptr) { in ToScriptLanguage()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointOptions.h | 48 CommandData(const StringList &user_source, lldb::ScriptLanguage interp) in CommandData() 63 enum lldb::ScriptLanguage interpreter =
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 177 std::optional<lldb::ScriptLanguage> language = {}); 277 lldb::ScriptLanguage GetScriptLanguage() const; 279 bool SetScriptLanguage(lldb::ScriptLanguage script_lang);
|
| H A D | PluginManager.h | 258 lldb::ScriptLanguage script_lang, 267 GetScriptInterpreterForLanguage(lldb::ScriptLanguage script_lang,
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Debugger.cpp | 325 lldb::ScriptLanguage Debugger::GetScriptLanguage() const { in GetScriptLanguage() 327 return (lldb::ScriptLanguage)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetScriptLanguage() 331 bool Debugger::SetScriptLanguage(lldb::ScriptLanguage script_lang) { in SetScriptLanguage() 1497 std::optional<lldb::ScriptLanguage> language) { in GetScriptInterpreter() 1499 lldb::ScriptLanguage script_language = in GetScriptInterpreter()
|
| H A D | PluginManager.cpp | 884 lldb::ScriptLanguage language) in ScriptInterpreterInstance() 889 lldb::ScriptLanguage language = lldb::eScriptLanguageNone; 901 lldb::ScriptLanguage script_language, in RegisterPlugin() 918 PluginManager::GetScriptInterpreterForLanguage(lldb::ScriptLanguage script_lang, in GetScriptInterpreterForLanguage()
|
| H A D | CoreProperties.td | 68 def ScriptLanguage: Property<"script-lang", "Enum">,
|
| H A D | Module.cpp | 1489 const ScriptLanguage script_language = debugger.GetScriptLanguage(); in LoadScriptingResourceInTarget()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBDebugger.cpp | 704 ScriptLanguage 715 SBDebugger::GetScriptInterpreterInfo(lldb::ScriptLanguage language) { in GetScriptInterpreterInfo() 1409 ScriptLanguage SBDebugger::GetScriptLanguage() const { in GetScriptLanguage() 1415 void SBDebugger::SetScriptLanguage(ScriptLanguage script_lang) { in SetScriptLanguage()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 217 enum ScriptLanguage { enum
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointOptions.cpp | 68 ScriptLanguage interp_language; in CreateFromStructuredData()
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | python_api_enums.rst | 339 ScriptLanguage section in Enumerators
|