Displays or edits multicore groups.
group
group new <type-name> [<name>]
group rename <name>|<group-index> <new-name>
group remove <name>|<group-index> ...
group removeall
group enable|disable [-context ops|swbps|hwbps|wps ...] <group-index> ...|all
The following table lists and defines examples of the mc::group command.
| Command | Description |
|---|---|
| mc::group | Shows the defined groups, including indices for use in the mc::group rename|enable|remove set of commands. |
| mc::group new 8572 | Creates a new group for target type 8572. The group name will be based on the target name and will be unique. The enablement of the group elements will be all non-cores enabled, all cores disabled. |
| mc::group rename 0 "My Group Name" | Renames the group at index 0 to "My Group Name". |
| mc::group enable 0 1.0 | Enables the group at index 0 and the element at index 1.0 of the mc::group command. |
| mc::group enable -context swbps hwbps 0 | Enables the group contexts for software and hardware breakpoints at index 0 of the mc::group command. Note, the index must correspond to a group, not a specific core. |
| mc::group remove "My Group Name" | Removes the group named "My Group Name". |
| mc::group removeall | Removes all groups. |