Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectScripting.cpp92 ? m_interpreter.GetDebugger().GetScriptLanguage() in DoExecute()
H A DCommandObjectWatchpointCommand.cpp370 m_options.m_script_language = GetDebugger().GetScriptLanguage(); in DoExecute()
H A DCommandObjectBreakpointCommand.cpp339 m_options.m_script_language = GetDebugger().GetScriptLanguage(); in DoExecute()
H A DCommandObjectCommands.cpp2210 if (GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h391 lldb::ScriptLanguage GetScriptLanguage() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp55 !IsScriptLanguageSupported(target_sp->GetDebugger().GetScriptLanguage())) in CreateInstance()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h271 lldb::ScriptLanguage GetScriptLanguage() const;
/freebsd/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/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp399 m_debugger.GetScriptInterpreterInfo(m_debugger.GetScriptLanguage()); in ProcessArgs()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp345 lldb::ScriptLanguage Debugger::GetScriptLanguage() const { in GetScriptLanguage() function in Debugger
1688 language ? *language : GetScriptLanguage(); in GetScriptInterpreter()
H A DModule.cpp1437 const ScriptLanguage script_language = debugger.GetScriptLanguage(); in LoadScriptingResourceInTarget()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23207 result = (lldb::ScriptLanguage)((lldb::SBDebugger const *)arg1)->GetScriptLanguage(); in _wrap_SBDebugger_GetScriptLanguage()