MPE/iX Quick Reference Guide (32650-90881)

Chapter 6 167
System Debug
Debugging your system
pcbx (
pin
)
Formal Declaration
pcbx:sptr (
pin
:u16)
func phystolog
Converts a CM physical segment number and mapping bit to a CM logical code address.
phystolog (
physsegnum
[
mappingbit
])
Formal Declaration
phystolog:lcptr (
physsegnum
:u16 [
mappingbit
:bool=FALSE])
func pib
Returns the virtual address (SPTR) of a process's process information block (PIB).
pib (
pin
)
Formal Declaration
pib:sptr (
pin
:u16)
func pibx
Returns the virtual address (SPTR) of a process's process information block extension
(PIBX).
pibx: (
pin
)
Formal Declaration
pibx:sptr (
pin
:u16)
func prog
Coerce an expression into a PROG logical code pointer (LCPTR).
prog (
value
)
Formal Declaration
prog:prog (
value
:any)
func pstate
Returns the process state, for the speciļ¬ed PIN, as a string.
pstate (
pin
)
Formal Declaration
pstate:str (
pin
:u16)