User`s guide
Table Of Contents
- Contents
- Tables
- Preface
- Introduction
- Getting Started
- 2.1 Overview
- 2.2 Hardware Required
- 2.3 Hardware Debug Features
- 2.4 Setting Up the SROM Serial Port Connection
- 2.5 Starting and Running the Mini-Debugger
- 2.6 Sample Session on the EB64
- 2.7 Sample Session on the EB64+ and the AlphaPC 6...
- 2.8 Sample Session on the EB66 and EB66+
- 2.9 Sample Session on the EB164
- 2.10 Sample Session on the AlphaPC 164
- 2.11 Sample Session on the AlphaPC 164LX
- 2.12 Onboard Machine Check Handler
- SROM Mini-Debugger Command Set
- Support, Products, and Documentation
- Index

3–40 SROM Mini-Debugger Command Set
User Commands
rt
The return (rt) command exits the mini-debugger.
Control Flags
Not applicable.
Description
The return command exits the mini-debugger, returning to the calling program if
there is one. For the standalone mini-debugger, it simply exits.
Returning from a mini-debugger built into the SROMs provided with the
motherboards allows you to continue with the booting process, as if the mini-
debugger had not been invoked.
The rt command is also useful during debugging of SROM code you may write. You
can place calls to the mini-debugger throughout the SROM code to act as
breakpoints. You can then examine the system and CPU state at those points and
return to the SROM code to continue its execution.
For information on using the rt command during debugging, refer to the sources for
the EB164 motherboard SROM included in the Alpha SDK.
Example
An example of the rt command follows:
SROM> rt