This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
libstdc++ pretty-printers vs. inspecting objects
- From: Avi Kivity <avi at cloudius-systems dot com>
- To: gcc-help <gcc-help at gcc dot gnu dot org>
- Date: Sun, 26 Jul 2015 18:06:20 +0300
- Subject: libstdc++ pretty-printers vs. inspecting objects
- Authentication-results: sourceware.org; auth=none
libstdc++ pretty-printers are a life-saver when inspecting containers.
However, they also hide information: the type of the element being
inspected (can often be inferred by the user) and the address of the
element (which cannot).
Is there a way to add this information to the pretty-printers output?