This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: gdb pretty-printers for libstdc++
- From: Tom Tromey <tromey at redhat dot com>
- To: Chris Fairles <chris dot fairles at gmail dot com>
- Cc: libstdc <libstdc++ at gcc dot gnu dot org>
- Date: Sun, 01 Mar 2009 16:01:09 -0700
- Subject: Re: gdb pretty-printers for libstdc++
- References: <m3eixj4o7d.fsf@fleche.redhat.com> <4348dea50902281102j76e5bfd0wa88c40ae2a2f5bc8@mail.gmail.com> <m3eixi2sz1.fsf@fleche.redhat.com> <m38wnpyve6.fsf@fleche.redhat.com> <fac6bb500903011102k6bbac544i718eae61e67f9121@mail.gmail.com>
- Reply-to: Tom Tromey <tromey at redhat dot com>
>>>>> "Chris" == Chris Fairles <chris.fairles@gmail.com> writes:
Chris> What about printing std(::tr1)::tuple's? Might be hard since
Chris> the impl uses inheritance hierarchies.
I'll look into it. In some cases, if the default looked ok, I did not
write a pretty-printer. I don't recall whether this was the case for
tuple.
FYI we do have a known hole with pretty-printing base classes in gdb.
We'll be fixing this soon, and in any case it doesn't affect the
printers themselves.
Tom