diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2024-02-16 10:43:19 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2024-02-16 10:44:15 +0000 |
commit | 1aef0a9b07766d100a218ef3e9576d0a0dd35a2d (patch) | |
tree | f22cd12b9b96b699deb8a03f82379296f21abaa4 /libstdc++-v3/doc/xml | |
parent | 1c05d4e985370d36ec729480b017345c9264be3e (diff) | |
download | gcc-1aef0a9b07766d100a218ef3e9576d0a0dd35a2d.zip gcc-1aef0a9b07766d100a218ef3e9576d0a0dd35a2d.tar.gz gcc-1aef0a9b07766d100a218ef3e9576d0a0dd35a2d.tar.bz2 |
libstdc++: Improve docs for debug mode backtraces
The configure option is no longer necessary.
libstdc++-v3/ChangeLog:
* doc/xml/manual/debug_mode.xml: Update docs for backtraces.
* doc/html/manual/debug_mode_using.html: Regenerate.
Diffstat (limited to 'libstdc++-v3/doc/xml')
-rw-r--r-- | libstdc++-v3/doc/xml/manual/debug_mode.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libstdc++-v3/doc/xml/manual/debug_mode.xml b/libstdc++-v3/doc/xml/manual/debug_mode.xml index ac15ef6..a12158f 100644 --- a/libstdc++-v3/doc/xml/manual/debug_mode.xml +++ b/libstdc++-v3/doc/xml/manual/debug_mode.xml @@ -162,11 +162,10 @@ which always works correctly. different length.</para> <para>Note that libstdc++ is able to produce backtraces on error. - It requires that you configure libstdc++ build with - <option>--enable-libstdcxx-backtrace=yes</option>. - Use <code>-D_GLIBCXX_DEBUG_BACKTRACE</code> to activate it. - You'll then have to link against libstdc++exp static library - (<option>-lstdc++exp</option>) to build your application.</para> + To enable these, compile with <code>-D_GLIBCXX_DEBUG_BACKTRACE</code> + and then link with <option>-lstdc++exp</option>. + These backtraces are not supported on all platforms. +</para> </section> <section xml:id="debug_mode.using.specific" xreflabel="Using Specific"><info><title>Using a Specific Debug Container</title></info> |