|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.monitors.GDBServer.GDBMonitor.StartupProbe
The StartupProbe is a probe inserted at the beginning of the program that
will stop the simulation in order to wait for GDB to connect to Avrora.
| Nested Class Summary |
| Nested classes inherited from class avrora.sim.Simulator.Probe |
Simulator.Probe.Empty |
| Constructor Summary | |
protected |
GDBServer.GDBMonitor.StartupProbe()
|
| Method Summary | |
void |
fireAfter(State s,
int pc)
The fireAfter() method is called after the probed instruction executes. |
void |
fireBefore(State s,
int pc)
The fireBefore() method is called before the probed instruction executes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected GDBServer.GDBMonitor.StartupProbe()
| Method Detail |
public void fireBefore(State s,
int pc)
Simulator.ProbefireBefore() method is called before the probed instruction executes.
fireBefore in interface Simulator.Probes - the state of the simulationpc - the address at which this instruction resides
public void fireAfter(State s,
int pc)
Simulator.ProbefireAfter() method is called after the probed instruction executes.
fireAfter in interface Simulator.Probes - the state of the simulationpc - the address at which this instruction resides
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||