|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the interface between the debugger and the processor.
Processor
Method Summary | |
void |
setProcessor(Processor processor)
Part of interlock sequence. |
void |
step(int pc)
Called by the processor in single step mode. |
Method Detail |
public void setProcessor(Processor processor)
null
argument.
processor
- The processor that this debugger can control. It is
possible to receive null here, meaning that the debugger currently
is not linked to a processor and thus not active.public void step(int pc)
pc
- The current program counter.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |