[Top] [Contents] [Index] [ ? ]

Footnotes

(1)

GDB 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)

The only restriction is that your editor (say ex), recognizes the following command-line syntax:
 
ex +number file
The optional numeric value +number designates the active line in the file.

(3)

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

(4)

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 Returning from a function.

(5)

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

(6)

The DJGPP port of GDB uses the name `gdb.ini' instead, due to the limitations of file names imposed by DOS filesystems.

(7)

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

(8)

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



Please send FSF & GNU inquiries & questions to gnu@gnu.org. There are also other ways to contact the FSF.

These pages are maintained by the GDB developers.

Copyright Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

This document was generated by GDB Administrator on September, 7 2003 using texi2html