User guide
examine
2.
>>> e-g0
gpr: 0 ( R0) 0000000000000002
Examine GPR register R0 by address space (-gpr option).
3.
>>> e gpr:0
gpr: 0 ( R0) 0000000000000002
Examine R0 by device name.
4.
>>> examine pc
gpr: 0000000F ( PC) FFFFFFFC
Examine the program counter (PC).
5.
>>> examine sp
gpr: 0000000E ( SP) 00000200
Examine the GPR stack pointer (SP) register.
6.
>>> examine -n 5 R7
gpr: 00000007 ( R7) 00000000
gpr: 00000008 ( R8) 00000000
gpr: 00000009 ( R9) 801D9000
gpr: 0000000A ( R10) 00000000
gpr: 0000000B ( R11) 00000000
gpr: 0000000C ( AP) 00000000
Examine R7 plus the 5 following GPRs.)
7.
>>> examine ipr:11
ipr: 00000011 ( SCBB) 2004A000
Examine the SCBB, internal processor register (IPR) 17 (decimal).
8.
>>> examine scbb
ipr: 00000011 ( SCBB) 2004A000
Examine the SCBB using the symbolic name.
9.
>>> examine pmem:0
pmem: 00000000 00000000
Examine physical address 0.
10.
>>> examine -d 40000
pmem: 00040000 11 BRB 20040019
Examine address 40000 with macro instruction decode.
13–38 Console Commands