This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Pretty-printers for members can't be influenced by pretty-printers for their containing structure


On Wed, Nov 28, 2012 at 10:59 AM, Tom Tromey <tromey@redhat.com> wrote:
> Couldn't you have 'children' return a list like
>
>   [ ('lengthAndFlags', ...), ('u1.chars', ...), ... ]


That's what I'm going to do for the time being, yeah. I need something
that runs on stock GDB.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]