46 lines
1.8 KiB
HTML
46 lines
1.8 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<!-- This HTML file has been created by texi2html 1.51
|
|
from gdb.texinfo on 23 April 1998 -->
|
|
|
|
<TITLE>Debugging with GDB - Footnotes</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<H1>Debugging with GDB</H1>
|
|
<H2>The GNU Source-Level Debugger</H2>
|
|
<H2>Fifth Edition, for GDB version </H2>
|
|
<H2>April 1998</H2>
|
|
<ADDRESS>Richard M. Stallman and Roland H. Pesch</ADDRESS>
|
|
<P>
|
|
<P><HR><P>
|
|
<H3><A NAME="FOOT1" HREF="gdb.html#DOCF1">(1)</A></H3>
|
|
<P><SAMP>`b'</SAMP> cannot be used because these format letters are also
|
|
used with the <CODE>x</CODE> command, where <SAMP>`b'</SAMP> stands for "byte";
|
|
see section <A HREF="gdb.html#SEC56">Examining memory</A>.
|
|
<H3><A NAME="FOOT2" HREF="gdb.html#DOCF2">(2)</A></H3>
|
|
<P>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 <CODE>$sp</CODE> is not allowed when other
|
|
stack frames are selected. To pop entire frames off the stack,
|
|
regardless of machine architecture, use <CODE>return</CODE>;
|
|
see section <A HREF="gdb.html#SEC95">Returning from a function</A>.
|
|
<H3><A NAME="FOOT3" HREF="gdb.html#DOCF3">(3)</A></H3>
|
|
<P>If you choose a port number that
|
|
conflicts with another service, <CODE>gdbserver</CODE> prints an error message
|
|
and exits.
|
|
<H3><A NAME="FOOT4" HREF="gdb.html#DOCF4">(4)</A></H3>
|
|
<P>In
|
|
<TT>`gdb-/gdb/refcard.ps'</TT> of the version
|
|
release.
|
|
<H3><A NAME="FOOT5" HREF="gdb.html#DOCF5">(5)</A></H3>
|
|
<P>If you have a more recent version of GDB than ,
|
|
look at the <TT>`README'</TT> file in the sources; we may have improved the
|
|
installation procedures since publishing this manual.
|
|
<P><HR><P>
|
|
This document was generated on 23 April 1998 using the
|
|
<A HREF="http://wwwcn.cern.ch/dci/texi2html/">texi2html</A>
|
|
translator version 1.51.</P>
|
|
</BODY>
|
|
</HTML>
|