diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2011-02-01 00:52:36 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2011-02-01 00:52:36 +0000 |
commit | 332b3e1e311b1a7d770af27f4c8c8c27dd11b727 (patch) | |
tree | 6c49d755cfc3d72b0e0a1106befc736edfed82b3 | |
parent | a3599240880013dba91a5fb8964d1b1d1806d10c (diff) | |
download | gcc-332b3e1e311b1a7d770af27f4c8c8c27dd11b727.zip gcc-332b3e1e311b1a7d770af27f4c8c8c27dd11b727.tar.gz gcc-332b3e1e311b1a7d770af27f4c8c8c27dd11b727.tar.bz2 |
debug.xml: Use GDB instead of gdb.
* doc/xml/manual/debug.xml: Use GDB instead of gdb.
Adjust link to GDB manual.
From-SVN: r169463
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/debug.xml | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 34968e3..5c7ce9d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2011-02-01 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/xml/manual/debug.xml: Use GDB instead of gdb. + Adjust link to GDB manual. + 2011-01-31 Benjamin Kosnik <bkoz@redhat.com> * include/bits/c++config (_GLIBCXX_DEPRECATED): To diff --git a/libstdc++-v3/doc/xml/manual/debug.xml b/libstdc++-v3/doc/xml/manual/debug.xml index 51219d4..160aceb 100644 --- a/libstdc++-v3/doc/xml/manual/debug.xml +++ b/libstdc++-v3/doc/xml/manual/debug.xml @@ -46,7 +46,7 @@ communicate information about source constructs can be changed via <code>-gdwarf-2</code> or <code>-gstabs</code> 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 <code>-g3</code>. 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 @@ </para> <para> - Many options are available for gdb itself: please see <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sources.redhat.com/gdb/current/onlinedocs/gdb_13.html#SEC125"> - "GDB features for C++" </link> in the gdb documentation. Also + Many options are available for GDB itself: please see <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sources.redhat.com/gdb/current/onlinedocs/gdb/"> + "GDB features for C++" </link> in the GDB documentation. Also recommended: the other parts of this manual. </para> <para> - 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: </para> |