Public Member Functions

BinNavi.API.debug.raw.ThreadRegisterValues Class Reference

Contains the current register values of a single thread. More...

List of all members.

Public Member Functions

long getThreadId ()
 Thread ID of the thread the register values belong to.
List< RegistergetValues ()
 Current values of the thread.

Detailed Description

Some replies sent by debug clients contain the current register values of one thread of the debugged target process. These register values are stored in the ThreadRegisterValues class.


Member Function Documentation

long BinNavi.API.debug.raw.ThreadRegisterValues.getThreadId (  ) 

Returns the Thread ID of the thread the registers belong to.

Returns:
The Thread ID of the thread the registers belong to.
List<Register> BinNavi.API.debug.raw.ThreadRegisterValues.getValues (  ) 

Returns the current values of the given thread.

Returns:
The current values of the given thread.