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

Chapter 4 167
Error Messages Viii C 3
Symbolic Debugger
UE381 MESSAGE LENGTH NOT ALLOWED WITH "TEXT" FORMAT
CAUSE Given the data display format, the TEXT did not allow the
data length specification because it is irrelevant or implicit
in the format.
ACTION Refer to the HP Symbolic Debugger User's Reference
Manual to see valid data viewing formats.
UE382 MESSAGE THIS DOES NOT APPEAR TO BE A STRUCT OR UNION
THIS DOES NOT APPEAR TO BE A RECORD OR UNION
CAUSE The debugger tried and failed to dump the contents of a
data object that was not a struct, union, or record.
ACTION Use the \t display format for more information.
UE385 MESSAGE NO CURRENT PROCEDURE
CAUSE The debugger tried to list locals for the current viewing
procedure when the procedure was undefined.
ACTION Use the lp (list procedures) command to list all the
debuggable procedures.
UE386 MESSAGE NO SUCH PROCEDURE "PROC"
CAUSE An attempt to list locals of a non-existent, or
non-debuggable procedure PROC was made.
ACTION Use the lp (list procedures) command to list all known
debuggable procedures.
UE387 MESSAGE UNRECOGNIZED "l" COMMAND
CAUSE The l (list) command was given with a second part that
was neither a known procedure name, nor a valid option.
ACTION Refer to the l (list) command listing in the HP Symbolic
Debugger User's Reference Manual for more information.
UE388 MESSAGE ":" MUST BE FOLLOWED BY A DEPTH
CAUSE Proc:depth was entered incorrectly.
ACTION Refer to the individual command listings in the HP
Symbolic Debugger User's Reference Manual for more
information.
UE390 MESSAGE EXITING COMMAND LINE PROCEDURE CALL
CAUSE The command line procedure call environment terminated
for an unusual reason, such as a break was encountered
during program execution, or an error was reached before
the procedure was called.
ACTION Check the procedure call for errors and re-enter the
command line procedure call.
UE391 MESSAGE CAN'T PASS MORE THAN NUM ARGUMENTS TO CALLED