MPE/iX Quick Reference Guide (32650-90881)

Chapter 6 173
System Debug
Debugging your system
func symval
Returns the value of a simple data type speciļ¬ed by a virtual address and a path.
symval (
virtaddr path
)
Formal Declaration
symval:any (
virtaddr
:ptr
path
:str)
func sys
Coerces an expression into a SYS logical code pointer (LCPTR).
sys (
value
)
Formal Declaration
sys:sys (
value
:any)
func tcb
Returns the real address of a process's TCB (task control block).
tcb (
pin
)
Formal Declaration
tcb:u32 (
pin
:u16)
func trans
Coerces an expression into a TRANS logical code pointer (LCPTR).
trans (
value
)
Formal Declaration
trans:trans (
value
:any)
func typeof
Returns the type of an evaluated expression as a string.
typeof (
expr
)
Formal Declaration
typeof:str (
expr
:any)
func u16
Coerces an expression into an unsigned 16-bit value.
u16 (
value
)
Formal Declaration
u16:u16 (
value
:any)