The Register Window
Overview
The Register Window lists all the registers and their contents for
the selected stack frame. It permits viewing the contents of registers
in different formats, editing register values, and some display
customizations.
The Register Window will update the register contents in the display
to match the stack frame currently being viewed in the
Source Window and Stack Winodw.
Register Window topics:
The Register Menu provides on-screen access to the functionality of the
Register Window. To use any item from this menu, first use the mouse and
select (click the left mouse button) on any register cell. Users may then
select:
- Edit
- Edit the contents of the selected register
- Format
- Change the display format of the selected register
- Remove
from Display
- Remove the selected register from the Register
Window Display
- Display All
Registers
- Display all registers in the Display. This item
is only available when a register was previously
removed from the Display.
The Register Display contains name and value pairs for each register
available on the target hardware. These "cells" are layed out as a
spreadsheet for ease of use.
To navigate the Register Display, use either
the mouse and left mouse button or the arrow keys on the keyboard to
highlight the appropriate cell. Users may then use the
Register Menu or use the Register Pop-up Menu to access special display
and editing options for the Register Window.
All of the special functions of the register window are accessed through
the Register Pop-up Menu. To use the Menu, simply select a register (see
Navigating the Register Display) and click the
right mouse button. The Menu offers:
- Edit
- Edit the contents of the selected register. This item
is also accessible by simply double-clicking the left
mouse button on any register in the Display. The value
of the register is set to the entered value -- the debugger
does diffferentiate between decimal, hexadecimal, octal,
and binary input. Press the escape key on the keyboard
to cancel.
- Format
Change the display format of the register. Valid display types
are:
- Hex
- The register's contents are displayed in
hexadecimal (base 16).
- Decimal
- The value is shown as
a decimal number (base 10).
- Natural
- The register is displayed in its natural format.
- Binary
- The contents of the register are displayed
as a binary number (base 2).
- Octal
- The register's contents are shown in octal (base 8).
- Raw
- The raw contents of the register are shown.
- Remove
- Remove the selected register from the display. To display
the removed register again, select the "Display All Registers"
option from the Register Menu or the Register Pop-up Menu.
- Display All Registers
- Causes the Register Window Display to show all registers,
including those which were previously "removed". This menu
item is only available when removed registers exist.