From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8007 invoked by alias); 3 Mar 2020 19:36:57 -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 7999 invoked by uid 89); 3 Mar 2020 19:36:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:535, HContent-Transfer-Encoding:8bit X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 03 Mar 2020 19:36:55 +0000 Received: from [172.16.0.95] (192-222-181-218.qc.cable.ebox.net [192.222.181.218]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 21E3D1E5F3; Tue, 3 Mar 2020 14:36:54 -0500 (EST) Subject: Re: [PATCH] Implement debugging of WOW64 processes To: Eli Zaretskii , Hannes Domani Cc: gdb-patches@sourceware.org References: <20200303182057.8973-1-ssbssa.ref@yahoo.de> <20200303182057.8973-1-ssbssa@yahoo.de> <834kv5xoef.fsf@gnu.org> <1055408447.6034972.1583262721877@mail.yahoo.com> <83y2shw81q.fsf@gnu.org> From: Simon Marchi Message-ID: <4b854f69-10ea-eada-f4ba-245a02aae2e6@simark.ca> Date: Tue, 03 Mar 2020 19:36:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: <83y2shw81q.fsf@gnu.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2020-03/txt/msg00069.txt On 2020-03-03 2:30 p.m., Eli Zaretskii wrote: >> Date: Tue, 3 Mar 2020 19:12:01 +0000 (UTC) >> From: "Hannes Domani via gdb-patches" >> >>> Thanks.  I think this warrants a NEWS entry. >> >> I've come up with the following, but I'm not sure if it's clear enough: >> >> * On Windows targets, it is now possible to debug 32-bit programs with a >>   64-bit GDB. > > SGTM, thanks. > Eli, just wondering, did you review the code parts of this patch? Simon