IoTracker implementation that records all I/O operations for trace logging.
Stores memory reads, writes, and register modifications as hex-encoded strings for output via IoTraceLogger.
Recorded memory read operations (address + hex data + len).
Recorded register write operations (index -> value).
Recorded memory write operations (address + hex data + len).
Clear all recorded operations.
Record a memory read operation.
Record a memory write operation.
Record a register write operation.
IoTracker implementation that records all I/O operations for trace logging.
Stores memory reads, writes, and register modifications as hex-encoded strings for output via IoTraceLogger.