Native Inspect Manual (H06.04+)

Syntax of Native Inspect Commands
Native Inspect Manual528122-005
4-49
mab command
The range over which a MAB is set (that is, native-address + size) cannot
exceed a 16K-page boundary.
flags
is one of:
-c specifies change access; triggers beakpoint when the value changes
-g specifies a global MAB; can be set only when privileged debugging is
enabled. See Global Debugging on page 1-17. You can specify both the
-g and -h flags.
-h
indicates a halt loop breakpoint, which can only be set by the super ID user
after issuing the priv command. Both the -g and -h flags can be set at once by
the super ID user.
-r
specifies read access
-w
specifies write access
-rw
specifies read/write access (this is the default value)
llce
is a low-level conditional expression that can be specified in any order with flags.
Examples
To display the memory access breakpoint:
(eInspect 1,480):mab
MAB
addr = 0x080000e0
segid = 65535
mabtype = 2
global = 0
haltloop = 0
length = 1
There is no global MAB set