-
-
Notifications
You must be signed in to change notification settings - Fork 342
Register View

The register view shows the current register state of the program. It is broken up into several sections, one for each class of register.
The most often used section is the "General Purpose" section, which shows the standard register set for the given architecture. The instruction pointer and flags register have been placed in this group as well due to there frequency of use. Note that flags can be expanded showing all flags which are used in conditional operations, lowercase indicates unset, uppercase indicates set.
When displaying a general purpose register, the view will attempt to determine if that value is a pointer to a string, if it appears to be, it will be shown inline with the register's value.
When displaying the instruction pointer, the view will try to determine which module, and if symbols are available for that module, where in that module the instruction pointer currently is