From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11120 invoked by alias); 2 Sep 2013 14:35:06 -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 11110 invoked by uid 89); 2 Sep 2013 14:35:05 -0000 Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.222.217) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 02 Sep 2013 14:35:05 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_20,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 D438A2063E; Mon, 2 Sep 2013 16:35:01 +0200 (CEST) Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antivirus (Postfix) with ESMTP id C6E9B20254; Mon, 2 Sep 2013 16:35:01 +0200 (CEST) Received: from md14.u-strasbg.fr (md14.u-strasbg.fr [130.79.200.249]) by mr7.u-strasbg.fr (Postfix) with ESMTP id A3FAD2066D; Mon, 2 Sep 2013 16:34:59 +0200 (CEST) Received: from ms12.u-strasbg.fr (ms12.u-strasbg.fr [130.79.204.112]) by md14.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r82EYxxV025191 ; Mon, 2 Sep 2013 16:34:59 +0200 Received: from E6510Muller (gw-ics.u-strasbg.fr [130.79.210.225]) (Authenticated sender: mullerp) by ms12.u-strasbg.fr (Postfix) with ESMTPSA id 3B90F1FD92; Mon, 2 Sep 2013 16:34:58 +0200 (CEST) From: "Pierre Muller" To: "'Pedro Alves'" Cc: References: <5223bb46.c6c0420a.5a41.008dSMTPIN_ADDED_BROKEN@mx.google.com> <52248978.90500@redhat.com> <000301cea7dd$17bc4af0$4734e0d0$@muller@ics-cnrs.unistra.fr> <52249053.6050103@redhat.com> <522494dc.297a420a.6ab0.6047SMTPIN_ADDED_BROKEN@mx.google.com> <522497AF.8080800@redhat.com> <52249a22.42bd420a.28f1.722cSMTPIN_ADDED_BROKEN@mx.google.com> <52249C06.1020100@redhat.com> <52249e27.e8a4420a.4293.ffff89a0SMTPIN_ADDED_BROKEN@mx.google.com> <52249E7A.8010300@redhat.com> <000301cea7e8$3bd48dc0$b37da940$@muller@ics-cnrs.unistra.fr> <5224A0DB.7070107@redhat.com> In-Reply-To: <5224A0DB.7070107@redhat.com> Subject: RE: [RFA-v2] gdbserver/win32-low.c: Check Read/WriteProcessMemory return value (followup to [RFA] windows-nat.c: Handle ERROR_PARTIAL_COPY in windows_xfer_memory function) Date: Mon, 02 Sep 2013 14:35:00 -0000 Message-ID: <000901cea7e9$97eaa940$c7bffbc0$@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/msg00032.txt.bz2 > -----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 16:30 > =C0=A0: Pierre Muller > Cc=A0: gdb-patches@sourceware.org > Objet=A0: Re: [RFA-v2] gdbserver/win32-low.c: Check Read/WriteProcessMemo= ry > return value (followup to [RFA] windows-nat.c: Handle ERROR_PARTIAL_COPY in > windows_xfer_memory function) >=20 > On 09/02/2013 03:25 PM, Pierre Muller wrote: >=20 > > Here is an update patch, > > is this OK? >=20 > Great! OK, thanks. Thanks for the fast feedback, patch committed, Pierre Muller