Recorded register value. More...
Public Member Functions | |
| byte[] | getMemory () |
| Memory content at the register address. | |
| String | getName () |
| Name of the register. | |
| Address | getValue () |
| Register value. | |
Represents a single recorded register value that was recorded for a debug trace event.
| byte [] BinNavi.API.disassembly.TraceRegister.getMemory | ( | ) |
Returns the memory content at the memory address pointed to by the register.
| String BinNavi.API.disassembly.TraceRegister.getName | ( | ) |
Returns the name of the register.
| Address BinNavi.API.disassembly.TraceRegister.getValue | ( | ) |
Returns the value of the register.
1.7.1