GPGEN - Generate GP Information

This profile parameter is used to enable/disable the generation of GP information which is used when debugging or profiling applications or when using the code coverage feature.

Possible settings See GPGEN Parameter Syntax
Default setting none See the default settings of the subparameters in GPGEN Parameter Syntax.
Dynamic specification yes
Specification within session no

GPGEN Parameter Syntax

The GPGEN parameter is specified as follows:

GPGEN={(subparameter=value[,subparameter=value]...)}

Important:
Blank spaces are not allowed in the syntax. Use commas to separate the syntax elements.

Where:

Subparameter Value Description
DEBUGGER

DEBUGGER=value determines whether GP information for the Debugger is generated.

Default: OFF

ON GP information for the Debugger is generated.
OFF GP information for the Debugger is not generated.
PROFILER

PROFILER=value determines whether GP information for the Natural Profiler is generated.

Default: OFF

ON GP information for the Profiler is generated.
OFF GP information for the Profiler is not generated.
COVERAGE

COVERAGE=value determines whether GP information for code coverage is generated.

Default: OFF

ON GP information for code coverage is generated.
OFF GP information for code coverage is not generated.

Examples of GPGEN Parameter

GPGEN=(DEBUGGER=ON,PROFILER=ON,COVERAGE=ON)