This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 9/9] add python layer


> 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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]