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

28 Chapter1
Error Messages
Debug Low Level Breakpoint Management
Hewlett-Packard Representative.
130 MESSAGE The procedure could not locate the DEBUGGER
GLOBAL DATA area.
CAUSE DEBUG could not allocate storage to maintain its own
local data storage. This could be due to lack of disk space
for virtual memory.
ACTION Verify that there is free virtual memory disk space.
135 MESSAGE The actual INSTRUCTION for that address is
not in the BREAKPOINT TABLE.
CAUSE The indicated address does not exist in the debug tables as
an address where an NM breakpoint is set.
ACTION None.
140 MESSAGE The PIN is not accessible to you (not a CHILD
or you don't have PRIV mode).
CAUSE A PIN number was specified that is not a child of the
caller.
ACTION Grant the caller PM capabilities. Use a PIN that is a child
of the caller.
145 MESSAGE The procedure could not find the STATE
INFORMATION (ISM) for the indicated process.
CAUSE An interrupt marker (ISM) for the indicated PIN could not
be found in the debug tables. The ISM is needed to alter a
process's register state and to arm the branch taken trap.
ACTION Make sure you are using the correct PIN number.
150 MESSAGE The procedure could not allocate the object
needed to store DEBUG GLOBAL DATA.
CAUSE VSM returned a bad status from a create_object call made
while initializing the debugger.
ACTION Make sure there is sufficient free disk space for virtual
memory.
155 MESSAGE This is an invalid PIN number; it is out of
range for the valid PINS.
CAUSE Same as message content.
ACTION Provide a valid PIN.
160 MESSAGE This address is inaccessible to you;
insufficient privilege or access rights.
CAUSE The VSM "probe" routine returned an error status. This is
caused by an undefined address or an address to which the
caller does not have access.