From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66870 invoked by alias); 12 Oct 2015 16:28:50 -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 64517 invoked by uid 89); 12 Oct 2015 16:28:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-io0-f175.google.com Received: from mail-io0-f175.google.com (HELO mail-io0-f175.google.com) (209.85.223.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 12 Oct 2015 16:28:49 +0000 Received: by ioii196 with SMTP id i196so155362070ioi.3 for ; Mon, 12 Oct 2015 09:28:47 -0700 (PDT) X-Received: by 10.107.167.199 with SMTP id q190mr9808083ioe.87.1444667327426; Mon, 12 Oct 2015 09:28:47 -0700 (PDT) Received: from [10.0.0.11] (cable-192.222.137.139.electronicbox.net. [192.222.137.139]) by smtp.gmail.com with ESMTPSA id m138sm7175738ioe.33.2015.10.12.09.28.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 12 Oct 2015 09:28:46 -0700 (PDT) Subject: Re: [PATCH c++ 5/5] mips: Add cast for int to enum conversion To: Pedro Alves , Simon Marchi , gdb-patches@sourceware.org References: <1444538238-7468-1-git-send-email-simon.marchi@polymtl.ca> <1444538238-7468-5-git-send-email-simon.marchi@polymtl.ca> <561B9166.7090101@redhat.com> From: Simon Marchi Message-ID: <561BDFBB.5020001@gmail.com> Date: Mon, 12 Oct 2015 16:28:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <561B9166.7090101@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-10/txt/msg00160.txt.bz2 On 12/10/15 06:54 AM, Pedro Alves wrote: > Please don't. As discussed a while ago in IRC, I think we should > stop making target_read_memory & friends return a target_xfer_status. > > I have a different patch in the branch to do that: > > https://github.com/palves/gdb/commit/22e5f84529cbe06a7b5c7fbbf662640b84e5cfb9 Ok. I remember that discussion, I didn't know that you followed up on it. Great!