HPlogo System Debug Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 4 System Debug Command Specifications

FPMAP

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

Reinitializes CM FPMAP symbolic procedure name access.

Syntax

   FPMAP

   

Initialization of CM FPMAP symbolic procedure names is automatic in System Debug.

The FPMAP command is typically used to "pick up" new libraries that have been dynamically loaded (through LOADPROC or SWITCH intrinsics) since the original program execution.

The FPMAP command inspects the CM program file and all currently loaded CM libraries in order to locate the necessary FPMAP records.

Examples

   %cmdebug > fpmap

Re-initialize CM symbolic access for FPMAP records.

Limitations, Restrictions

The CM program file and libraries must have been prepared with the Segmenter's FPMAP option.

CAUTION: The output format of all System Debug commands is subject to change without notice. Programs that are developed to postprocess System Debug output should not depend on the exact format (spacing, alignment, number of lines, uppercase or lowercase, or spelling) of any System Debug command output.
Feedback to webmaster