MPE/iX Error Messages Manual Vol 3 (32650-90880)
Chapter 1 29
Error Messages
Debug Low Level Breakpoint Management
ACTION Make sure the address is valid.
165 MESSAGE The PIN was not found in the DEBUG TABLES;
can't RESUME the process.
CAUSE While trying to resume a process at a newly specified
address, the interrupt marker for the process could not be
located in the debug tables.
ACTION Call the resume routine without specifying a new resume
address.
170 MESSAGE The PIN is invalid; you may not specify your
own PIN.
CAUSE The caller's PIN was specified as the target of the request
function.
ACTION Specify a PIN other than your own.
175 MESSAGE SINGLE STEPPING is currently controlled by
another PIN; can set SS counter.
CAUSE An attempt was made to single step a process whose single
step counter is controlled by another process.
ACTION Do not single step the process or try later when the
current owner of the single step counter is finished with it.
180 MESSAGE The PIN was not found in the DEBUG TABLES;
can't set SS counter.
CAUSE While attempting to single step a process, the process's
interrupt marker could not be found in the system debug
tables.
ACTION None.
185 MESSAGE The DEBUG TABLES are full; try again later.
CAUSE The global system debug table is full.
ACTION Wait for the number of debug users to decrease. Delete
breakpoints, turn off traps (all these free table space).
190 MESSAGE The indicated PIN does not exist.
CAUSE The indicated PIN did not exist when the request was
made.
ACTION Specify a valid PIN.
195 MESSAGE A compiler generated TRACE BREAKPOINT is
already set at that location.
CAUSE While attempting to set an NM breakpoint, one of several
compiler-generated breakpoints was found at the
indicated address.
ACTION Choose a different address at which to set the breakpoint.