MPE/iX Quick Reference Guide (32650-90881)

172 Chapter6
System Debug
Debugging your system
Formal Declaration
strwrite:str (
valuelist
:str)
func symaddr
Returns the bit- or byte-relative offset of a component specified through the path
specification, relative to the outer structure.
symaddr (
path
[
units
])
Formal Declaration
symaddr:u32 (
path
:str [
units
:u16=8])
func symconst
Returns the value of a declared constant.
symconst (
path
)
Formal Declaration
symconst:any (
path
:str)
func syminset
Returns a Boolean value of TRUE if the set member specified by the member parameter is
in the set specified by the virtual address and the path specification.
syminset (
virtaddr path member
)
Formal Declaration
syminset:bool (
virtaddr
:ptr
path
:str
member
:str)
func symlen
Returns the length of a data structure in bits or bytes.
symlen (
path
[
units
])
Formal Declaration
symlen:u32 (
path
:str [
units
:u32=$8])
func symtype
Returns the type of a component described by the path specification.
symtype (
path
)
Formal Declaration
symtype:int (
path
:str)