Public Member Functions

BinNavi.API.debug.Register Class Reference

Single register value of a thread. More...

List of all members.

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.

Detailed Description

Represents a single register of a thread of the target process.


Member Function Documentation

String BinNavi.API.debug.Register.getName (  ) 

Returns the name of the register.

Returns:
The name of the register.
BigInteger BinNavi.API.debug.Register.getValue (  ) 

Returns the value of the register.

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.

Returns:
True, if the register is the program counter. False, otherwise.
boolean BinNavi.API.debug.Register.isStackPointer (  ) 

Tells whether the register is the stack pointer register of the target thread.

Returns:
True, if the register is the stack pointer. False, otherwise.
String BinNavi.API.debug.Register.toString (  ) 

Returns a string representation of the register.

Returns:
A string representation of the register.