This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: gdb pretty-printers for libstdc++



What about printing std(::tr1)::tuple's? Might be hard since the impl uses inheritance hierarchies.

Chris
I hacked at this a little today. Right now I cannot deduce the tuple information as I cannot interrogate the inheritance hierarchies with the current Python value and type code. There might be another way to do this, but I am not sure. What is needed is for this kind of functionality to be in the Python/GDB value/type system. It is definitely now on the to-do list.

Regards

Phil


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