From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sa-prd-fep-048.btinternet.com (mailomta17-sa.btinternet.com [213.120.69.23]) by sourceware.org (Postfix) with ESMTPS id 2CC41388700F for ; Wed, 8 Apr 2020 12:45:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2CC41388700F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dronecode.org.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=jon.turney@dronecode.org.uk Received: from sa-prd-rgout-005.btmx-prd.synchronoss.net ([10.2.38.8]) by sa-prd-fep-048.btinternet.com with ESMTP id <20200408124536.MRFS3877.sa-prd-fep-048.btinternet.com@sa-prd-rgout-005.btmx-prd.synchronoss.net>; Wed, 8 Apr 2020 13:45:36 +0100 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com X-Originating-IP: [31.51.205.58] X-OWM-Source-IP: 31.51.205.58 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgeduhedrudejgdehhecutefuodetggdotefrodftvfcurfhrohhfihhlvgemuceutffkvffkuffjvffgnffgvefqofdpqfgfvfenuceurghilhhouhhtmecufedttdenucenucfjughrpefuvfhfhffkffgfgggjtgfgsehtjeertddtfeejnecuhfhrohhmpeflohhnucfvuhhrnhgvhicuoehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkqeenucfkphepfedurdehuddrvddthedrheeknecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheplgduledvrdduieekrddurdduudejngdpihhnvghtpeefuddrhedurddvtdehrdehkedpmhgrihhlfhhrohhmpeeojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukhequceuqfffjgepkeeukffvoffkoffgpdhrtghpthhtohepoehguggsqdhprghttghhvghssehsohhurhgtvgifrghrvgdrohhrgheqpdhrtghpthhtohepoehsihhmrghrkhesshhimhgrrhhkrdgtrgeq X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.117] (31.51.205.58) by sa-prd-rgout-005.btmx-prd.synchronoss.net (5.8.340) (authenticated as jonturney@btinternet.com) id 5E3A290C0A469966; Wed, 8 Apr 2020 13:45:36 +0100 Subject: Re: [PATCH] gdb: stop using host-dependent signal numbers in, windows-tdep.c To: Simon Marchi , gdb-patches@sourceware.org References: <20200316170845.184386-1-simon.marchi@polymtl.ca> <4c7333df-41ca-8cf3-0569-db95564b698e@redhat.com> <851468fb-5b6a-e43d-14ae-8ad6fc5d343a@polymtl.ca> <5f9ed4c0-9982-bab9-551c-9b7e60d4ac68@simark.ca> From: Jon Turney Message-ID: Date: Wed, 8 Apr 2020 13:45:34 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <5f9ed4c0-9982-bab9-551c-9b7e60d4ac68@simark.ca> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.6 required=5.0 tests=BAYES_00, FORGED_SPF_HELO, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: , X-List-Received-Date: Wed, 08 Apr 2020 12:45:40 -0000 On 02/04/2020 15:02, Simon Marchi wrote: > On 2020-04-02 10:00 a.m., Pedro Alves wrote: >> On 4/2/20 4:06 AM, Simon Marchi wrote: >>> On 2020-04-01 5:56 p.m., Simon Marchi via Gdb-patches wrote: >> >>>> Ok, I'll see what I can do. >>> >>> Here's a patch that does that. Note that I have only built-tested it. I'm so >>> inefficient with Windows that if I wait until I have the time to actually try >>> it, I'll never get it done. So I'm hoping that the Windows gurus can give it >>> a look. >> >> Wow, thanks for doing this. Most excellent. >> >> It looks good to me. >> >> Thanks, >> Pedro Alves > > Thanks. I'll give some time to Jon and/or Eli to take a look before pushing. I don't see any problems with this.