From: Gerald Pfeifer Date: Sun, 6 Feb 2011 21:08:58 +0000 (+0000) Subject: debug.xml: Use GDB instead of gdb. X-Git-Tag: releases/gcc-4.5.3~245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2465edd7f04c6ce46093e55b8e6229f8bbc10f51;p=thirdparty%2Fgcc.git debug.xml: Use GDB instead of gdb. * doc/xml/manual/debug.xml: Use GDB instead of gdb. Adjust link to GDB manual. From-SVN: r169868 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 49ad77af26aa..2e2cb78c80f6 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2011-02-06 Gerald Pfeifer + + * doc/xml/manual/debug.xml: Use GDB instead of gdb. + Adjust link to GDB manual. + 2011-02-01 Paolo Carlini PR libstdc++/46914 diff --git a/libstdc++-v3/doc/xml/manual/debug.xml b/libstdc++-v3/doc/xml/manual/debug.xml index 5f97867de2ec..1bad97439ea8 100644 --- a/libstdc++-v3/doc/xml/manual/debug.xml +++ b/libstdc++-v3/doc/xml/manual/debug.xml @@ -45,7 +45,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. @@ -197,14 +197,14 @@ - 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: