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: [RFA] Remove target_fileio_close_cleanup


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


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