From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id CLM5Gi/PdGAgIgAAWB0awg (envelope-from ) for ; Mon, 12 Apr 2021 18:52:31 -0400 Received: by simark.ca (Postfix, from userid 112) id 690A41F104; Mon, 12 Apr 2021 18:52:31 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=MAILING_LIST_MULTI, RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id A6BF11F0FE for ; Mon, 12 Apr 2021 18:52:30 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 0CBB9385782E; Mon, 12 Apr 2021 22:52:30 +0000 (GMT) Received: from mail-wr1-f50.google.com (mail-wr1-f50.google.com [209.85.221.50]) by sourceware.org (Postfix) with ESMTPS id B4C6D385782E for ; Mon, 12 Apr 2021 22:52:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B4C6D385782E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=alves.ped@gmail.com Received: by mail-wr1-f50.google.com with SMTP id m9so1774149wrx.3 for ; Mon, 12 Apr 2021 15:52:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:from:to:references:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=JwwLnDcYJ45B+I70HFe1e0It1my6tFohqxyHGzMqvCw=; b=oytb7hEo3rM4KC3XGQ7Mu+EMxibIN1hymugxoywnW17VSj0jfTzf09toq+l4AZ02lO hqfG8eH6Qit3RZunaCzidIfLdL/wOtInuFBuWVtSLuSa3nJ9PtGUCDmouCKSAYYynOkE AuaoiNfNADPuqMtI8QIC5WSDYNygVpl4nwDyXMNJ5+0IJ/Ne8UWNppAQBOH3Qmcfvqj5 33MYLm/9c00RwsL/xazwY1/llSNxS9f4vbO3CPi5KTMY7qT04/SH8w2bl6QWxvsZPN9y nl+hAq9qHxSGpcafv4ClmtvAc9WbI/qP2ucXMhFx/NBwIsMKNgsvcq6bi9bFIZBspwHM MqYQ== X-Gm-Message-State: AOAM530gXfp0Uq959MRYTPnlSahyfdGXnKgyJl5n2CkvD5J+QraF9Qsu lLNxiyYNxxrJM2n+2o0wVoF1MiRXJKsehw== X-Google-Smtp-Source: ABdhPJyRlVuMqe7SecUuDANfJgg3N6U+bU800yHu7JjsNAAWgfx6Xayf3mofKqvCqglS4rm4YzZN3g== X-Received: by 2002:a05:6000:181b:: with SMTP id m27mr10642506wrh.11.1618267946193; Mon, 12 Apr 2021 15:52:26 -0700 (PDT) Received: from ?IPv6:2001:8a0:f932:6a00:6b6e:c7b6:c5a7:aac3? ([2001:8a0:f932:6a00:6b6e:c7b6:c5a7:aac3]) by smtp.gmail.com with ESMTPSA id u8sm3284496wrp.66.2021.04.12.15.52.24 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 12 Apr 2021 15:52:24 -0700 (PDT) Subject: Re: [PATCH] Remove process_stratum_target::hostio_last_error abstraction (Re: [PATCH] gdb, gdbserver: remove WinCE support code) From: Pedro Alves To: Simon Marchi , gdb-patches@sourceware.org References: <20210410231021.1232451-1-simon.marchi@polymtl.ca> <563cec09-990a-77f4-042f-2b95215e9829@palves.net> <1dd71397-369c-b88f-832d-b6c525e5bee8@polymtl.ca> <4e6132b6-acd0-0c9d-fdee-d693784efe13@polymtl.ca> Message-ID: Date: Mon, 12 Apr 2021 23:52:23 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On 12/04/21 23:20, Pedro Alves wrote: > Basically undoes: > https://sourceware.org/pipermail/gdb-patches/2008-January/055246.html Sorry, wrong URL here, I meant this one: https://sourceware.org/pipermail/gdb-patches/2008-January/055511.html > https://sourceware.org/pipermail/gdb-patches/attachments/20080131/f44e7012/attachment.bin >