Searched refs:RunREPL (Results 1 – 6 of 6) sorted by relevance
543 RunREPL (lldb::LanguageType language, const char *repl_options);
392 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
374 Status RunREPL(lldb::LanguageType language, const char *repl_options);
1241 SBError SBDebugger::RunREPL(lldb::LanguageType language, in RunREPL() function in SBDebugger1247 error.ref() = m_opaque_sp->RunREPL(language, repl_options); in RunREPL()
625 m_debugger.RunREPL(m_option_data.m_repl_lang, repl_options)); in MainLoop()
1963 Status Debugger::RunREPL(LanguageType language, const char *repl_options) { in RunREPL() function in Debugger