Lines Matching refs:Simulator
50 class Simulator;
59 DebuggerCmd(Simulator* sim,
83 // Simulator which this command will be performed on.
84 Simulator* sim_;
105 HelpCmd(Simulator* sim)
114 BreakCmd(Simulator* sim)
127 StepCmd(Simulator* sim)
140 ContinueCmd(Simulator* sim)
153 PrintCmd(Simulator* sim)
167 TraceCmd(Simulator* sim)
180 GdbCmd(Simulator* sim)
191 // A debugger for the Simulator which takes input from the user in order to
192 // control the running of the Simulator.
201 Debugger(Simulator* sim);
256 Simulator* sim_;