[PATCH] D65609: Add gdb pretty printers for a wide variety of libc++ data structures.
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 5 10:11:54 PDT 2019
ldionne added a comment.
In D65609#1611310 <https://reviews.llvm.org/D65609#1611310>, @Eugene.Zelenko wrote:
> Please also add installation, since pretty-printers should be shipped with libc++, same as GCC does with libstdc++ and its pretty-printers.
Did these pretty-printers exist for libc++ before this patch? If so, how were they shipped?
================
Comment at: libcxx/test/pretty_printers/gdb_pretty_printer_test.py:99
+gdb.events.exited.connect(exit_handler)
+#gdb.execute("b gdb_pretty_printer_test.sh.cpp:418")
+#gdb.execute("d 1")
----------------
I assume this is a remnant of prior testing?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65609/new/
https://reviews.llvm.org/D65609
More information about the llvm-commits
mailing list