Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Pretty printing in gdb7

>>>>> "Marc" == Marc Khouzam <marc.khouzam@xxxxxxxxxxxx> writes:

Marc> I personnally have not tried the new python support in GDB 7 and to 
Marc> be honnest, I'm not familiar with how it should be used at all.

It should mostly work automatically.  The only real difference is that
now a the number of children of a varobj can change dynamically.  This
should not be hard to accommodate.

There is also a new MI command to let the MI consumer set the
visualizer for a varobj.  However, everything will work fine even if
this command is never issued.

Tom


Back to the top