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] windows-nat.c: Handle ERROR_PARTIAL_COPY in windows_xfer_memory function


On 09/01/2013 11:10 PM, Pierre Muller wrote:
> 
> PS: the use of plongest function is because I got an warning about %d
> used for 'long long integer' type.

Then that's a regression from my deprecated_xfer_memory change.
Please keep logically independent changes as separate patches.

> 2013-09-01  Pierre Muller  <muller@sourceware.org>
> 
> 	* windows-nat.c (windows_xfer_memory): Fix compilation failure
> 	by use of plongest function.

This part is OK.  Please split it out, and commit it.

-- 
Pedro Alves


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