PTrace Reference Manual
PTrace Commands
PTrace Reference Manual—526393-001
3-5
DESELECT Command
ALL
is a keyword that, when specified, results in the deselection of all criteria from the
currently selected list (refer to the description of the SELECT command for
information about selection criteria).
keyword
is one of the keywords listed in Table 3-4 (refer to the SELECT command
description).
Table 3-4 shows the SELECT keywords available. Note that the keyword
CURRENT is not applicable to the DESELECT command. Not all keywords are
available for a specific subsystem. See Appendix A, Subsystem-Specific
Information, for the SELECT keywords available for the subsystem you are using.
number
is an integer that specifies an enumerated value corresponding to a keyword.
number can be specified in decimal, octal, hexadecimal, or binary notation. When
you specify number, it is saved as an enumerated value. The formats and ranges
are listed below:
decimal: 0 - 32767
octal: %0 - %77777
hexadecimal: %H0 - %H7FFF
binary: %B0 - %B111111111111111
Consideration: DESELECT Command
Generally, the confirmation display rules for the DESELECT command are the same
as those for the SELECT command; that is, the Select Mask is displayed only if its
value is nonzero. The display for enumerated-keyword lists differs when keywords are
deselected from a list originally defined using the keyword ALL. In this case, the
display shows the heading:
All except the following:
followed by the keyword list.
Examples: DESELECT Command
?SELECT ALL Sets the selection mask for all trace-selection
options.
Ptrace Select mask: 1111 1111 1111 1111 1111 1111 1111 1111
Ptrace Select Key: ALL
?DESELECT (LCB,OCB) Deselects the keywords LCB and OCB.
Ptrace Select mask: 1111 1111 1111 1111 1111 1111 1111 1111