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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h278 SetScriptLanguage (lldb::ScriptLanguage script_lang);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h293 SetScriptLanguage (lldb::ScriptLanguage script_lang);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h337 SetScriptLanguage (lldb::ScriptLanguage lang);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1107 SBDebugger::SetScriptLanguage (ScriptLanguage script_lang) function in class:SBDebugger
1111 m_opaque_sp->SetScriptLanguage (script_lang);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp272 Debugger::SetScriptLanguage (lldb::ScriptLanguage script_lang) function in class:Debugger
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp116 debugger.SetScriptLanguage (script_language);

Completed in 183 milliseconds