Commit 8c32d1e0 by Phil Muldoon Committed by Benjamin Kosnik

debug.xml: Add narrative for GDB Python pretty printers.

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.

From-SVN: r152460
parent 9baea66c
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> 2009-10-05 Benjamin Kosnik <bkoz@redhat.com>
Edward Smith-Rowland <3dw4rd@verizon.net> Edward Smith-Rowland <3dw4rd@verizon.net>
......
...@@ -217,6 +217,20 @@ ...@@ -217,6 +217,20 @@
set print demangle on set print demangle on
set demangle-style gnu-v3 set demangle-style gnu-v3
</programlisting> </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>
<sect2 id="debug.exceptions"> <sect2 id="debug.exceptions">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment