| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptObject.h | 17 ScriptObject(lldb::ScriptObjectPtr ptr, lldb::ScriptLanguage lang) in ScriptObject() 24 lldb::ScriptLanguage GetLanguage() const { return m_language; } in GetLanguage() 28 lldb::ScriptLanguage m_language;
|
| H A D | OptionArgParser.h | 38 static lldb::ScriptLanguage ToScriptLanguage(llvm::StringRef s, 39 lldb::ScriptLanguage fail_value,
|
| H A D | ScriptInterpreter.h | 154 ScriptInterpreter(Debugger &debugger, lldb::ScriptLanguage script_lang); 552 static std::string LanguageToString(lldb::ScriptLanguage language); 554 static lldb::ScriptLanguage StringToLanguage(const llvm::StringRef &string); 556 lldb::ScriptLanguage GetLanguage() { return m_script_lang; } in GetLanguage() 598 lldb::ScriptLanguage m_script_lang;
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBScriptObject.h | 22 SBScriptObject(const ScriptObjectPtr ptr, lldb::ScriptLanguage lang); 38 lldb::ScriptLanguage GetLanguage() const;
|
| H A D | SBDebugger.h | 312 lldb::ScriptLanguage GetScriptingLanguage(const char *script_language_name); 314 SBStructuredData GetScriptInterpreterInfo(ScriptLanguage); 375 lldb::ScriptLanguage GetScriptLanguage() const; 377 void SetScriptLanguage(lldb::ScriptLanguage script_lang);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBScriptObject.cpp | 20 lldb::ScriptLanguage lang) in SBScriptObject() 65 lldb::ScriptLanguage SBScriptObject::GetLanguage() const { in GetLanguage()
|
| H A D | SBDebugger.cpp | 715 ScriptLanguage 726 SBDebugger::GetScriptInterpreterInfo(lldb::ScriptLanguage language) { in GetScriptInterpreterInfo() 1426 ScriptLanguage SBDebugger::GetScriptLanguage() const { in GetScriptLanguage() 1432 void SBDebugger::SetScriptLanguage(ScriptLanguage script_lang) { in SetScriptLanguage()
|
| /freebsd-14.2/contrib/llvm-project/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;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | ScriptInterpreter.cpp | 31 lldb::ScriptLanguage script_lang) in ScriptInterpreter() 61 std::string ScriptInterpreter::LanguageToString(lldb::ScriptLanguage language) { in LanguageToString() 112 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()
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| H A D | ScriptedProcess.h | 127 static bool IsScriptLanguageSupported(lldb::ScriptLanguage language);
|
| /freebsd-14.2/contrib/llvm-project/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 =
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 182 std::optional<lldb::ScriptLanguage> language = {}); 278 lldb::ScriptLanguage GetScriptLanguage() const; 280 bool SetScriptLanguage(lldb::ScriptLanguage script_lang);
|
| H A D | PluginManager.h | 266 lldb::ScriptLanguage script_lang, 275 GetScriptInterpreterForLanguage(lldb::ScriptLanguage script_lang,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 344 lldb::ScriptLanguage Debugger::GetScriptLanguage() const { in GetScriptLanguage() 346 return GetPropertyAtIndexAs<lldb::ScriptLanguage>( in GetScriptLanguage() 347 idx, static_cast<lldb::ScriptLanguage>( in GetScriptLanguage() 351 bool Debugger::SetScriptLanguage(lldb::ScriptLanguage script_lang) { in SetScriptLanguage() 1645 std::optional<lldb::ScriptLanguage> language) { in GetScriptInterpreter() 1647 lldb::ScriptLanguage script_language = in GetScriptInterpreter()
|
| H A D | PluginManager.cpp | 922 lldb::ScriptLanguage language) in ScriptInterpreterInstance() 927 lldb::ScriptLanguage language = lldb::eScriptLanguageNone; 939 lldb::ScriptLanguage script_language, in RegisterPlugin() 956 PluginManager::GetScriptInterpreterForLanguage(lldb::ScriptLanguage script_lang, in GetScriptInterpreterForLanguage()
|
| H A D | CoreProperties.td | 76 def ScriptLanguage: Property<"script-lang", "Enum">,
|
| H A D | Module.cpp | 1440 const ScriptLanguage script_language = debugger.GetScriptLanguage(); in LoadScriptingResourceInTarget()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 217 enum ScriptLanguage { enum
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointOptions.cpp | 68 ScriptLanguage interp_language; in CreateFromStructuredData()
|
| /freebsd-14.2/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 339 ScriptLanguage section in Enumerators
|