This is the mail archive of the
archer@sourceware.org
mailing list for the Archer project.
Re: [python] more tests and documentation
Paul> It might be reasonable to automatically strip 'const' and reference
Paul> from types before searching for pretty printer.
Tom> This seems like a good idea to me.
On second thought, I understand stripping const (and volatile and
restrict). But why references? gdb has some internal flag for
printing to tell it whether it should dereference a reference type;
it seems like we would pretty-print when this dereference is done.
Tom