This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA 0/9] more cleanup removal
- From: Pedro Alves <palves at redhat dot com>
- To: Tom Tromey <tom at tromey dot com>, gdb-patches at sourceware dot org
- Date: Thu, 8 Feb 2018 16:42:18 +0000
- Subject: Re: [RFA 0/9] more cleanup removal
- Authentication-results: sourceware.org; auth=none
- References: <20180207220434.6045-1-tom@tromey.com>
Hi Tom,
Yay, cleanups-- :-)
On 02/07/2018 10:04 PM, Tom Tromey wrote:
> This series removes a number of cleanups, replacing them with
> unique_xmalloc_ptr or other things, as appropriate.
>
> Regression tested by the buildbot.
In patch #7 you can use gdb::def_vector<char> instead, I think.
Otherwise LGTM. Feel free to push.
Thanks,
Pedro Alves