Displays or edits target types
type
type import <filename>
type remove <filename>|<type-index> ...
ype removeall
The following table lists and defines examples of the mc::type command.
| Command | Description |
|---|---|
| mc::type | Shows the target types available for multicore debugging as well as type indices for use by the mc::type remove and mc::group new commands. |
| mc::type import 8572_jtag.txt | Creates a new type from the JTAG configuration file. |
| mc::type remove 8572_jtag.txt | Removes the type imported from the specified file. |
| mc::group removeall | Removes all imported types. |