diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-05 17:51:02 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-05 17:51:02 +0000 |
commit | 191a080da1a850e06fc97c81e3c6115fbdb6c3d9 (patch) | |
tree | 27fad65afd6d6e9bf30f3f1ee6e3df6da7aa3e6f /libstdc++-v3 | |
parent | a8d7c2f9cff0f9432d8f94020077d04b31a9bc38 (diff) | |
download | gcc-191a080da1a850e06fc97c81e3c6115fbdb6c3d9.tar.gz |
2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
* doc/xml/manual/debug.xml: Add narrative for GDB Python pretty
printers. Add links to GDB wiki/online manual.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152460 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/debug.xml | 14 |
2 files changed, 19 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4cb095fda1a..1466b042261 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2009-10-05 Phil Muldoon <pmuldoon@redhat.com> + + * doc/xml/manual/debug.xml: Add narrative for GDB Python pretty + printers. Add links to GDB wiki/online manual. + 2009-10-05 Benjamin Kosnik <bkoz@redhat.com> Edward Smith-Rowland <3dw4rd@verizon.net> diff --git a/libstdc++-v3/doc/xml/manual/debug.xml b/libstdc++-v3/doc/xml/manual/debug.xml index 8aa53070377..5648ba5713d 100644 --- a/libstdc++-v3/doc/xml/manual/debug.xml +++ b/libstdc++-v3/doc/xml/manual/debug.xml @@ -217,6 +217,20 @@ set print demangle on set demangle-style gnu-v3 </programlisting> + +<para> + GDB 7.0 will include support for writing pretty-printers in Python. + A library of printers for STL classes already exists within the + libstdc++ svn repository. For information on enabling these printers, + and for other GDB STL support options: please see + <ulink url="http://sourceware.org/gdb/wiki/STLSupport"> "GDB Support + for STL" </ulink> in the GDB wiki. Additionally, in-depth + documentation and discussion of this feature can be found in the GDB + manual. Please see: + <ulink url="http://sourceware.org/gdb/current/onlinedocs//gdb_24.html#SEC260"> + "23.2.2.6 Pretty Printing" </ulink> +</para> + </sect2> <sect2 id="debug.exceptions"> |