[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 09:33:52 PDT 2019
ldionne added a comment.
In D65609#1613721 <https://reviews.llvm.org/D65609#1613721>, @EricWF wrote:
> wow. This is a fantastic amount of work. Thank you. No longer will libc++ accidentally break the pretty printers!
I want to echo this. This is really cool. I _really_ hope we can get something similar for LLDB.
> 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.
We could have a lit feature like `has-gdb` or something along those lines? And we can then put these pretty-printer tests directly in `test/libcxx`. WDYT?
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