C/C++ Programmer's Guide (G06.27+, H06.03+)

Table Of Contents
Compiler Pragmas
HP C/C++ Programmer’s Guide for NonStop Systems429301-010
13-51
INNERLIST
This pragma is only valid for TNS/R-target compilations.
INNERLIST
The INNERLIST pragma controls whether the compiler listing includes the instruction-
code mnemonics generated for each statement immediately following the source text
of the statement. The INNERLIST pragma directs the compiler to list these
mnemonics, and NOINNERLIST directs it not to list them.
The pragma default settings are:
Usage Guideline
The INNERLIST pragma can be entered on the compiler RUN command line or in the
source text. They can also be specified with the -W[no]innerlist flag of the c89
utility.
INSPECT
The INSPECT pragma controls whether the symbolic debugger or the default system
debugger is used as the default debugger for the object file. The INSPECT pragma
specifies a symbolic debugger as the default debugger, and the NOINSPECT pragma
specifies the system default debugger as the default debugger.
The pragma default settings are:
[NO]INNERLIST
SYSTYPE GUARDIAN SYSTYPE OSS
TNS C compiler NOINNERLIST NOINNERLIST
G-series TNS c89 utility NOINNERLIST NOINNERLIST
TNS/R native C and C++ compilers NOINNERLIST NOINNERLIST
Native c89 utility NOINNERLIST NOINNERLIST
TNS/E native C and C++ compilers NOINNERLIST NOINNERLIST
[NO]INSPECT
SYSTYPE GUARDIAN SYSTYPE OSS
TNS C compiler INSPECT INSPECT
G-series TNS c89 utility INSPECT INSPECT
TNS/R native C and C++ compilers INSPECT INSPECT
Native c89 utility INSPECT INSPECT
TNS/E native C and C++ compilers INSPECT INSPECT