From patchwork Tue Feb 1 00:54:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [listdc++,doc] Refer to GDB instead of gdb and fix link Date: Mon, 31 Jan 2011 14:54:45 -0000 From: Gerald Pfeifer X-Patchwork-Id: 81257 Message-Id: To: libstdc++@gcc.gnu.org Cc: gcc-patches@gcc.gnu.org A small documentation change. I committed this to mainline and plan on backporting later... Gerald 2011-02-01 Gerald Pfeifer * doc/xml/manual/debug.xml: Use GDB instead of gdb. Adjust link to GDB manual. Index: doc/xml/manual/debug.xml =================================================================== --- doc/xml/manual/debug.xml (revision 169462) +++ doc/xml/manual/debug.xml (revision 169463) @@ -46,7 +46,7 @@ communicate information about source constructs can be changed via -gdwarf-2 or -gstabs flags: some debugging formats permit more expressive type and scope information to be - shown in gdb. Expressiveness can be enhanced by flags like + shown in GDB. Expressiveness can be enhanced by flags like -g3. The default debug information for a particular platform can be identified via the value set by the PREFERRED_DEBUGGING_TYPE macro in the gcc sources. @@ -246,13 +246,13 @@ - Many options are available for gdb itself: please see - "GDB features for C++" in the gdb documentation. Also + Many options are available for GDB itself: please see + "GDB features for C++" in the GDB documentation. Also recommended: the other parts of this manual. - These settings can either be switched on in at the gdb command line, + These settings can either be switched on in at the GDB command line, or put into a .gdbint file to establish default debugging characteristics, like so: