Debugging with

The GNU Source-Level Debugger

Ninth Edition, for version

December 2001

Richard Stallman, Roland Pesch, Stan Shebs, et al.


(1)

built with DJGPP tools for MS-DOS/MS-Windows supports this mode of operation, but the event loop is suspended when the debuggee runs.

(2)

`b' cannot be used because these format letters are also used with the x command, where `b' stands for "byte"; see section Examining memory.

(3)

This is a way of removing one word from the stack, on machines where stacks grow downward in memory (most machines, nowadays). This assumes that the innermost stack frame is selected; setting $sp is not allowed when other stack frames are selected. To pop entire frames off the stack, regardless of machine architecture, use return; see section Returning from a function.

(4)

If a procedure call is used for instance in an expression, then this procedure is called with all its side effects. This can lead to confusing results if used carelessly.

(5)

If you choose a port number that conflicts with another service, gdbserver prints an error message and exits.

(6)

On DOS/Windows systems, the home directory is the one pointed to by the HOME environment variable.

(7)

In `gdb-/gdb/refcard.ps' of the version release.

(8)

If you have a more recent version of than , look at the `README' file in the sources; we may have improved the installation procedures since publishing this manual.


This document was generated on 23 January 2002 using texi2html 1.56k.