PPCBug
5-3
5
Using the Debugger
PPCBug is command-driven; it performs its various operations in
response to commands that you enter at the keyboard. When the
PPC1-Bug
prompt appears on the screen, the debugger is ready to
accept debugger commands. When the
PPC1-Diag
prompt
appears on the screen, the debugger is ready to accept diagnotics
commands. To switch from one mode to the other, enter
SD
.
What you key in is stored in an internal buffer. Execution begins
only after you press the Return or Enter key. This allows you to
correct entry errors, if necessary, with the control characters
described in the
PPCBug Firmware Package UserÕs Manual
, Chapter 1.
After the debugger executes the command, the prompt reappears.
However, if the command causes execution of user target code (for
example
GO
) then control may or may not return to the debugger,
depending on what the user program does. For example, if a
breakpoint has been specified, then control returns to the debugger
when the breakpoint is encountered during execution of the user
program. Alternately, the user program could return to the
debugger by means of the System Call Handler routine RETURN
(described in the
PPCBug Firmware Package UserÕs Manual
, Chapter
5). For more about this, refer to the
GD
,
GO
, and
GT
command
descriptions in the
PPCBug Firmware Package UserÕs Manual
,
Chapter 3.
A debugger command is made up of the following parts:
❏
The command name, either uppercase or lowercase (e.g.,
MD
or
md
).
❏
Any required arguments, as specified by command.
❏
At least one space before the first argument. Precede all other
arguments with either a space or comma.
❏
One or more options. Precede an option or a string of options
with a semicolon (
;
). If no option is entered, the commandÕs
default option conditions are used.
Содержание MVME2603-1121A
Страница 1: ...MVME2600 Series Single Board Computer Installation and Use V2600A IH2 ...
Страница 6: ......
Страница 12: ...xii ...
Страница 14: ...xiv ...
Страница 70: ...System Considerations 1 54 1 ...
Страница 86: ...Programming Considerations 2 16 2 ...
Страница 112: ...Block Diagram 3 26 3 ...
Страница 174: ...Related Specifications A 10 A ...
Страница 178: ...FCC Compliance B 4 B ...
Страница 188: ...Proper Grounding C 10 C ...
Страница 206: ...Glossary GL 14 G L O S S A R Y ...