Home
last modified time | relevance | path

Searched refs:ScriptLanguage (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptObject.h17 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 DOptionArgParser.h38 static lldb::ScriptLanguage ToScriptLanguage(llvm::StringRef s,
39 lldb::ScriptLanguage fail_value,
H A DScriptInterpreter.h154 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 DSBScriptObject.h22 SBScriptObject(const ScriptObjectPtr ptr, lldb::ScriptLanguage lang);
38 lldb::ScriptLanguage GetLanguage() const;
H A DSBDebugger.h312 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 DSBScriptObject.cpp20 lldb::ScriptLanguage lang) in SBScriptObject()
65 lldb::ScriptLanguage SBScriptObject::GetLanguage() const { in GetLanguage()
H A DSBDebugger.cpp715 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 DCommandObjectScript.cpp35 language = (lldb::ScriptLanguage)OptionArgParser::ToOptionEnum( in SetOptionValue()
79 lldb::ScriptLanguage language = in DoExecute()
H A DCommandObjectScript.h30 lldb::ScriptLanguage language = lldb::eScriptLanguageNone;
H A DCommandObjectWatchpointCommand.cpp303 m_script_language = (lldb::ScriptLanguage)OptionArgParser::ToOptionEnum( in SetOptionValue()
359 lldb::ScriptLanguage m_script_language = eScriptLanguageNone;
H A DCommandObjectBreakpointCommand.cpp272 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 DScriptInterpreter.cpp31 lldb::ScriptLanguage script_lang) in ScriptInterpreter()
61 std::string ScriptInterpreter::LanguageToString(lldb::ScriptLanguage language) { in LanguageToString()
112 lldb::ScriptLanguage
H A DOptionArgParser.cpp124 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 DScriptedProcess.cpp39 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 DScriptedProcess.h127 static bool IsScriptLanguageSupported(lldb::ScriptLanguage language);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h48 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 DDebugger.h182 std::optional<lldb::ScriptLanguage> language = {});
278 lldb::ScriptLanguage GetScriptLanguage() const;
280 bool SetScriptLanguage(lldb::ScriptLanguage script_lang);
H A DPluginManager.h266 lldb::ScriptLanguage script_lang,
275 GetScriptInterpreterForLanguage(lldb::ScriptLanguage script_lang,
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp344 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 DPluginManager.cpp922 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 DCoreProperties.td76 def ScriptLanguage: Property<"script-lang", "Enum">,
H A DModule.cpp1440 const ScriptLanguage script_language = debugger.GetScriptLanguage(); in LoadScriptingResourceInTarget()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h217 enum ScriptLanguage { enum
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp68 ScriptLanguage interp_language; in CreateFromStructuredData()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst339 ScriptLanguage section in Enumerators

12