This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 9/9] add python layer
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Sat, 22 Sep 2012 09:51:34 +0300
- Subject: Re: [PATCH 9/9] add python layer
- References: <87r4qdhdjw.fsf@fleche.redhat.com> <87obkzrx26.fsf@fleche.redhat.com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Tom Tromey <tromey@redhat.com>
> Date: Fri, 21 Sep 2012 13:32:49 -0600
>
> >>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
>
> Tom> Even with the previous patches in place, some types aren't printed as
> Tom> nicely as we would like them to be. For example, std::string is still
> Tom> printed as "std::basic_string<char, std::char_traits<char>,
> Tom> std::allocator<char> >".
>
> Here's a new version of this patch which fixes a bug that I found
> through further testing. The new test file has a test for this bug.
Any changes in the documentation that I need to review?