This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Remove target_fileio_close_cleanup
- From: Simon Marchi <simark at simark dot ca>
- To: Tom Tromey <tom at tromey dot com>, gdb-patches at sourceware dot org
- Date: Sat, 17 Mar 2018 09:09:02 -0400
- Subject: Re: [RFA] Remove target_fileio_close_cleanup
- References: <20180314173843.24913-1-tom@tromey.com>
On 2018-03-14 01:38 PM, Tom Tromey wrote:
> This removes target_fileio_close_cleanup in favor of a new RAII class.
> The new class is similar to scoped_fd but calls
> target_fileio_close_cleanup rather than close.
>
> Regression tested by the buildbot.
LGTM.
Simon