Guardian Procedure Calls Reference Manual

An example trace in the TNS/R environment :
xtracer + 0x60 (UCr)
handler + 0x170 (UCr)
...
HIST_TEST_ACTOR_ + 0x2F0 (UCr)
PROGRAM + 0x510 (UCr
An example trace in the TNS/E environment :
options=HO_Init_Here
FormatSelect=HF_trace
xtracer + 0x110 (UCr)
handler + 0x220 (UCr)
...
HIST_TEST_ACTOR + 0x80 (UCr)
main + 0xAD0 (UCr)
_MAIN + 0x160 (UCr)
For the next trace:
options equals HO_Init_Here + HO_ShowProtected.
FormatSelect equals HF_trace (the default value).
The HO_ShowProtected option allows the resulting trace to show the procedure named doer that
was trapped using the invalid address.
An example trace in the TNS/R environment:
xtracer + 0x60 (UCr)
handler + 0x170 (UCr)
---
doer + 0x5C (UCr)
...
HIST_TEST_ACTOR_ + 0x2F0 (UCr)
PROGRAM + 0x510 (UCr)
An example trace in the TNS/E environment:
options=HO_Init_Here + HO_ShowProtected
FormatSelect=HF_trace
xtracer + 0x110 (UCr)
handler + 0x220 (UCr)
---
doer + 0x170 (UCr)
...
HIST_TEST_ACTOR + 0x80 (UCr)
main + 0xAD0 (UCr)
_MAIN + 0x160 (UCr)
HIST_FORMAT_ Procedure 703