From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 91BDC385E006 for ; Thu, 26 Mar 2020 22:10:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 91BDC385E006 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark@simark.ca Received: from [10.0.0.11] (unknown [192.222.164.54]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 1D9AF1E581; Thu, 26 Mar 2020 18:10:24 -0400 (EDT) Subject: Re: [PATCH v2] Fix WOW64 process system DLL paths To: Hannes Domani , Gdb-patches References: <20200324192351.3904-1-ssbssa.ref@yahoo.de> <20200324192351.3904-1-ssbssa@yahoo.de> <6fcfc7b1-5b1d-1bca-5bd8-06b075d626e6@simark.ca> <840438313.3764470.1585146130281@mail.yahoo.com> <1d7bb2df-1f3e-9ff7-ea38-05db350192d2@simark.ca> <30076034.3775038.1585146951973@mail.yahoo.com> <831rpf9bol.fsf@gnu.org> <692595410.5392254.1585254931564@mail.yahoo.com> <1525100081.5445433.1585255715401@mail.yahoo.com> <532d1a18-76d1-2bda-c252-7dd001e6a8d1@simark.ca> <284558264.5419040.1585256500672@mail.yahoo.com> From: Simon Marchi Message-ID: <6c24b2b9-a6c9-97ba-53be-337860be38d9@simark.ca> Date: Thu, 26 Mar 2020 18:10:23 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <284558264.5419040.1585256500672@mail.yahoo.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US-large Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-13.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham 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: Thu, 26 Mar 2020 22:10:26 -0000 On 2020-03-26 5:01 p.m., Hannes Domani via Gdb-patches wrote: > You can't debug a 64-bit program with a 32-bit gdb, it's only possible > the other way around. > > But if it were possible, it would read c:\windows\syswow64\foo.dll. Thanks, that settles it. Simon