HP 3000 Manuals

Ap A. Messages [ Symbolic Debugger/iX User's Guide ] MPE/iX 5.0 Documentation


Symbolic Debugger/iX User's Guide

Appendix A  Messages 

This appendix lists messages that you may encounter while using HP
Symbolic Debugger.  Self-explanatory messages and those which relate to
syntax errors, such as missing or extraneous characters in commands, are
not listed in this appendix.

To assist you in finding the solution to a problem, several messages may
be displayed.  Look up each message in this appendix to get complete
information about the action to take.

Messages are preceded by unique reference numbers that indicate the error
type.  Messages, with their message reference numbers, are listed in this
order:

UE300-UE785               User Errors

DB1-DB11                  Debugger Errors

Internal error messages, which are in the range of IE500 to IE825, should
not occur with normal debugger use.  If they do occur, report them to
your HP representative.

Child process (program) errors result in signals which are communicated
to the debugger.  If a program error occurs while executing a procedure
call from the command line, it is handled like any other error (in other
words, you can investigate the called procedure).  To recover from this,
or to abort a procedure call from the command line, press CTRLY.

The following example message has a reference number of UE313 and is
listed below as it appears in this appendix:

     UE313      MESSAGE       Invalid breakpoint type "TEXT"

A list of abbreviations that are used throughout this appendix and their
meanings follow.  Note that in all explanations, commands are given in
long form, but the short form may also be used.  See the chapter "HP
Symbolic Debugger Commands" for further details.

ABBREVIATION                         DEFINITION 

CMD                                  A debugger command.

FILE                                 The name of a file.

NAME                                 The name of a data object.

NUM                                  A number.

PROC                                 A user program or procedure name.

TEXT                                 A text string; arbitrary user input.

UEnnn                                User-created error.

DBnnn                                A debugger error.



MPE/iX 5.0 Documentation