Using multicore group debugging commands

Multicore Group features can also be accessed from the Debugger Shell command line. The following table lists and defines different multicore group debugging commands.

Table 1. Multicore group debugging commands
Command Description
mc::type Syntax mc::type Lists the available target types.
mc::type import Syntax mc::type import <filename> Imports a new specified using the filename .
mc::type remove Syntax mc::type remove <filename>|<type-index> ... Removes the specified imported or types. Built-in target types cannot be removed and will return an error.
mc::type removeall Syntax mc::type removeall Removes all imported target types.
mc::group Syntax mc::group Lists the defined groups.
mc::group new Syntax mc::group new <type-name>|<type-index> [<name>] Creates a new group for the system specified using the type-name or type-index . If no name is specified, then a unique default name is assigned to the group.
mc::group rename Syntax mc::group rename <name>|<group-index> <new-name> Renames an existing group. Specifying a duplicate name results in an error.
mc::group remove Syntax mc::group remove <name>|<group-index> ... Removes the specified group or groups.
mc::group removeall Syntax mc::group removeall Removes all groups.
mc::group enable|disable Syntax mc::group enable|disable <index> ...|all Enables or disables nodes in the group tree.