This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: [URGENT] Ideas for Google Summer of Code
- From: Tom Tromey <tromey at redhat dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: Sergio Durigan Junior <sergiodj at redhat dot com>, GDB Development <gdb at sourceware dot org>
- Date: Fri, 21 Feb 2014 11:24:48 -0700
- Subject: Re: [URGENT] Ideas for Google Summer of Code
- Authentication-results: sourceware.org; auth=none
- References: <m3ha7uvrvm dot fsf at redhat dot com> <5307239F dot 1000509 at redhat dot com>
>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:
Pedro> I'm too late now, one thought just crossed my mind: it's kind of
Pedro> odd that GDB has all this pretty printing machinery in place, but doesn't
Pedro> have pretty printers for its own structures, like struct type/main_type,
Pedro> and VECs. :-P It'd be nice to address that. :-)
There's a bit in the delightfully-named gdb/gdb-gdb.py.
At least for me it doesn't trigger by default though.
Tom