Searched refs:RunREPL (Results 1 – 6 of 6) sorted by relevance
545 RunREPL (lldb::LanguageType language, const char *repl_options);
409 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
372 Status RunREPL(lldb::LanguageType language, const char *repl_options);
1279 SBError SBDebugger::RunREPL(lldb::LanguageType language, in RunREPL() function in SBDebugger1285 error.ref() = m_opaque_sp->RunREPL(language, repl_options); in RunREPL()
627 m_debugger.RunREPL(m_option_data.m_repl_lang, repl_options)); in MainLoop()
1983 Status Debugger::RunREPL(LanguageType language, const char *repl_options) { in RunREPL() function in Debugger