From: Gerald Pfeifer Date: Thu, 2 Feb 2023 00:30:02 +0000 (+0100) Subject: libstdc++: Fix link to online GDB manual X-Git-Tag: basepoints/gcc-14~1566 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d95e72b9c48e23e3fe4202d27229b735acbe6628;p=thirdparty%2Fgcc.git libstdc++: Fix link to online GDB manual libstdc++-v3/ChangeLog: * doc/xml/manual/debug.xml: Fix link to online GDB manual. * doc/html/manual/debug.html: Regenerate. --- diff --git a/libstdc++-v3/doc/html/manual/debug.html b/libstdc++-v3/doc/html/manual/debug.html index a4e31f81d435..34ec6598ce46 100644 --- a/libstdc++-v3/doc/html/manual/debug.html +++ b/libstdc++-v3/doc/html/manual/debug.html @@ -184,7 +184,7 @@ Refer to the documentation of each particular tool for details.

Using gdb

- Many options are available for GDB itself: please see + 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.

diff --git a/libstdc++-v3/doc/xml/manual/debug.xml b/libstdc++-v3/doc/xml/manual/debug.xml index 1fedf0acca1b..42d4d32aa299 100644 --- a/libstdc++-v3/doc/xml/manual/debug.xml +++ b/libstdc++-v3/doc/xml/manual/debug.xml @@ -274,7 +274,7 @@ - Many options are available for GDB itself: please see + 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.