Library /sys$common/syshlp/SDA.HLB  —  SHOW  STACK
    Displays the location and contents of the process stacks (of the
    SDA current process) and the system stack.

    Format

      SHOW STACK  {range | /ALL | [/EXECUTIVE  | /INTERRUPT

                  | /KERNEL | /PHYSICAL  | /SUMMARY  | /SUPERVISOR

                  | /SYSTEM | /USER]}

                  {/LONG | /QUAD (d)}

1  –  Parameter

 range

    Range of memory locations you want to display in stack format.
    You can express a range using the following syntax:

    m:n  Range of addresses from m to n
    m;n  Range of addresses starting at m and continuing for n bytes

2  –  Qualifiers

2.1    /ALL

    Displays the locations and contents of the four process stacks
    for the SDA current process and the system stack.

2.2    /EXECUTIVE

    Shows the executive stack for the SDA current process.

2.3    /INTERRUPT

    Shows the system stack and is retained for compatibility with
    OpenVMS VAX. The interrupt stack does not exist on OpenVMS Alpha
    and OpenVMS Integrity servers.

2.4    /KERNEL

    Shows the kernel stack for the SDA current process.

2.5    /LONG

    Displays longword width stacks. If you do not specify this
    qualifier, SDA by default displays quadword width stacks.

2.6    /PHYSICAL

    Treats the start and end addresses in the given range as physical
    addresses. This qualifier is only relevant when a range is
    specified. By default, SDA treats range addresses as virtual
    addresses.

2.7    /QUAD

    Displays quadword width stacks. This is the default.

2.8    /SUMMARY

    Displays a list of all known stack ranges and the current stack
    pointer for each range.

2.9    /SUPERVISOR

    Shows the supervisor stack for the SDA current process.

2.10    /SYSTEM

    Shows the system stack.

2.11    /USER

    Shows the user stack for the SDA current process.
Close Help