Program Information Commands
The following commands provide information about a program’s current execution location, and support browsing the program's source files:
• dcalltree: Displays parallel backtrace data.
• ddown: Navigates through the call stack by manipulating the current frame.
• dflush: Unwinds the stack from computations.
• dga: Displays global array variables.
• dlist: Browses source code relative to a particular file, procedure, or line.
• dmstat: Displays memory usage information.
• dprint: Evaluates an expression or program variable and displays the resulting value.
• dptsets: Shows the status of processes and threads in a P/T set.
• dstatus: Shows the status of processes and threads.
• dup: Navigates through the call stack by manipulating the current frame.
• dwhat: Determines what a name refers to.
• dwhere: Prints information about the thread’s stack.