{
{
{    The purpose of this request is to give a debugger control prior to task
{ exit.  This request is issued if:
{    1.  task debug is on and PMP$EXIT or PMP$ABORT is called; or
{    2.  task debug is off, but PMP$ABORT is called and there is an "abort
{        file" associated with the program.
{
{       DBP$END_DEBUG (ABORT, STATUS)
{
{ ABORT: (input)  This parameter specifies whether PMP$END_DEBUG was called as
{       the result of a PMP$EXIT (FALSE) or a PMP$ABORT (TRUE).
{
{ STATUS: (input) This parameter specifies the task's status on exit.
{       CONDITIONS:
{            none
{
