Motorola MVME2600 Series User Manual Page 53

  • Download
  • Add to my manuals
  • Print
  • Page
    / 518
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 52
2
2-1
2Using the Debugger
Entering Commands
The debugger is command-driven and 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 commands.
What you enter is stored in an internal buffer. Execution begins
only after you press the Return key, allowing you to correct entry
errors, if necessary, using the control characters (refer to Control
Characters on page 2-7). After the debugger executes the command,
the prompt reappears.
However, if the command causes execution of target code (for
example GO) then control may or may not return to the debugger,
depending on what the 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.
For more about this, refer to the GD, GO, and GT command
descriptions in Chapter 3.
Alternately, the user program could return to the debugger by
means of the System Call Handler routine .RETURN (refer to
Chapter 5).
Command Syntax
A debugger command is made up of the following parts:
The command name
Any required arguments, delineated with either a space or
comma (precede the first argument with a space)
Page view 52
1 2 ... 48 49 50 51 52 53 54 55 56 57 58 ... 517 518

Comments to this Manuals

No comments