Searched refs:RunREPL (Results 1 – 6 of 6) sorted by relevance
464 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
386 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()
622 m_debugger.RunREPL(m_option_data.m_repl_lang, repl_options)); in MainLoop()
2149 Status Debugger::RunREPL(LanguageType language, const char *repl_options) { in RunREPL() function in Debugger
22474 result = (arg1)->RunREPL(arg2,(char const *)arg3); in _wrap_SBDebugger_RunREPL()