Searched refs:RunREPL (Results 1 – 6 of 6) sorted by relevance
480 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
379 Status RunREPL(lldb::LanguageType language, const char *repl_options);
1293 SBError SBDebugger::RunREPL(lldb::LanguageType language, in RunREPL() function in SBDebugger1299 error.ref() = m_opaque_sp->RunREPL(language, repl_options); in RunREPL()
608 m_debugger.RunREPL(m_option_data.m_repl_lang, repl_options)); in MainLoop()
2190 Status Debugger::RunREPL(LanguageType language, const char *repl_options) { in RunREPL() function in Debugger
23813 result = (arg1)->RunREPL(arg2,(char const *)arg3); in _wrap_SBDebugger_RunREPL()