Public Member Functions

com.google.security.zynamics.binnavi.API.debug.raw.ThreadRegisterValues Class Reference

List of all members.

Public Member Functions

long getThreadId ()
List< RegistergetValues ()

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 com.google.security.zynamics.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> com.google.security.zynamics.binnavi.API.debug.raw.ThreadRegisterValues.getValues (  ) 

Returns the current values of the given thread.

Returns:
The current values of the given thread.