Displays the active register set for the crash CPU. The CLUE
REGISTER command is valid only when analyzing crash dumps.
Format
CLUE REGISTER [/CPU [cpu-id|ALL]
|/PROCESS [/ADDRESS=n|INDEX=n
|/IDENTIFICATION=n|process-name|ALL]]
1 – Parameters
ALL
When used with /CPU, it requests information about all CPUs in
the system. When used with /PROCESS, it requests information
about all processes that exist in the system.
cpu-id
When used with /CPU, it gives the number of the CPU for which
information is to be displayed. Use of the cpu-id parameter
causes the CLUE REGISTER command to perform an implicit SET CPU
command, making the indicated CPU the current CPU for subsequent
SDA commands.
process-name
When used with /PROCESS, it gives the name of the process for
which information is to be displayed. Use of the process-name
parameter, the /ADDRESS qualifier, the /INDEX qualifier, or the
/IDENTIFICATION qualifier causes the CLUE REGISTER command to
perform an implicit SET PROCESS command, making the indicated
process the current process for subsequent SDA commands. You can
determine the names of the processes in the system by issuing a
SHOW SUMMARY command.
The process-name can contain up to 15 letters and numerals,
including the underscore (_) and dollar sign ($). If it contains
any other characters, you must enclose the process-name in
quotation marks (" ").
2 – Qualifiers
2.1 /ADDRESS
/ADDRESS=n
Specifies the PCB address of the desired process when used with
CLUE REGISTER/PROCESS.
2.2 /CPU
/CPU [cpu-id|ALL]
Indicates that the registers for a CPU are required. Specify the
CPU by its number or use ALL to indicate all CPUs.
2.3 /IDENTIFICATION
/IDENTIFICATION=n
Specifies the identification of the desired process when used
with CLUE REGISTER/PROCESS.
2.4 /INDEX
/INDEX=n
Specifies the index of the desired process when used with CLUE
REGISTER/PROCESS.
2.5 /PROCESS
/PROCESS [process-name|ALL]
Indicates that the registers for a process are required. The
process should be specified with either one of the qualifiers
/ADDRESS, /IDENTIFICATION, or /INDEX, or by its name, or by using
ALL to indicate all processes.