Home
last modified time | relevance | path

Searched refs:GetScriptLanguage (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectScript.cpp102 ? m_interpreter.GetDebugger().GetScriptLanguage() in DoExecute()
H A DCommandObjectWatchpointCommand.cpp412 m_options.m_script_language = GetDebugger().GetScriptLanguage(); in DoExecute()
H A DCommandObjectBreakpointCommand.cpp380 m_options.m_script_language = GetDebugger().GetScriptLanguage(); in DoExecute()
H A DCommandObjectCommands.cpp1486 if (GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython) { in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp65 !IsScriptLanguageSupported(target_sp->GetDebugger().GetScriptLanguage())) in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i438 GetScriptLanguage() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h301 lldb::ScriptLanguage GetScriptLanguage() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1400 ScriptLanguage SBDebugger::GetScriptLanguage() const { in GetScriptLanguage() function in SBDebugger
1402 GetScriptLanguage); in GetScriptLanguage()
1404 return (m_opaque_sp ? m_opaque_sp->GetScriptLanguage() : eScriptLanguageNone); in GetScriptLanguage()
1855 GetScriptLanguage, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h299 lldb::ScriptLanguage GetScriptLanguage() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp306 lldb::ScriptLanguage Debugger::GetScriptLanguage() const { in GetScriptLanguage() function in Debugger
1279 language ? *language : GetScriptLanguage(); in GetScriptInterpreter()
H A DModule.cpp1494 const ScriptLanguage script_language = debugger.GetScriptLanguage(); in LoadScriptingResourceInTarget()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20017 result = (lldb::ScriptLanguage)((lldb::SBDebugger const *)arg1)->GetScriptLanguage(); in _wrap_SBDebugger_GetScriptLanguage()