[libcxx] r258270 - Add link to 3rd party GDB pretty-printers

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 19 17:26:30 PST 2016


Author: ericwf
Date: Tue Jan 19 19:26:30 2016
New Revision: 258270

URL: http://llvm.org/viewvc/llvm-project?rev=258270&view=rev
Log:
Add link to 3rd party GDB pretty-printers

Modified:
    libcxx/trunk/docs/UsingLibcxx.rst

Modified: libcxx/trunk/docs/UsingLibcxx.rst
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/UsingLibcxx.rst?rev=258270&r1=258269&r2=258270&view=diff
==============================================================================
--- libcxx/trunk/docs/UsingLibcxx.rst (original)
+++ libcxx/trunk/docs/UsingLibcxx.rst Tue Jan 19 19:26:30 2016
@@ -87,3 +87,16 @@ not just libstdc++ so they must be manua
 
   $ g++ -nostdinc++ -I<libcxx-install-prefix>/include/c++/v1 \
          test.cpp -nodefaultlibs -lc++ -lc++abi -lm -lc -lgcc_s -lgcc
+
+
+GDB Pretty printers for libc++
+------------------------------
+
+GDB does not support pretty-printing of libc++ symbols by default. Unfortunately
+libc++ does not provide pretty-printers itself. However there are 3rd
+party implementations available and although they are not officially
+supported by libc++ they may be useful to users.
+
+Known 3rd Party Implementations Include:
+
+* `Koutheir's libc++ pretty-printers <https://github.com/koutheir/libcxx-pretty-printers>`_.




More information about the cfe-commits mailing list