From 8c32d1e0093d3196390e9fa55f94bf8a35212b85 Mon Sep 17 00:00:00 2001 From: Phil Muldoon Date: Mon, 5 Oct 2009 17:51:02 +0000 Subject: [PATCH] debug.xml: Add narrative for GDB Python pretty printers. 2009-10-05 Phil Muldoon * doc/xml/manual/debug.xml: Add narrative for GDB Python pretty printers. Add links to GDB wiki/online manual. From-SVN: r152460 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/doc/xml/manual/debug.xml | 14 ++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4cb095fda1a5..1466b0422610 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2009-10-05 Phil Muldoon + + * doc/xml/manual/debug.xml: Add narrative for GDB Python pretty + printers. Add links to GDB wiki/online manual. + 2009-10-05 Benjamin Kosnik 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 8aa530703779..5648ba5713d9 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 + + + 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 + "GDB Support + for STL" in the GDB wiki. Additionally, in-depth + documentation and discussion of this feature can be found in the GDB + manual. Please see: + + "23.2.2.6 Pretty Printing" + +