Public Member Functions

BinNavi.API.debug.raw.RegisterValues Class Reference

Contains the known register values of all threads of a process. More...

List of all members.

Public Member Functions

List< ThreadRegisterValuesgetValues ()
 Returns the register values of the individual threads.

Detailed Description

Some replies sent by debug clients contain the current register values of all threads of the debugged target process. These register values are stored in the RegisterValues class.


Member Function Documentation

List<ThreadRegisterValues> BinNavi.API.debug.raw.RegisterValues.getValues (  ) 

Returns the register values of the individual threads.

Returns:
The register values of the individual threads.