|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TraceListener
Listener to trace cpu execution.
This listener can be register to one CPU to wait for trace event. Trace event track code execution and are hardware depending but normally have one line with the disassmbled code and one with the register value after the execution of the code.
Method Summary | |
---|---|
void |
trace(java.lang.String s)
When the cpu execute one istruction trace the execution and send to this listener the String with the description with the executed code. |
Method Detail |
---|
void trace(java.lang.String s) throws SIMException
s
- - String with code executed.
SIMException
|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |