public static class ModificationLog.MemoryOperation
extends java.lang.Object
ModificationLog.MemoryAccessLog. That is, a single read, write, malloc, or free event that
affected the memory range of interest.| Constructor and Description |
|---|
MemoryOperation(byte operationType,
long time,
long startAddress,
int size,
java.util.List<ModificationLog.Tag> stack) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getOperationType() |
int |
getSize() |
java.util.List<ModificationLog.Tag> |
getStack() |
long |
getStartAddress() |
long |
getTime() |
void |
printTo(java.lang.StringBuilder builder,
int indent) |
public MemoryOperation(byte operationType,
long time,
long startAddress,
int size,
java.util.List<ModificationLog.Tag> stack)
public java.util.List<ModificationLog.Tag> getStack()
public long getTime()
public long getStartAddress()
public int getSize()
public byte getOperationType()
public void printTo(java.lang.StringBuilder builder,
int indent)