Single register value of a thread. More...
Public Member Functions | |
| String | getName () |
| Name of the register. | |
| BigInteger | getValue () |
| Value of the register. | |
| boolean | isProgramCounter () |
| Checks if the register is the PC register. | |
| boolean | isStackPointer () |
| Checks if the register is the stack pointer register. | |
| String | toString () |
| Printable representation of the register. | |
Represents a single register of a thread of the target process.
| String BinNavi.API.debug.Register.getName | ( | ) |
Returns the name of the register.
| BigInteger BinNavi.API.debug.Register.getValue | ( | ) |
Returns the value of the register.
| boolean BinNavi.API.debug.Register.isProgramCounter | ( | ) |
Tells whether the register is the program counter / instruction pointer register of the target thread.
| boolean BinNavi.API.debug.Register.isStackPointer | ( | ) |
Tells whether the register is the stack pointer register of the target thread.
| String BinNavi.API.debug.Register.toString | ( | ) |
Returns a string representation of the register.
1.7.1