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

Footnotes

(1)

The only restriction is that your editor (say ex), recognizes the following command-line syntax:
 
ex +number file
The optional numeric value +number specifies the number of the line in the file where to start editing.

(2)

`b' cannot be used because these format letters are also used with the x command, where `b' stands for "byte"; see 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 Returning from a function.

(4)

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

(5)

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

(6)

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

(7)

In `gdb-6.3 for GNAT Academic Edition, Version 2005 (20050615)/gdb/refcard.ps' of the version 6.3 for GNAT Academic Edition, Version 2005 (20050615) release.



This document was generated by Mail Server on June, 15 2005 using texi2html