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

166 Chapter4
Error Messages Viii C 3
Symbolic Debugger
variable $lang. The valid language designators are
COBOL, Pascal, FORTRAN, C, and default.
ACTION Re-enter the command with COBOL, Pascal, FORTRAN,
C, or default as the designator.
UE374 MESSAGE LOCAL IS NOT ACTIVE
CAUSE A local variable name was recognized but the procedure it
belongs to was not currently active on the child process
stack.
ACTION Re-enter the command after its procedure has been called.
UE375 MESSAGE TWO OPERANDS IN A ROW
CAUSE The expression handler detected an improper construct in
an expression.
ACTION Refer to the "Entering Expressions" section in the HP
Symbolic Debugger User's Reference Manual
(31508-90003).
UE376 MESSAGE NO SOURCE FILE FOR CURRENT ADDRESS
CAUSE The given child process address did not map to a known,
debuggable source file.
ACTION Use the lf (list files) command to view the files the
debugger recognizes, and re-enter the command with an
appropriate address expression.
UE377 MESSAGE NO SEARCH PATTERN
CAUSE The search command (/, ?, n (next), or N (Next)) was given
without a search pattern (in the case of n (next) and N
(Next), the previous search command / or ? was provided
without a pattern).
ACTION Refer to the individual command listings in the HP
Symbolic Debugger User's Reference Manual for more
information about search commands.
UE378 MESSAGE NO MATCH FOR "TEXT"
CAUSE The search pattern (TEXT) for the /, ?, n, (next) or N
(Next) command was not found in the current viewing file.
Note that the pattern is a literal, not a regular expression.
ACTION Try another pattern or view another file and search for the
pattern.
UE379 MESSAGE INVALID DISPLAY FORMAT "TEXT"
CAUSE Given the data display format, or a portion of it, the TEXT
contained invalid syntax.
ACTION Refer to Table 4-3 in the HP Symbolic Debugger User's
Reference Manual to see valid data viewing formats.