Simplify the libcxx std::string_view gdb pretty printer
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 5 Nov 2021 05:45:55 +0000 (22:45 -0700)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 2 Dec 2021 19:36:38 +0000 (11:36 -0800)
commitff618a963aa52b9d2206f4ec83920b0e76535288
treea6a2ce54f219dd34968ce0f63dd358bdc8b2c5df
parent482b6f2a3d4b76c572bf0c2e8b974d72b0145dcd
Simplify the libcxx std::string_view gdb pretty printer

Seems better to rely on the existing formatting, makes the output
smaller/simpler - this is consistent with libstdc++'s std::string_view
pretty printing too.

Differential Revision: https://reviews.llvm.org/D113244
libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
libcxx/utils/gdb/libcxx/printers.py