focus_threads
Returns a list of threads in the current focus
Format:
TV::focus_threads [ -all | -group | -process | -thread ]
Arguments:
-all
Changes the default width to all.
-group
Changes the default width to group.
-process
Changes the default width to process.
-thread
Changes the default width to thread.
Description:
The TV::focus_threads command returns a list of all threads in the current focus. If the focus width is something other than d (default), the focus width determines the set of threads returned. If the focus width is d, the TV::focus_threads command returns thread width. Using any of the options changes the default width.
Examples:
f p1.< TV::focus_threads
Returns a list containing all threads in process 1.