Searched refs:RunREPL (Results 1 – 5 of 5) sorted by relevance
274 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
320 Status RunREPL(lldb::LanguageType language, const char *repl_options);
956 SBError SBDebugger::RunREPL(lldb::LanguageType language, in RunREPL() function in SBDebugger960 error.ref() = m_opaque_sp->RunREPL(language, repl_options); in RunREPL()
666 SBError error(m_debugger.RunREPL(m_option_data.m_repl_lang, repl_options)); in MainLoop()
1695 Status Debugger::RunREPL(LanguageType language, const char *repl_options) { in RunREPL() function in Debugger