Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBDebugger.h278 SetScriptLanguage (lldb::ScriptLanguage script_lang);
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDDebugger.h293 SetScriptLanguage (lldb::ScriptLanguage script_lang);
/trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h337 SetScriptLanguage (lldb::ScriptLanguage lang);
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBDebugger.cpp1107 SBDebugger::SetScriptLanguage (ScriptLanguage script_lang) in SetScriptLanguage() function in SBDebugger
1111 m_opaque_sp->SetScriptLanguage (script_lang); in SetScriptLanguage()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp272 Debugger::SetScriptLanguage (lldb::ScriptLanguage script_lang) in SetScriptLanguage() function in Debugger
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandInterpreter.cpp116 debugger.SetScriptLanguage (script_language); in CommandInterpreter()