1 Feb 2011 01:54
[listdc++ doc] Refer to GDB instead of gdb and fix link
Gerald Pfeifer <gerald <at> pfeifer.com>
2011-02-01 00:54:45 GMT
2011-02-01 00:54:45 GMT
A small documentation change. I committed this to mainline and plan on backporting later... Gerald 2011-02-01 Gerald Pfeifer <gerald <at> pfeifer.com> * 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) <at> <at> -46,7 +46,7 <at> <at> 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. <at> <at> -246,13 +246,13 <at> <at> </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(Continue reading)
RSS Feed