| /freebsd/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 | 41 static lldb::ScriptLanguage ToScriptLanguage(llvm::StringRef s, 42 lldb::ScriptLanguage fail_value,
|
| H A D | ScriptInterpreter.h | 162 ScriptInterpreter(Debugger &debugger, lldb::ScriptLanguage script_lang); 538 static std::string LanguageToString(lldb::ScriptLanguage language); 540 static lldb::ScriptLanguage StringToLanguage(const llvm::StringRef &string); 542 lldb::ScriptLanguage GetLanguage() { return m_script_lang; } in GetLanguage() 600 lldb::ScriptLanguage m_script_lang;
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectScripting.cpp | 55 language = (lldb::ScriptLanguage)OptionArgParser::ToOptionEnum( in SetOptionValue() 77 lldb::ScriptLanguage language = lldb::eScriptLanguageNone; 92 lldb::ScriptLanguage language = in DoExecute() 158 m_language = (lldb::ScriptLanguage)OptionArgParser::ToOptionEnum( in SetOptionValue() 180 lldb::ScriptLanguage m_language = lldb::eScriptLanguageDefault; 205 lldb::ScriptLanguage lang = in DoExecute()
|
| H A D | CommandObjectWatchpointCommand.cpp | 293 m_script_language = (lldb::ScriptLanguage)OptionArgParser::ToOptionEnum( in SetOptionValue() 348 lldb::ScriptLanguage m_script_language = eScriptLanguageNone;
|
| H A D | CommandObjectBreakpointCommand.cpp | 262 m_script_language = (lldb::ScriptLanguage)OptionArgParser::ToOptionEnum( in SetOptionValue() 316 lldb::ScriptLanguage m_script_language = eScriptLanguageNone;
|
| /freebsd/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 | 430 lldb::ScriptLanguage GetScriptingLanguage(const char *script_language_name); 433 SBStructuredData GetScriptInterpreterInfo(ScriptLanguage language); 536 lldb::ScriptLanguage GetScriptLanguage() const; 539 void SetScriptLanguage(lldb::ScriptLanguage script_lang);
|
| /freebsd/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 | 672 ScriptLanguage 683 SBDebugger::GetScriptInterpreterInfo(lldb::ScriptLanguage language) { in GetScriptInterpreterInfo() 1411 ScriptLanguage SBDebugger::GetScriptLanguage() const { in GetScriptLanguage() 1417 void SBDebugger::SetScriptLanguage(ScriptLanguage script_lang) { in SetScriptLanguage()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | ScriptInterpreter.cpp | 31 lldb::ScriptLanguage script_lang) in ScriptInterpreter() 60 std::string ScriptInterpreter::LanguageToString(lldb::ScriptLanguage language) { in LanguageToString() 133 lldb::ScriptLanguage
|
| H A D | OptionArgParser.cpp | 140 lldb::ScriptLanguage OptionArgParser::ToScriptLanguage( in ToScriptLanguage() 141 llvm::StringRef s, lldb::ScriptLanguage fail_value, bool *success_ptr) { in ToScriptLanguage()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.cpp | 41 static constexpr lldb::ScriptLanguage g_supported_script_languages[] = { 42 ScriptLanguage::eScriptLanguagePython, 45 bool ScriptedProcess::IsScriptLanguageSupported(lldb::ScriptLanguage language) { in IsScriptLanguageSupported() 46 llvm::ArrayRef<lldb::ScriptLanguage> supported_languages = in IsScriptLanguageSupported()
|
| H A D | ScriptedProcess.h | 127 static bool IsScriptLanguageSupported(lldb::ScriptLanguage language);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointOptions.h | 49 CommandData(const StringList &user_source, lldb::ScriptLanguage interp) in CommandData() 64 enum lldb::ScriptLanguage interpreter =
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | PluginManager.h | 348 lldb::ScriptLanguage script_lang, 357 GetScriptInterpreterForLanguage(lldb::ScriptLanguage script_lang, 577 lldb::ScriptLanguage language, 588 static lldb::ScriptLanguage GetScriptedInterfaceLanguageAtIndex(uint32_t idx);
|
| H A D | Debugger.h | 170 std::optional<lldb::ScriptLanguage> language = {}); 260 lldb::ScriptLanguage GetScriptLanguage() const; 262 bool SetScriptLanguage(lldb::ScriptLanguage script_lang);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ |
| H A D | ScriptedInterface.h | 88 static bool CreateInstance(lldb::ScriptLanguage language, in CreateInstance()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | PluginManager.cpp | 1249 lldb::ScriptLanguage language) in ScriptInterpreterInstance() 1254 lldb::ScriptLanguage language = lldb::eScriptLanguageNone; 1266 lldb::ScriptLanguage script_language, in RegisterPlugin() 1283 PluginManager::GetScriptInterpreterForLanguage(lldb::ScriptLanguage script_lang, in GetScriptInterpreterForLanguage() 1826 lldb::ScriptLanguage language, in ScriptedInterfaceInstance() 1832 lldb::ScriptLanguage language; 1846 lldb::ScriptLanguage language, ScriptedInterfaceUsages usages) { in RegisterPlugin() 1869 lldb::ScriptLanguage 1873 return ScriptLanguage::eScriptLanguageNone; in GetScriptedInterfaceLanguageAtIndex()
|
| H A D | Debugger.cpp | 364 lldb::ScriptLanguage Debugger::GetScriptLanguage() const { in GetScriptLanguage() 366 return GetPropertyAtIndexAs<lldb::ScriptLanguage>( in GetScriptLanguage() 367 idx, static_cast<lldb::ScriptLanguage>( in GetScriptLanguage() 371 bool Debugger::SetScriptLanguage(lldb::ScriptLanguage script_lang) { in SetScriptLanguage() 1856 std::optional<lldb::ScriptLanguage> language) { in GetScriptInterpreter() 1858 lldb::ScriptLanguage script_language = in GetScriptInterpreter()
|
| H A D | CoreProperties.td | 81 def ScriptLanguage: Property<"script-lang", "Enum">,
|
| H A D | Module.cpp | 1426 const ScriptLanguage script_language = debugger.GetScriptLanguage(); in LoadScriptingResourceInTarget()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-interfaces.h | 129 typedef bool (*ScriptedInterfaceCreateInstance)(lldb::ScriptLanguage language,
|
| H A D | lldb-enumerations.h | 220 enum ScriptLanguage { enum
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointOptions.cpp | 68 ScriptLanguage interp_language; in CreateFromStructuredData()
|