Freescale Semiconductor Microcontrollers User Manual

Page 744

Advertising
background image

Debugger Engine Commands

Debugger Commands

744

Microcontrollers Debugger Manual

Usage

ATTRIBUTES list

where list=command{,command})

command=CACHESIZE value

Example:

command < ATTRIBUTES 2000

In the Procedure Component

The ATTRIBUTES command allows you to set the display and state options of
the Procedure component window. The VALUES and TYPES commands display
or hide the Values or Types of the parameters.

Usage

ATTRIBUTES list

where list=command{,command})

command=VALUES (ON|OFF)| TYPES (ON|OFF)

Example:

Procedure < ATTRIBUTES VALUES ON,TYPES ON

In the Assembly Component

The ATTRIBUTES command allows you to set the display and state options for
the Assembly component window. The ADR command displays or hides the
address of a disassembled instruction. ON | OFF is used to switch the address on
or off. SMEM (show memory range) and SPC (show PC address) scroll the
Assembly component to the corresponding address or range code location and
select/highlight the corresponding assembler lines or range of code. The CODE
command displays or hides the machine code of the disassembled instruction. ON |
OFF is used to switch on or off the machine code. The ABSADR command shows
or hides the absolute address of a disassembled instruction like ‘branch to’. ON |
OFF is used to switch on or off the absolute address. The TOPPC command
scrolls the Assembly component in order to display the code location given as an
argument on the first line of Assembly component window. The SYMB command
displays or hides the symbolic names of objects. ON | OFF is used to switch the
symbolic display on or off.

Usage

ATTRIBUTES list

Advertising