This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Make StdVectorPrinter in printers.py compatible with ddd
>>>>> "Hans" == Hans Erickson <hans.p.erickson@gmail.com> writes:
Hans> Interesting. I was under the impression from looking at the GDB
Hans> Machine Interface documentation
Hans> (http://sourceware.org/gdb/onlinedocs/gdb/GDB_002fMI-Variable-Objects.html#GDB_002fMI-Variable-Objects)
Hans> that the same python pretty-printing code could be used for formatting
Hans> variables through the programmatic interface, but I may be misreading
Hans> the documentation. It does say that there's no way to implement it in
Hans> a fully backward-compatible way, so I suppose existing GUIs shouldn't
Hans> be expected to automatically work.
DDD doesn't use MI. That is the real bug.
Tom