show process set

List information about one or all process sets.

Syntax

show process set [ {all|name} ]

Parameters

all

Lists information about all process sets.

name

The process set whose information you want to see.

Description

This command lists information about one or all process sets.

If you do not specify name, or if you specify all, the debugger displays all the process sets that are currently stored in debugger variables.

Example

(idb) set $set2 = [8:9, 5:2, 22:27]
5:2' is not a legal process range. Ignored.
(idb) show process set $set2
$set2 = [8:9, 22:27]
(idb) show process set *
$set1 = [:7, 10, 15:20, 30:]
$set2 = [8:9, 22:27]

See Also


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.