[PATCH] D65609: Add gdb pretty printers for a wide variety of libc++ data structures.
Eric Fiselier via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 3 19:52:50 PDT 2019
EricWF added a comment.
wow. This is a fantastic amount of work. Thank you. No longer will libc++ accidentally break the pretty printers!
I'm happy to handle the minutiae related to configuring the build and test suite. I check in some code to detect GDB and LLDB shortly.
More review to come shortly...
Thanks again!
================
Comment at: libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp:2
+// UNSUPPORTED: system-windows
+
+// RUN: %cxx %flags %s -o %t.exe %compile_flags -g %link_flags
----------------
Please add the LLVM license header to all new files.
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