[PATCH] D67238: Add gdb pretty printers for a wide variety of libc++ data structures (take 2).
Sterling Augustine via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 14:26:21 PDT 2019
saugustine created this revision.
saugustine added reviewers: echristo, EricWF.
Herald added subscribers: llvm-commits, ldionne, christof.
Herald added a project: LLVM.
This patch is an exact duplicate of https://reviews.llvm.org/D65609, except
that it uses the newly introduced testing framework to detect if gdb is present
so that the tests won't fail on machines without gdb.
Repository:
rL LLVM
https://reviews.llvm.org/D67238
Files:
libcxx/test/pretty_printers/gdb_pretty_printer_test.py
libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp
libcxx/utils/gdb/libcxx/printers.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67238.218982.patch
Type: text/x-patch
Size: 61415 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190905/fea1bfdf/attachment.bin>
More information about the llvm-commits
mailing list