Home
last modified time | relevance | path

Searched refs:SetScriptLanguage (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i465 SetScriptLanguage (lldb::ScriptLanguage script_lang);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h333 void SetScriptLanguage(lldb::ScriptLanguage script_lang);
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h279 bool SetScriptLanguage(lldb::ScriptLanguage script_lang);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp1415 void SBDebugger::SetScriptLanguage(ScriptLanguage script_lang) { in SetScriptLanguage() function in SBDebugger
1419 m_opaque_sp->SetScriptLanguage(script_lang); in SetScriptLanguage()
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp268 m_debugger.SetScriptLanguage(m_debugger.GetScriptingLanguage(arg_value)); in ProcessArgs()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp331 bool Debugger::SetScriptLanguage(lldb::ScriptLanguage script_lang) { in SetScriptLanguage() function in Debugger