Searched refs:sb_interpreter (Results 1 – 3 of 3) sorted by relevance
463 SBCommandInterpreter sb_interpreter = m_debugger.GetCommandInterpreter(); in MainLoop() local467 sb_interpreter.SourceInitFileInGlobalDirectory(result); in MainLoop()468 sb_interpreter.SourceInitFileInHomeDirectory(result, m_option_data.m_repl); in MainLoop()473 sb_interpreter.SourceInitFileInCurrentWorkingDirectory(result); in MainLoop()634 return sb_interpreter.GetQuitStatus(); in MainLoop()
516 SBCommandInterpreter sb_interpreter; in GetCommandInterpreter() local518 sb_interpreter.reset(&m_opaque_sp->GetCommandInterpreter()); in GetCommandInterpreter()520 return sb_interpreter; in GetCommandInterpreter()532 SBCommandInterpreter sb_interpreter(GetCommandInterpreter()); in HandleCommand() local535 sb_interpreter.HandleCommand(command, result, false); in HandleCommand()
76 SBCommandInterpreter sb_interpreter(&m_interpreter); in DoExecute() local