Display the user stack-trace for a given thread slot.
Syntax:
─┬── .K ──┬──┬──────────┬──────────────────────────────────── ├── .KS ──┤ ├── # ──┤ └── .KB ──┘ ├── * ──┤ └── slot ──┘
Parameters:
The following short-hand may be used for the slot number:
_TaskNumber
If no slot number is given then all thread slots are displayed, grouped by process.
Results & Notes:
The .K command operates as a K command but with the starting stack frame and code segment address implicitly determined from the user's register as displayed by the .R command.
The output from the .K command displayes exactly as the K command but with the slot-number prefixed to the return address when an out-of-context stack trace is displayed. See example output below.
Warning:
The .K command is subject to the same limitations as noted for the K command. See the K command description for details.
Example output from an out-of-context stack trace:
-------------------------------------------------------------------------------##.S 8 ##.K 37 0037|a6e7:0000006f 03d4 0000 00c5 006f 0037|a6e7:00000000 0000 0000 0000 0000 ##-------------------------------------------------------------------------------