From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110597 invoked by alias); 10 Jan 2018 11:18:58 -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 109745 invoked by uid 89); 10 Jan 2018 11:18:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=H*f:sk:cfbcb7c, H*i:sk:cfbcb7c, H*r:0800 X-HELO: 9pmail.ess.barracuda.com Received: from 9pmail.ess.barracuda.com (HELO 9pmail.ess.barracuda.com) (64.235.154.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 10 Jan 2018 11:18:56 +0000 Received: from MIPSMAIL01.mipstec.com (mailrelay.mips.com [12.201.5.28]) by mx1403.ess.rzc.cudaops.com (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NO); Wed, 10 Jan 2018 11:18:20 +0000 Received: from [10.20.78.221] (10.20.78.221) by mips01.mipstec.com (10.20.43.31) with Microsoft SMTP Server id 14.3.361.1; Wed, 10 Jan 2018 03:18:17 -0800 Date: Wed, 10 Jan 2018 11:18:00 -0000 From: "Maciej W. Rozycki" To: Pedro Alves CC: Joel Brobecker , , "Maciej W. Rozycki" , , Subject: Re: [PATCH] Fix backwards compatibility with old GDBservers (PR remote/22597) (Re: GDB 8.1 release -- 2018-01-08 update) In-Reply-To: Message-ID: References: <20180108074937.fq44jr4qkdphgeew@adacore.com> <77539a17-7418-86ac-09b0-bb68650a610d@redhat.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-BESS-ID: 1515583100-321459-23065-48978-1 X-BESS-VER: 2017.16-r1712230000 X-BESS-Apparent-Source-IP: 12.201.5.28 X-BESS-Outbound-Spam-Score: 0.00 X-BESS-Outbound-Spam-Report: Code version 3.2, rules version 3.2.2.188811 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------- 0.00 BSF_BESS_OUTBOUND META: BESS Outbound X-BESS-Outbound-Spam-Status: SCORE=0.00 using account:ESS59374 scores of KILL_LEVEL=7.0 tests=BSF_BESS_OUTBOUND X-BESS-BRTS-Status:1 X-SW-Source: 2018-01/txt/msg00194.txt.bz2 On Mon, 8 Jan 2018, Pedro Alves wrote: > Maciej, does this work for you / MIPS? It does, with the same `gdbserver' binary I reported the failure against. Thank you for your fix and sorry to mislead you several times about the nature of this regression. Maciej