Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreter.cpp26 lldb::ScriptLanguage script_lang) in ScriptInterpreter()
50 std::string ScriptInterpreter::LanguageToString(lldb::ScriptLanguage language) { in LanguageToString()
68 lldb::ScriptLanguage
H A DCommandObjectScript.h24 lldb::ScriptLanguage script_lang);
H A DOptionArgParser.cpp124 lldb::ScriptLanguage OptionArgParser::ToScriptLanguage( in ToScriptLanguage()
125 llvm::StringRef s, lldb::ScriptLanguage fail_value, bool *success_ptr) { in ToScriptLanguage()
H A DCommandObjectScript.cpp30 ScriptLanguage script_lang) in CommandObjectScript()
H A DCommandInterpreter.cpp125 ScriptLanguage script_language, in CommandInterpreter()
460 lldb::ScriptLanguage script_language = m_debugger.GetScriptLanguage(); in LoadCommandDictionary()
2507 lldb::ScriptLanguage script_lang = GetDebugger().GetScriptLanguage(); in GetScriptInterpreter()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionArgParser.h30 static lldb::ScriptLanguage ToScriptLanguage(llvm::StringRef s,
31 lldb::ScriptLanguage fail_value,
H A DScriptInterpreter.h57 lldb::ScriptLanguage script_lang);
466 static std::string LanguageToString(lldb::ScriptLanguage language);
468 static lldb::ScriptLanguage StringToLanguage(const llvm::StringRef &string);
472 lldb::ScriptLanguage GetLanguage() { return m_script_lang; } in GetLanguage()
476 lldb::ScriptLanguage m_script_lang;
H A DCommandInterpreter.h194 CommandInterpreter(Debugger &debugger, lldb::ScriptLanguage script_language,
382 void SetScriptLanguage(lldb::ScriptLanguage lang);
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.h53 lldb::ScriptLanguage GetScriptLanguage() const;
83 lldb::ScriptLanguage m_script_lang = lldb::eScriptLanguageDefault;
H A DDriver.cpp177 lldb::ScriptLanguage Driver::GetScriptLanguage() const { in GetScriptLanguage()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h180 lldb::ScriptLanguage GetScriptingLanguage(const char *script_language_name);
233 lldb::ScriptLanguage GetScriptLanguage() const;
235 void SetScriptLanguage(lldb::ScriptLanguage script_lang);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h53 CommandData(const StringList &user_source, lldb::ScriptLanguage interp) in CommandData()
69 enum lldb::ScriptLanguage
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h251 lldb::ScriptLanguage GetScriptLanguage() const;
253 bool SetScriptLanguage(lldb::ScriptLanguage script_lang);
H A DPluginManager.h287 lldb::ScriptLanguage script_lang,
296 GetScriptInterpreterForLanguage(lldb::ScriptLanguage script_lang,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp333 m_script_language = (lldb::ScriptLanguage)OptionArgParser::ToOptionEnum( in SetOptionValue()
382 lldb::ScriptLanguage m_script_language;
H A DCommandObjectBreakpointCommand.cpp296 m_script_language = (lldb::ScriptLanguage)OptionArgParser::ToOptionEnum( in SetOptionValue()
354 lldb::ScriptLanguage m_script_language;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp485 ScriptLanguage
1070 ScriptLanguage SBDebugger::GetScriptLanguage() const { in GetScriptLanguage()
1074 void SBDebugger::SetScriptLanguage(ScriptLanguage script_lang) { in SetScriptLanguage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp431 lldb::ScriptLanguage Debugger::GetScriptLanguage() const { in GetScriptLanguage()
433 return (lldb::ScriptLanguage)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetScriptLanguage()
437 bool Debugger::SetScriptLanguage(lldb::ScriptLanguage script_lang) { in SetScriptLanguage()
H A DPluginManager.cpp1458 lldb::ScriptLanguage language;
1477 lldb::ScriptLanguage script_language, in RegisterPlugin()
1521 lldb::ScriptLanguage script_lang, CommandInterpreter &interpreter) { in GetScriptInterpreterForLanguage()
H A DModule.cpp1520 const ScriptLanguage script_language = debugger.GetScriptLanguage(); in LoadScriptingResourceInTarget()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h227 enum ScriptLanguage { enum
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp73 ScriptLanguage interp_language; in CreateFromStructuredData()