Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectScripting.cpp92 ? m_interpreter.GetDebugger().GetScriptLanguage() in DoExecute()
HDCommandObjectWatchpointCommand.cpp370 m_options.m_script_language = GetDebugger().GetScriptLanguage(); in DoExecute()
HDCommandObjectBreakpointCommand.cpp339 m_options.m_script_language = GetDebugger().GetScriptLanguage(); in DoExecute()
HDCommandObjectCommands.cpp2210 if (GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython) { in DoExecute()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBDebugger.h391 lldb::ScriptLanguage GetScriptLanguage() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
HDScriptedProcess.cpp55 !IsScriptLanguageSupported(target_sp->GetDebugger().GetScriptLanguage())) in CreateInstance()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDDebugger.h271 lldb::ScriptLanguage GetScriptLanguage() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBDebugger.cpp1426 ScriptLanguage SBDebugger::GetScriptLanguage() const { in GetScriptLanguage() function in SBDebugger
1429 return (m_opaque_sp ? m_opaque_sp->GetScriptLanguage() : eScriptLanguageNone); in GetScriptLanguage()
/freebsd-13-stable/contrib/llvm-project/lldb/tools/driver/
HDDriver.cpp399 m_debugger.GetScriptInterpreterInfo(m_debugger.GetScriptLanguage()); in ProcessArgs()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDDebugger.cpp345 lldb::ScriptLanguage Debugger::GetScriptLanguage() const { in GetScriptLanguage() function in Debugger
1688 language ? *language : GetScriptLanguage(); in GetScriptInterpreter()
HDModule.cpp1437 const ScriptLanguage script_language = debugger.GetScriptLanguage(); in LoadScriptingResourceInTarget()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp23207 result = (lldb::ScriptLanguage)((lldb::SBDebugger const *)arg1)->GetScriptLanguage(); in _wrap_SBDebugger_GetScriptLanguage()