This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Patch: Adjust libstdc++ std::string GDB pretty-printer to use 'lazy strings'.
- From: Tom Tromey <tromey at redhat dot com>
- To: Phil Muldoon <pmuldoon at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Fri, 15 Jan 2010 12:11:31 -0700
- Subject: Re: Patch: Adjust libstdc++ std::string GDB pretty-printer to use 'lazy strings'.
- References: <4B4EED98.1080305@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Phil" == Phil Muldoon <pmuldoon@redhat.com> writes:
Phil> 2010-01-14 Phil Muldoon <pmuldoon@redhat.com>
Phil> * python/libstdcxx/v6/printers.py (StdStringPrinter.__init__):
Phil> Remove encoding argument.
Phil> (StdStringPrinter.to_string): Do not compute or pass encoding.
Phil> Use lazy_string over string function.
This is ok. Thanks.
Tom