Sets the level at which dwhere starts displaying information.
Displays argument names and values in addition to program location information. By default, the arguments are not shown.
Shows the executable name as well as the file name. By default, dwhere displays the associated image information if the source line cannot be found.
The dwhere command prints the current execution locations and the call stacks—or sequences of procedure calls—that led to that point. The CLI shows information for threads in the current focus, with the default being to show information at the thread level.
A dwhere command with no arguments or options displays the call stacks for all threads in the target set.
The MAX_LEVELS variable contains the default maximum number of levels displayed when you do not use the
num-levels argument.
Displays just the most recent level of the call stack corresponding to thread 1 in process 2. This shows just the immediate execution location of a thread or threads.
Displays the most recent five levels of the call stacks for all threads involved in process 1. If the depth of any call stack is less than five levels, all of its levels are shown.
This command is a slightly more complicated way of saying f p1 w 5 because specifying a process width tells the
dwhere command to ignore the thread indicator.
Displays the current execution locations (one level only) of threads in the current focus, together with the names and values of any arguments that were passed into the current process.