Alpha SRM Console Firmware 7–13
Basic Alpha SRM Console Command Descriptions
Examples
examine Command
Example Display Description
>>>e r0 gpr: 0 (R0) 0000000000000002 Examines the
contents of R0,
using a symbolic
address.
>>>e -g 0 gpr: 0 (R0) 0000000000000002 Examines the
contents of R0,
using address
space.
>>>e grp:0 gpr: 0 (R0) 0000000000000002 Examines the
contents of R0,
using a device
name.
>>>examine -n 5 r7 gpr: 38 (R7) 0000000000000000
gpr: 40 (R8) 0000000000000000
gpr: 48 (R9) 0000000000000000
gpr: 50 (R10) 000000007FFBF800
gpr: 58 (R11) 000000007FF781A2
gpr: 60 (R12) 0000000000000000
Examines the
contents of R7
and the next five
registers.
>>>examine ipr:11 ipr 11 (KSP) FFFFFFFF8228DFD0 Examines the
contents of
internal processor
register 11.