Contains the current register values of a single thread. More...
Public Member Functions | |
| long | getThreadId () |
| Thread ID of the thread the register values belong to. | |
| List< Register > | getValues () |
| Current values of the thread. | |
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.
| long BinNavi.API.debug.raw.ThreadRegisterValues.getThreadId | ( | ) |
| List<Register> BinNavi.API.debug.raw.ThreadRegisterValues.getValues | ( | ) |
Returns the current values of the given thread.
1.7.1