System Debug Reference Manual (32650-90888)

Chapter 5 167
System Debug Command Specifications Fx-LOG
Fx (format)
[ 9 ]: 0
[ a ]: 0
END
This is what the first element of the StudentArray data looks like when formatted as if it
were a StudentRecord.
$nmdebug > fv data "StudentRecord.Name"
'Bill'
$nmdebug > fv data "StudentRecord.Year"
SENIOR
$nmdebug > fv data "StudentRecord.Grades[3]"
4e
MPE XL Operating System Examples
We can also look at individual items of a data structure as the above examples depict.
$nmdebug > symopen symos.pub.sys
$nmdebug > fv pib(pin) "pib_type.cm_global"
c79c0000
Open the operating system symbolic file. Format the data in the cm_global field of the PIB
for the current PIN. It is a short pointer.
$nmdebug > fv pib(pin) "pib_type.cm_global^"
PACKED RECORD
CM_DP0 : 0
CM_DP_SCRATCH : c0105d40
CM_INFO :
CM_INFO_INT : c
CM_CTRL :
CM_CTRL_INT : 0
CM_STACK_DST : ac
CM_DB_DST : ac
CM_DB_3K_OFFSET : 200
CM_DB_SID : 7d4
CM_DB_OFFSET : 400110b0
CM_DL : CONVERT_PTR_TYPE( 7d4.40011000 )
CM_S : CONVERT_PTR_TYPE( 7d4.400110be )
CM_Z : CONVERT_PTR_TYPE( 7d4.40015ed0 )
CM_STACK_BASE : CONVERT_PTR_TYPE( 7d4.40010cb0 )
CM_STACK_LIMIT : CONVERT_PTR_TYPE( 7d4.40020fff )
CM_CST : 80000700
CM_CSTX : 0
CM_LSTT : CONVERT_PTR_TYPE( 0.0 )
CM_NRPGMSEGS : 0
CM_DST : 81400000
CM_BANK0 : 80000000
CM_BANK0_SIZE : 10000
CM_DEBUG : 0
CM_MCODE_ADR : 484228
CM_RESVD6 : 0
CM_RESVD5 : 0