This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 8b2db2647 [libcxx] Codesign test executables if necessary new e6c507c0e Don't assume libcxx_gdb is always set. new a0b20c4c3 Add gdb pretty printers for a wide variety of libc++ data str [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: test/pretty_printers/gdb_pretty_printer_test.py | 112 +++ .../pretty_printers/gdb_pretty_printer_test.sh.cpp | 632 +++++++++++++ utils/gdb/libcxx/printers.py | 992 +++++++++++++++++++++ utils/libcxx/test/config.py | 5 +- 4 files changed, 1739 insertions(+), 2 deletions(-) create mode 100644 test/pretty_printers/gdb_pretty_printer_test.py create mode 100644 test/pretty_printers/gdb_pretty_printer_test.sh.cpp create mode 100644 utils/gdb/libcxx/printers.py