Freescale Semiconductor Microcontrollers User Manual

Page 859

Advertising
background image

Debugger Engine Environment Variables

Debugger Files

859

Microcontrollers Debugger Manual

*.DLL

A .DLL file that contains one or more functions compiled, linked,
and stored separately from the processes that use them. The
operating system maps the DLLs into the process's address space
when the process is starting up or while it is running. The process
then executes functions in the DLL. The DLL of the Debugger is
provided for supported library and extended functions.

*.H

Header file

HIWAVE.EXE

The Debugger for Windows executable program.

*.HWL

Debugger Layout file, for example, default.hwl

*.HWC

Debugger Configuration file (project.hwc)

*.EXE

Other Windows executable program, for example, LINKER.EXE

*.FPP

Flash Programming Parameters files (CPU specific) for example,
mcu0e36.fpp

*.HLP

Application Help file, for example, Hiwave.hlp

*.IO

I/O simulation file, for example, sample11.io

*.ISU

Uninstall Application File

*.PJT

Debugger configuration Settings File, for example, Project.pjt

*.INI

Debugger configuration Settings File, for example, Project.ini

*.LST

Assembler Listing File, for example, fibo.lst

*.MCP

Freescale CodeWarrior IDE project file

*.MAK

Make file, for example, demo.mak

*.MAP

Mapping file, for example, macrodem.map

*.MEM

Memory Configuration file, for example, 000p4v01.mem

*.MON

Firmware loading file for loading a specified target, for example,
Firm0508.mon

*.O

Object file code, for example, Fibo.o

*.PDF

Portable Document Format file.

*.PRM

Linker parameter file, for example, fibo.prm

Table 35.2 Debugger File Extensions (

continued)

File Extension

Description

Advertising