From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86806 invoked by alias); 27 Oct 2015 02:02:52 -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 86626 invoked by uid 89); 27 Oct 2015 02:02:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f49.google.com Received: from mail-qg0-f49.google.com (HELO mail-qg0-f49.google.com) (209.85.192.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 27 Oct 2015 02:02:51 +0000 Received: by qgad10 with SMTP id d10so135721293qga.3 for ; Mon, 26 Oct 2015 19:02:49 -0700 (PDT) X-Received: by 10.140.107.228 with SMTP id h91mr45093072qgf.48.1445911369154; Mon, 26 Oct 2015 19:02:49 -0700 (PDT) Received: from [10.0.0.136] (modemcable053.173-58-74.mc.videotron.ca. [74.58.173.53]) by smtp.gmail.com with ESMTPSA id n141sm14157979qhb.7.2015.10.26.19.02.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Oct 2015 19:02:48 -0700 (PDT) To: gdb-patches@sourceware.org In-Reply-To: <1445831204-16588-3-git-send-email-simon.marchi@polymtl.ca> From: Simon Marchi Subject: Re: [PATCH c++ 03/12] ctf_xfer_partial: Return TARGET_XFER_E_IO instead of -1 on error Message-ID: <562EDB45.1010307@polymtl.ca> Date: Tue, 27 Oct 2015 09:54:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-10/txt/msg00591.txt.bz2 I pushed this one, I consider it obvious enough.