Open System Services System Calls Reference Manual (G06.25+, H06.03+)
tdm_fork(2) OSS System Calls Reference Manual
_TPC_IGNORE_FORCEPIN_ATTR
Ignores the _TPC_HIGHPIN_OFF restriction specified for or
inherited by the parent process. When
_TPC_IGNORE_FORCEPIN_ATTR
is specified, the result-
ing process has a restricted PIN only if _TPC_HIGHPIN_OFF
is also specified or if the object file for the program or a user
library lacks the HIGHPIN attribute.
_TPC_OVERRIDE_DEFMODE
Specifies that the DEFINE mode of the child process is to be set
according to the _TPC_ENABLE_DEFINES
option rather than
to the parent’s current DEFINE mode.
_TPC_PROCESS_DEFINES_ONLY
Propagates only the current set of DEFINEs.
_TPC_SUPPLIED_DEFINES_ONLY
Propagates only the DEFINEs indicated by the pe_defines field.
pe_defines Points to a specified saved set of DEFINEs created using the Guardian
DEFINESAVE procedure. These DEFINEs are propagated to the child process
if either _TPC_SUPPLIED_DEFINES_ONLY or _TPC_BOTH_DEFINES is
specified in the pe_create_options field.
Note: This string is not null-terminated.
pe_defines_len
Specifies the length of the string in the pe_defines field.
pe_debug_options
Provides control over the selection between debuggers and over the creation of
the saveabend file. A saveabend file can be examined using the symbolic
debugger to determine the cause of the abnormal termination. In addition, you
can use this option to force the created child process to enter the default system
debugger on return from the tdm_fork( ) function.
Possible options are:
_TPC_CODEFILE_INSPECT_SAVEABEND
Uses the saveabend and Inspect flags in the program file.
_TPC_DEBUG_NOSAVE
Uses the default system debugger but does not create a
saveabend file.
_TPC_DEBUG_SAVEABEND
Uses the default system debugger and creates a saveabend file.
_TPC_ENTER_DEBUG
Starts the child process in the default system debugger.
_TPC_INSPECT_NOSAVE
Uses the symbolic debugger but does not create a saveabend file.
8−36 Hewlett-Packard Company 527186-003