* gdb.texinfo (Variables, C): Update cross reference to GCC docs.

This commit is contained in:
Bob Wilson 2007-03-26 15:43:40 +00:00
parent c8f4133a0e
commit ce9341a190
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2007-03-26 Bob Wilson <bob.wilson@acm.org>
* gdb.texinfo (Variables, C): Update cross reference to GCC docs.
2007-03-26 Bob Wilson <bob.wilson@acm.org>
* gdb.texinfo (Top): Move TUI and Annotations menu entries to match

View File

@ -5623,8 +5623,9 @@ usually supports the @option{-gstabs+} option. @option{-gstabs+}
produces debug info in a format that is superior to formats such as
COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
an effective form for debug info. @xref{Debugging Options,,Options
for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
@xref{C, , Debugging C++}, for more info about debug info formats
for Debugging Your Program or GCC, gcc.info, Using the @sc{gnu}
Compiler Collection (GCC)}.
@xref{C, , Debugging C++}, for more information about debug info formats
that are best suited to C@t{++} programs.
If you ask to print an object whose contents are unknown to
@ -9015,8 +9016,8 @@ For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
format; if it doesn't work on your system, try the stabs+ debugging
format. You can select those formats explicitly with the @code{g++}
command-line options @option{-gdwarf-2} and @option{-gstabs+}.
@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
CC, gcc.info, Using @sc{gnu} CC}.
@xref{Debugging Options,,Options for Debugging Your Program or GCC,
gcc.info, Using the @sc{gnu} Compiler Collection (GCC)}.
@menu
* C Operators:: C and C@t{++} operators