MPE/iX Error Messages Manual Vol 3 (32650-90880)

160 Chapter4
Error Messages Viii C 3
Symbolic Debugger
ACTION Re-enter the command and include a command-list within
braces ({ }).
UE328 MESSAGE NO BREAKPOINT SET AT CURRENT LOCATION
CAUSE An attempt was made to activate, delete, or suspend a
breakpoint where no breakpoint was defined.
ACTION Use the lb (list breakpoints) command to see where
breakpoints are set.
UE329 MESSAGE ADDRESS IS REQUIRED AFTER "CMD"
CAUSE The ba (breakpoint address) command must be followed by
a code address.
ACTION Use a valid code address (symbolic or numeric) with the
command.
UE330 MESSAGE INVALID DEPTH GIVEN FOR "CMD" COMMAND
CAUSE An attempt was made to specify a depth that is not a
number greater than or equal to 0.
ACTION Re-enter the appropriate command with a valid depth.
UE331 MESSAGE DEPTH MUST BE AN INTEGER
CAUSE An attempt was made to specify a stack depth that is not a
number.
ACTION Re-enter the command and specify an integer depth.
UE332 MESSAGE "CMD" NOT ALLOWED WHILE RUNNING ASSERTIONS
CAUSE These commands cannot be executed while assertions are
active: c (continue), C (Continue), r (run), R (Run), s (step),
S (Step), or k (kill). If one of these commands appears in an
assertion command list, it must follow an x (exit) command
with a non-zero modifier.
ACTION Exit assertion mode to execute the command or delay
using the command.
UE333 MESSAGE "da," "db," OR "dp" IS REQUIRED
CAUSE The d (delete) command has only three valid variations.
This d (delete) command was followed by something other
than an assertion, breakpoint, or procedure command.
ACTION Refer to the HP Symbolic Debugger User's Reference
Manual to see valid delete commands.
UE334 MESSAGE MUST SPECIFY WHICH ASSERTION TO SUSPEND
MUST SPECIFY WHICH ASSERTION TO DELETE
CAUSE The number of the assertion to suspend or delete was not
specified.
ACTION Use the la (list assertions) command to find the number of