Lines Matching defs:sim
59 DebuggerCmd(Simulator* sim,
105 HelpCmd(Simulator* sim)
106 : DebuggerCmd(sim, "help", "h", "", "Display this help message.") {}
114 BreakCmd(Simulator* sim)
115 : DebuggerCmd(sim,
127 StepCmd(Simulator* sim)
128 : DebuggerCmd(sim,
140 ContinueCmd(Simulator* sim)
141 : DebuggerCmd(sim,
153 PrintCmd(Simulator* sim)
154 : DebuggerCmd(sim,
167 TraceCmd(Simulator* sim)
168 : DebuggerCmd(sim,
180 GdbCmd(Simulator* sim)
181 : DebuggerCmd(sim,
201 Debugger(Simulator* sim);