From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd32.google.com (mail-io1-xd32.google.com [IPv6:2607:f8b0:4864:20::d32]) by sourceware.org (Postfix) with ESMTPS id 6CDA538344C6 for ; Tue, 7 Jun 2022 18:15:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6CDA538344C6 Received: by mail-io1-xd32.google.com with SMTP id q76so11146427iod.8 for ; Tue, 07 Jun 2022 11:15:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=BbBzF1bSlyxEYG+1XDleNl5onNmzcsCmodMmhPqbpYU=; b=khAEOUodV28t3KRpLyy7xtrSKhv8YThWywPjkXWMi0PqzQ6nCFjkpLmA95YjZQLgo1 5yy5WIJJhQa8fBZCy9cKl+S9qY2mTg40Jzas5WM0OAVxegxjttwFIHi/+AqJX917WsLI R1+HMd3Ie95d5sbwPWDVpk9ihA+dkeP/ombIL4/c4FSrw/x/wXCvXlbTK871YYxCMKJo tnx4xvaEr4HGqJTJxKbwF1g+TsnopxBGLEA2S8tR8kQBPpajBYOIftwt0CHSB5rtlPDt BaG0EXwQOB5SDzp9a2IVFbEhFXZByiD4Ik65pWuYPe9eMdvUSgkfR39ultPaKcZ4gFFX pIqw== X-Gm-Message-State: AOAM530sI18H2j7noEBjiZqbI6tUFrt8mu4hTE5j40e/LQ+TleMv8BON rWTuPvtYxzcIoeCduvZdGfVCEJ5xWJyBzA== X-Google-Smtp-Source: ABdhPJxs3KuA0fi6LuWreP+691GCQqgF39bw6KIlZMc+WVCcWn9QioCZ7xeOK4ye3YWNRB79jCGdbg== X-Received: by 2002:a6b:d309:0:b0:664:716c:d758 with SMTP id s9-20020a6bd309000000b00664716cd758mr14651031iob.157.1654625725775; Tue, 07 Jun 2022 11:15:25 -0700 (PDT) Received: from murgatroyd (71-211-171-143.hlrn.qwest.net. [71.211.171.143]) by smtp.gmail.com with ESMTPSA id p9-20020a92d689000000b002d4032b41casm5479420iln.32.2022.06.07.11.15.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Jun 2022 11:15:25 -0700 (PDT) From: Tom Tromey To: Tom Tromey via Gdb-patches Cc: Tom Tromey Subject: Re: [PATCH 0/2] More Windows globals cleanups References: <20220407195606.1847158-1-tromey@adacore.com> X-Attribution: Tom Date: Tue, 07 Jun 2022 12:15:24 -0600 In-Reply-To: <20220407195606.1847158-1-tromey@adacore.com> (Tom Tromey via Gdb-patches's message of "Thu, 7 Apr 2022 13:56:04 -0600") Message-ID: <87bkv4z6f7.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Tue, 07 Jun 2022 18:15:28 -0000 >>>>> "Tom" == Tom Tromey via Gdb-patches writes: Tom> This short series moves more globals from windows-nat into a Tom> structure. This is more preparation for multi-inferior. (Note I Tom> haven't implemented multi-inferior, this is just preparation in case Tom> we do.) Tom> This only partially converts gdbserver. The x86 back end still has Tom> some globals, and I didn't try to fix this. Tom> I regression tested this using the internal AdaCore test suite. I've rebased this and I am checking it in now. Tom