Freescale Semiconductor Microcontrollers User Manual

Page 816

Advertising
background image

Debugger Engine Commands

Debugger Commands

816

Microcontrollers Debugger Manual

Usage

RS register[=]value{,register[=]value}

register: Specifies the name of a register to be changed. String register is any of
the CPU register names, or name of a register in the register file.

value: is an integer constant expression (in ANSI format representation).

Components

Debugger engine.

Example:

in>rs a=0xff hx=0x7fff

S

The S command stops execution of the emulation processor. Use the Go

G

command to

start the emulator.

NOTE

The S command ends as soon as the PC is changed.

Usage

S

Alias

STOP

Components

Debugger engine.

Example:

in>s

STOPPING

HALTED

Current application debugging is stopped/halted.

Advertising