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: [RFC 5/6] Do not reopen temporary files


>>>>> "Simon" == Simon Marchi <simark@simark.ca> writes:

>> +  /* Order matters here; we want FILE to be closed before FILENAME_TEMP is
>> +     unlinked, because on MS-Windows one cannot delete a file that is
>> +     still open.  (Don't call anything here that might throw until
>> +     file_closer is created.)  So, we wrap the unlinker in an optional

Simon> I just noticed this refers to file_closer, a variable that doesn't exist anymore
Simon> (or has been renamed).

Thanks.  I've removed the parenthesized sentence, because it no longer
applies.

Tom


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