Searched refs:sb_interpreter (Results 1 – 3 of 3) sorted by relevance
315 SBCommandInterpreter sb_interpreter; in GetCommandInterpreter() local317 sb_interpreter.reset (&m_opaque_sp->GetCommandInterpreter()); in GetCommandInterpreter()321 m_opaque_sp.get(), sb_interpreter.get()); in GetCommandInterpreter()323 return sb_interpreter; in GetCommandInterpreter()336 SBCommandInterpreter sb_interpreter(GetCommandInterpreter ()); in HandleCommand() local339 sb_interpreter.HandleCommand (command, result, false); in HandleCommand()
52 SBCommandInterpreter sb_interpreter(&m_interpreter); in DoExecute() local
1321 SBCommandInterpreter sb_interpreter = m_debugger.GetCommandInterpreter(); in MainLoop() local1387 listener.StartListeningForEvents (sb_interpreter.GetBroadcaster(), in MainLoop()1395 sb_interpreter.SourceInitFileInHomeDirectory(result); in MainLoop()1484 sb_interpreter.SourceInitFileInCurrentWorkingDirectory (result); in MainLoop()1572 else if (event.BroadcasterMatchesRef (sb_interpreter.GetBroadcaster())) in MainLoop()