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

Chapter 1 25
Error Messages
Debug Low Level Breakpoint Management
address; can't set another.
CAUSE The caller tried to set an NM breakpoint where they had
already set one. Complete information about the
breakpoint existing at the location is returned in the INFO
parameter.
ACTION Pick a different place to set the NM breakpoint. Delete the
existing breakpoint and then set the new one.
35 MESSAGE The BREAKPOINT is owned by another process;
can't clear it.
CAUSE The caller tried to delete an NM breakpoint which he did
not own.
ACTION Specify an NM breakpoint which the caller set. Grant the
user PM capabilities so they may delete other people's
breakpoints.
40 MESSAGE The DATA BUFFER is too small to hold the
indicated number of bytes.
CAUSE The user requested a data transfer that is larger than the
size of the passed buffer.
ACTION Increase the size of the buffer or request less data.
45 MESSAGE A CM BREAKPOINT already exists at that
address (it's not in DEBUG TABLES!)
CAUSE A CM breakpoint was found at the indicated address.
Since the breakpoint was not found in the system debug
tables, it must be a breakpoint from some other subsystem
or placed in the code by the programmer.
ACTION Pick another location to set a DEBUG breakpoint since
DEBUG will not set a breakpoint on another breakpoint.
50 MESSAGE The procedure could not find the CM
BREAKPOINT in the BREAKPOINT TABLE; can't
clear it.
CAUSE The CM breakpoint index specified is not in the breakpoint
tables.
ACTION List the current CM breakpoints and use an index of an
existing breakpoint.
55 MESSAGE There is a BREAKPOINT already set there.
CAUSE The caller tried to set a CM breakpoint where they had
already set one. Complete information about the
breakpoint existing at the location is returned in the INFO
parameter.
ACTION Pick a different place to set the CM breakpoint. Delete the
existing breakpoint and then set the new one.