System Debug Reference Manual (32650-90888)
Chapter 5 187
System Debug Command Specifications Fx-LOG
KILL
on the current NM regs. The NM regs are interpreted as containing values
used by the emulator/translator.
Examples
$ nmdebug > initnm 0.tcb(20)
Initialize the native mode registers from the indicated virtual address.
% cmdebug > initcm 40153014
Initialize the CM registers from the interrupt marker that starts at address 40153014. The
process was most likely in the emulator (or else the CM state would be stored in the
CMGLOBALS area of the PIB).
Limitations, Restrictions
none
KILL
Debug only
Privileged Mode
Issues a request to process management to kill the specified process.
Syntax
KILL
pin
Parameters
pin
The process identification number (PIN) to be killed. If you are a privileged
user, you may specify any PIN. If you are not privileged, you may specify
any PIN that is a child of the process making this request.
Examples
$nmdat > kill 8
Tell process management to kill PIN 8.
Limitations, Restrictions.
This routine is implemented by calling the process management KILL routine. That
routine does not kill a process until it is out of system code and is no longer critical. Debug
waits until the request can be completed.