List information about one or all process sets.
show process set [ {all|name} ]
all |
Lists information about all process sets. |
name |
The process set whose information you want to see. |
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.
(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]
Copyright © 2001-2011, Intel Corporation. All rights reserved.