Native Inspect Manual (H06.07+)

Syntax of Native Inspect Commands
Native Inspect Manual528122-006
4-49
log command
log command
Turns logging on or off:
If you specify a pathname, logging is turned on.
If you omit the pathname, Native Inspect turns off logging and closes the current
log file.
pathname
is the OSS or Guardian pathname of the log file.
Native Inspect creates a text file (file code 101) in the current working directory or
in the location you specify in the log command. If the log file already exists,
Native Inspect opens it and appends output to it.
-d
shows the name of the log file that is currently open.
When logging is on, Native Inspect records all commands and their results in the log
file (file).
ls command
Alias: files command
mab command
Sets a memory access breakpoint (MAB) for the current process. For each process
being debugged you can set one MAB. The MAB is not assigned a breakpoint number.
When you define a MAB, you can use a low-level conditional expression, but not a
high-level condition or commands to execute. The process is suspended each time the
memory location is accessed in the specified manner (read, write, or change).
Entered with no arguments, the MAB command lists information about the current
memory access breakpoint.
Related Command: Use the dmab command
to delete a memory access breakpoint.
log [ pathname | -d ]
mab [ {*native-address | variable} [size][flags] [-e llce] ]