Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectScript.cpp81 ? m_interpreter.GetDebugger().GetScriptLanguage() in DoExecute()
H A DCommandObjectWatchpointCommand.cpp382 m_options.m_script_language = GetDebugger().GetScriptLanguage(); in DoExecute()
H A DCommandObjectBreakpointCommand.cpp351 m_options.m_script_language = GetDebugger().GetScriptLanguage(); in DoExecute()
H A DCommandObjectCommands.cpp1558 if (GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython) { in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h375 lldb::ScriptLanguage GetScriptLanguage() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp55 !IsScriptLanguageSupported(target_sp->GetDebugger().GetScriptLanguage())) in CreateInstance()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h278 lldb::ScriptLanguage GetScriptLanguage() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1426 ScriptLanguage SBDebugger::GetScriptLanguage() const { in GetScriptLanguage() function in SBDebugger
1429 return (m_opaque_sp ? m_opaque_sp->GetScriptLanguage() : eScriptLanguageNone); in GetScriptLanguage()
/freebsd-14.2/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp399 m_debugger.GetScriptInterpreterInfo(m_debugger.GetScriptLanguage()); in ProcessArgs()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp344 lldb::ScriptLanguage Debugger::GetScriptLanguage() const { in GetScriptLanguage() function in Debugger
1648 language ? *language : GetScriptLanguage(); in GetScriptInterpreter()
H A DModule.cpp1440 const ScriptLanguage script_language = debugger.GetScriptLanguage(); in LoadScriptingResourceInTarget()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp21868 result = (lldb::ScriptLanguage)((lldb::SBDebugger const *)arg1)->GetScriptLanguage(); in _wrap_SBDebugger_GetScriptLanguage()