From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by sourceware.org (Postfix) with ESMTPS id EDEAE3858D34 for ; Thu, 2 Jul 2020 18:34:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org EDEAE3858D34 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-f54.google.com with SMTP id b6so29625315wrs.11 for ; Thu, 02 Jul 2020 11:34:25 -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:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=5ri75tcqdC7EcviOWZwkidcsQPC+ytGA4Fw4+pjJlTM=; b=JWvFO4Bv0Z0+mWkc58xzfHq3MxsIdpZ/UYZsNTTs8F7WPXvnlaSeui8+47PLCV2XFw M9pm4EbPIn3H4iz1VuUcAn9zD1BX0kBshYM92sXkRopzPRfqmX7yVxmVAzBmqdujNLBw gdvW3Snhv+osrrb6bVSRHMae5SIP+QaLoMAgc7TNv/nEn9hBb1yEbio5xZTbOTOeeZFf b+a6lU4vLV41uMTbyBQE4C6WpbkZ9wKgWkYYt6xkh1RJoz1SL7+gCqdp6BYavsTwNqSe BsA6QYfS62foRT2isxRFdHj0Vbm/q8pVVkY1SrXDlVx2d/xDLH1nVw7RUjfN4+7vqgg8 YXkA== X-Gm-Message-State: AOAM530vHhd1ub5FqcYRhLN/7+uWyZhoqCubqHq7nD1ClOJJpcxiV+fA Bv+MdTrkwCfJAgey3OS1dvQjMSOip7qzJg== X-Google-Smtp-Source: ABdhPJyAvOd+4qT715cJmgsehcxOX4fEt3XPfpCUASWJoCvUVQFax1SqLN0cbOX2B9g17hKcqYSEww== X-Received: by 2002:adf:f08b:: with SMTP id n11mr31862262wro.312.1593714864529; Thu, 02 Jul 2020 11:34:24 -0700 (PDT) Received: from ?IPv6:2001:8a0:f922:c400:56ee:75ff:fe8d:232b? ([2001:8a0:f922:c400:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id d13sm11512468wrq.89.2020.07.02.11.34.23 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 02 Jul 2020 11:34:23 -0700 (PDT) Subject: Re: Building today's snapshot of GDB with MinGW To: Eli Zaretskii References: <83a70l20dn.fsf@gnu.org> <83wo3ozlvn.fsf@gnu.org> <56f26808-dfb0-6703-6f1f-9818c35946dd@polymtl.ca> <83pn9fxofc.fsf@gnu.org> <83v9j6vxey.fsf@gnu.org> <9876615e-ab54-9fc4-4892-f855901e951e@polymtl.ca> <76a315f9-ed60-93b4-10ab-95bc3bc8ae64@palves.net> <83pn9dx121.fsf@gnu.org> <5efa2c99-9960-43e1-49d2-317448d69824@palves.net> <83imf5wyvm.fsf@gnu.org> Cc: simon.marchi@polymtl.ca, tromey@adacore.com, brobecker@adacore.com, gdb-patches@sourceware.org From: Pedro Alves Message-ID: Date: Thu, 2 Jul 2020 19:34:22 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <83imf5wyvm.fsf@gnu.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, 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, 02 Jul 2020 18:34:27 -0000 On 7/2/20 7:33 PM, Eli Zaretskii wrote: >> Cc: simon.marchi@polymtl.ca, tromey@adacore.com, brobecker@adacore.com, >> gdb-patches@sourceware.org >> From: Pedro Alves >> Date: Thu, 2 Jul 2020 19:21:17 +0100 >> >>> AFAIK, this is impossible on Windows: a 64-bit debugger can debug >>> 32-bit programs (and I think GDB recently learned how to do that), but >>> a 32-bit debugger cannot debug 64-bit programs. >>> >> >> Which is exactly the same with Linux. See my parenthetical remark above. > > Right, I missed that, sorry. > No worries at all. Cheers, Pedro Alves