Package ghidra.test.processors.support
Interface ExecutionListener
- All Known Implementing Classes:
ProcessorEmulatorTestAdapter
public interface ExecutionListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidlog(PCodeTestGroup testGroup, String msg) voidlog(PCodeTestGroup testGroup, String msg, Throwable t) voidlogRead(EmulatorTestRunner testRunner, Address address, int size, byte[] values) voidlogState(EmulatorTestRunner testRunner) voidlogState(EmulatorTestRunner emulatorTestRunner, Address dumpAddr, int dumpSize, int elementSize, EmulatorTestRunner.DumpFormat elementFormat, String comment) voidlogWrite(EmulatorTestRunner testRunner, Address address, int size, byte[] values) voidstepCompleted(EmulatorTestRunner testRunner)
-
Method Details
-
stepCompleted
-
logWrite
-
logRead
-
logState
-
logState
void logState(EmulatorTestRunner emulatorTestRunner, Address dumpAddr, int dumpSize, int elementSize, EmulatorTestRunner.DumpFormat elementFormat, String comment) -
log
-
log
-