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.cpp94 ? m_interpreter.GetDebugger().GetScriptLanguage() in DoExecute()
H A DCommandObjectWatchpointCommand.cpp371 m_options.m_script_language = GetDebugger().GetScriptLanguage(); in DoExecute()
H A DCommandObjectBreakpointCommand.cpp340 m_options.m_script_language = GetDebugger().GetScriptLanguage(); in DoExecute()
H A DCommandObjectCommands.cpp2453 if (GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h536 lldb::ScriptLanguage GetScriptLanguage() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp57 !IsScriptLanguageSupported(target_sp->GetDebugger().GetScriptLanguage())) in CreateInstance()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h260 lldb::ScriptLanguage GetScriptLanguage() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1411 ScriptLanguage SBDebugger::GetScriptLanguage() const { in GetScriptLanguage() function in SBDebugger
1414 return (m_opaque_sp ? m_opaque_sp->GetScriptLanguage() : eScriptLanguageNone); in GetScriptLanguage()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp412 m_debugger.GetScriptInterpreterInfo(m_debugger.GetScriptLanguage()); in ProcessArgs()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp364 lldb::ScriptLanguage Debugger::GetScriptLanguage() const { in GetScriptLanguage() function in Debugger
1859 language ? *language : GetScriptLanguage(); in GetScriptInterpreter()
H A DModule.cpp1426 const ScriptLanguage script_language = debugger.GetScriptLanguage(); in LoadScriptingResourceInTarget()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23570 result = (lldb::ScriptLanguage)((lldb::SBDebugger const *)arg1)->GetScriptLanguage(); in _wrap_SBDebugger_GetScriptLanguage()