Freescale Semiconductor Microcontrollers User Manual

Page 135

Advertising
background image

Debugger Components

Visualization Utilities

135

Microcontrollers Debugger Manual

Symbol Table

The symbol table shown in

Figure 3.80

displays all loaded symbol table information in

raw format. There are no stack frames associated with functions. Therefore the content of
local variables is not displayed. Global variables and their types are displayed.

Figure 3.80 Inspector Window Symbol Table

Events Icon

The Inspect window Events icon shown in

Figure 3.81

shows all currently installed

events. Events are handled by peripheral devices, and notified at a given time. The Event
display shows the name of the event and remaining time until the event occurs.

Figure 3.81 Inspector Window Events Icon

Events are only used in the HC(S)08 Freescale Full Chip Simulator. This information is
used for simulation I/O device development.

When simulating a watchdog/COP, an event with the remaining time is displayed in the
Event View.

Exceptions Icon

The Inspector window Exceptions icon shown in

Figure 3.82

shows all currently raised

exceptions. Exceptions are pending interrupts.

Advertising