From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12188 invoked by alias); 2 Sep 2013 12:48:30 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 12173 invoked by uid 89); 2 Sep 2013 12:48:30 -0000 Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.222.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 02 Sep 2013 12:48:30 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_05,KHOP_THREADED,MSGID_MULTIPLE_AT autolearn=no version=3.3.2 X-HELO: mailhost.u-strasbg.fr Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antispam (Postfix) with ESMTP id 9B77E220AD4; Mon, 2 Sep 2013 14:48:26 +0200 (CEST) Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antivirus (Postfix) with ESMTP id 8D252220AD6; Mon, 2 Sep 2013 14:48:26 +0200 (CEST) Received: from md15.u-strasbg.fr (md15.u-strasbg.fr [130.79.200.204]) by mr1.u-strasbg.fr (Postfix) with ESMTP id 6E608220AD4; Mon, 2 Sep 2013 14:48:24 +0200 (CEST) Received: from ms15.u-strasbg.fr (ms15.u-strasbg.fr [130.79.204.115]) by md15.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r82CmOSr029228 ; Mon, 2 Sep 2013 14:48:24 +0200 (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (gw-ics.u-strasbg.fr [130.79.210.225]) (Authenticated sender: mullerp) by ms15.u-strasbg.fr (Postfix) with ESMTPSA id 1F7FA1FD88; Mon, 2 Sep 2013 14:48:23 +0200 (CEST) From: "Pierre Muller" To: "'Pedro Alves'" Cc: References: <5223bb46.c6c0420a.5a41.008dSMTPIN_ADDED_BROKEN@mx.google.com> <522485BB.8000904@redhat.com> In-Reply-To: <522485BB.8000904@redhat.com> Subject: RE: [RFA] windows-nat.c: Handle ERROR_PARTIAL_COPY in windows_xfer_memory function Date: Mon, 02 Sep 2013 12:48:00 -0000 Message-ID: <000001cea7da$b431e140$1c95a3c0$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2013-09/txt/msg00014.txt.bz2 =20=20 > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Pedro Alves > Envoy=E9=A0: lundi 2 septembre 2013 14:34 > =C0=A0: Pierre Muller > Cc=A0: gdb-patches@sourceware.org > Objet=A0: Re: [RFA] windows-nat.c: Handle ERROR_PARTIAL_COPY in > windows_xfer_memory function >=20 > 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. >=20 > Then that's a regression from my deprecated_xfer_memory change. > Please keep logically independent changes as separate patches. I just noticed the problem while trying to update the patch... =20 You are off course right that this should be separate... > > 2013-09-01 Pierre Muller > > > > * windows-nat.c (windows_xfer_memory): Fix compilation failure > > by use of plongest function. >=20 > This part is OK. Please split it out, and commit it. Done and committed, thanks, Pierre PS: Do you want me to resubmit and new version of the ERROR_PARTIAL_COPY RFA?