mc::type

Displays or edits target types

SYNTAX
type
type import <filename>
type remove <filename>|<type-index> ...
ype removeall
Examples

The following table lists and defines examples of the mc::type command.

Table 1. mc::type Command-line debugger command - Examples
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.