HPlogo 900 Series HP 3000 Computer Systems: MPE/iX Intrinsics Reference Manual > Chapter 4 Command Definitions

HPRESETDUMP

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

NM callable only.

Disarms the system debugger call from a process abort.

Syntax

                I32

   HPRESETDUMP(status);

Parameters

status

32-bit signed integer by reference (optional)

Returns the status of the HPRESETDUMP call. If no errors or warnings are encountered, status returns 32 bits of zero. If errors or warnings are encountered, status is interpreted as two 16-bit fields.

Bits (0:16) comprise status.info. A negative value indicates an error condition, and a positive value indicates a warning condition. Refer to the MPE/iX Error Message Manual Volumes 1, 2 and 3 (32650-90066, 32650-90152, and 32650-90368) for a description of its value.

Bits (16:16) comprise status.subsys. The value represented by these bits defines the subsystem that set the status information. The subsystem identifier for HPRESETDUMP is 165.

Related Information

Intrinsics

HPSETDUMP, SETDUMP, RESETDUMP

Commands

RESETDUMP

Manuals

MPE/iX System Debug Reference Manual (32650-90013)

Feedback to webmaster