Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionArgParser.h29 static lldb::ScriptLanguage ToScriptLanguage(llvm::StringRef s,
30 lldb::ScriptLanguage fail_value,
H A DScriptInterpreter.h149 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 DSBDebugger.i396 lldb::ScriptLanguage
461 lldb::ScriptLanguage
465 SetScriptLanguage (lldb::ScriptLanguage script_lang);
506 SBStructuredData GetScriptInterpreterInfo(ScriptLanguage);
/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h276 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 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()
294 ScriptLanguage language = m_interpreter->GetLanguage(); in DoUpdateThreadList()
H A DScriptedProcess.h96 static bool IsScriptLanguageSupported(lldb::ScriptLanguage language);
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DScriptInterpreter.cpp31 Debugger &debugger, lldb::ScriptLanguage script_lang, in ScriptInterpreter()
66 std::string ScriptInterpreter::LanguageToString(lldb::ScriptLanguage language) { in LanguageToString()
101 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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h48 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 DDebugger.h177 std::optional<lldb::ScriptLanguage> language = {});
277 lldb::ScriptLanguage GetScriptLanguage() const;
279 bool SetScriptLanguage(lldb::ScriptLanguage script_lang);
H A DPluginManager.h258 lldb::ScriptLanguage script_lang,
267 GetScriptInterpreterForLanguage(lldb::ScriptLanguage script_lang,
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp325 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 DPluginManager.cpp884 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 DCoreProperties.td68 def ScriptLanguage: Property<"script-lang", "Enum">,
H A DModule.cpp1489 const ScriptLanguage script_language = debugger.GetScriptLanguage(); in LoadScriptingResourceInTarget()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp704 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 Dlldb-enumerations.h217 enum ScriptLanguage { enum
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp68 ScriptLanguage interp_language; in CreateFromStructuredData()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst339 ScriptLanguage section in Enumerators