User`s guide

Table Of Contents
4–152 User Commands
User Commands
stop
stop
The stop command sets a breakpoint.
Format
stop address
Parameters
address
Specifies the address at which the breakpoint is set.
Description
The stop command sets a breakpoint at the specified address. When a breakpoint is
encountered, all current register values are stored in memory and can be viewed with
the preg and pfreg commands.
Example
EB64> stop 100000
EB64> go
Executing at 0x100000...
00100000: C1000003 br r8, 100010
EB64> stop 100200
EB64> go
Executing at 0x100000...
00100200: 4A671793 sra r19, 0x38, r19
EB64> cont
00100200: 4A671793 sra r19, 0x38, r19
This simple program prints the size of
various data types in bytes.
char = 1
short = 2
int = 4
long = 8
float = 4
double = 8
Alpha 21064 Evaluation Board (EB64) Debug Monitor
Version: Fri Apr 09 20:50:11 EDT 1993
Bootadr: 0x100000, memSize: 0x2000000