PTrace Reference Manual

PTrace Commands
PTrace Reference Manual526393-001
3-13
HELP Command
If your subsystem uses a state-machine file name in a different form, you can use
the STATETABLES command to identify it.
The FROM command resets current session parameters to their default values.
For more information, see RESET Command.
The FROM command resets current SELECT options to their default values if the
device type and subtype of the new trace file are different from the last trace file. If
the device type and subtype of the new trace file are the same as the last trace file,
SELECT options and state-table labels are not reset.
The FROM command automatically displays the trace file header record (record 0)
when it opens the new trace file.
The FROM command does not close a log file if one is specified.
Example: FROM Command
HELP Command
The HELP command displays the syntax of PTrace commands.
ptrace-command
is the name of the command about which information is to be displayed. If no
command name is specified, PTrace displays the names of all PTrace commands.
HEX Command
The HEX command controls the hexadecimal display option. When HEX is enabled,
PTrace displays a hexadecimal dump of trace-file records (excluding the record
header), with character equivalents printed to the right of the dump.
ON
enables hexadecimal display mode.
OFF
disables hexadecimal display mode.
?FROM X25TRACE Closes the previous trace file (if any), opens the trace file called
X25TRACE, resets session parameters to their defaults, and
displays the trace file header record.
HELP [ ptrace-command ]
HEX [ ON ]
[ OFF ]