Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp1537 if (GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython) { in DoExecute()
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i462 GetScriptLanguage() const;
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h331 lldb::ScriptLanguage GetScriptLanguage() const;
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h277 lldb::ScriptLanguage GetScriptLanguage() const;
/openbsd/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp60 !IsScriptLanguageSupported(target_sp->GetDebugger().GetScriptLanguage())) in CreateInstance()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp1409 ScriptLanguage SBDebugger::GetScriptLanguage() const { in GetScriptLanguage() function in SBDebugger
1412 return (m_opaque_sp ? m_opaque_sp->GetScriptLanguage() : eScriptLanguageNone); in GetScriptLanguage()
/openbsd/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp404 m_debugger.GetScriptInterpreterInfo(m_debugger.GetScriptLanguage()); in ProcessArgs()
/openbsd/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp325 lldb::ScriptLanguage Debugger::GetScriptLanguage() const { in GetScriptLanguage() function in Debugger
1500 language ? *language : GetScriptLanguage(); in GetScriptInterpreter()
H A DModule.cpp1489 const ScriptLanguage script_language = debugger.GetScriptLanguage(); in LoadScriptingResourceInTarget()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp202 target->GetDebugger().GetScriptLanguage() == eScriptLanguagePython) { in LocateExecutableScriptingResources()