From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106175 invoked by alias); 8 Jun 2018 16:46:16 -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 105087 invoked by uid 89); 8 Jun 2018 16:45:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,TIME_LIMIT_EXCEEDED autolearn=unavailable version=3.3.2 spammy=Hx-languages-length:155 X-HELO: mail-qt0-f179.google.com Received: from mail-qt0-f179.google.com (HELO mail-qt0-f179.google.com) (209.85.216.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Jun 2018 16:45:35 +0000 Received: by mail-qt0-f179.google.com with SMTP id h5-v6so14021981qtm.13 for ; Fri, 08 Jun 2018 09:45:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=mEQujmEdOnERmzPeh6vp7g4MwHTe7s3spx18Xe2rNf0=; b=IDZhH9nKNRAbKgnOp7Fx8IMPiH29b5NSKG2KLqdFcLaBJNVP0QNUH+tSphgnjeKAqO w0FE2Ka7TNiFrNG+Hsfrtde+VkWRLYGFA3QK9ffIY4MuNCcQKt9eC4hbgm9IQDxt+d7F cJs9g2Xxxs398NarjQ7iAyciv1vqbs4BQUXTlY9UpSiy/7giEP5TTOukgRwGSbrQDrxJ URPCJ4SFefNblt/lveBisjVRJiW+ImXXEbvnyrP74L+M2IeDN60Mc2yYqiRQlBI/36qU IB5cs+gS/kuyUBqHVtmh5oNHErJElr01OofCBbrp6o0kzCHnFJMy0bkm4c/17eAyt3bR LHOQ== X-Gm-Message-State: APt69E0JQoWhubXW5+CQdLb7nK3MfZCRBA0LXyho0NIBhIWRzLcFmLPx lCpH6XSm3KLlK6INrRMx/uuy8cuN2ek= X-Google-Smtp-Source: ADUXVKK3FV2nkZUBK1taBTuWJRjp/erE2wZgZlDaGLd0vg5gfkK/fuoU4Y3mZQEuLVDEhIJcrGfu1w== X-Received: by 2002:a0c:ab18:: with SMTP id h24-v6mr6255485qvb.138.1528476322268; Fri, 08 Jun 2018 09:45:22 -0700 (PDT) Received: from [192.168.1.11] (cpe-107-15-183-220.nc.res.rr.com. [107.15.183.220]) by smtp.gmail.com with ESMTPSA id m6-v6sm27624680qkm.12.2018.06.08.09.45.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 08 Jun 2018 09:45:21 -0700 (PDT) From: Stan Cox To: Tom Tromey Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [RFC][PATCH v3] Consolidate gdbserver global variables References: <3153f899-a653-9372-72fd-25ea874f7d3c@redhat.com> <44875dda-adc6-d9a4-940c-0c27aeac574b@redhat.com> <6a41763b-6949-2d32-37fa-9d3f1afceec1@redhat.com> <7d9764b6-d95a-96b4-b064-27ce539327cf@redhat.com> <9988957e-3bf8-cbe8-6c08-58706b11bd60@redhat.com> <9e844707-a2f8-c969-4d09-7ee2fa3bd1ed@redhat.com> <87po11l0lw.fsf@tromey.com> Message-ID: <9dd413b3-71fc-3782-6bdd-8f7d34bc57a4@redhat.com> Date: Fri, 08 Jun 2018 16:46:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <87po11l0lw.fsf@tromey.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-06/txt/msg00223.txt.bz2 > I think this broke the mingw build. I have an old laptop with mingw on it; I'll take a look.