From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x136.google.com (mail-il1-x136.google.com [IPv6:2607:f8b0:4864:20::136]) by sourceware.org (Postfix) with ESMTPS id 8E3723948802 for ; Tue, 7 Jun 2022 15:59:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8E3723948802 Received: by mail-il1-x136.google.com with SMTP id h18so14530016ilj.7 for ; Tue, 07 Jun 2022 08:59:12 -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=8oxGQNh5bS6kv6fUJ27lpFsuKzkO9Ibxq0JZ/QcvIac=; b=vkQeZo7oT0bAbB+t7UNWd+zUBnwYVfQuAeQZgIMLS5ELW0rfL0nieBAx/OMdwmqY5G N/LVqgfelaEmxQuU5ZZ6wl6klng17gMZGZYKjyTDcO0sreXlDueaT1yW6YIf28eLEOyd i/JTiGyuvn014z0FEWZyBRx4ffTBPvjQ576rQ5K3zJYepNEvP/k+dqHmYdun3xRq/hHH 3AgWGQNtTbR7OszhDoiXbRXy7keiP7RkRfbJY/c7+IuSB3vyLPs6LV25FUMQkL93sB35 aQa1T7wXERQC7+JouUBqBzZcYz64gvilFxtQGK0WbfsaHXCfV6PGw88Batt+lhOa2fj/ 4Pgw== X-Gm-Message-State: AOAM531OJKPsHvkOEZm3q4toyofcx+QcyuPlu9vbQNQe4XYq/NqvAgB/ QskRtVG3uWG6uqj92gXfnylWlQSlvwCaHQ== X-Google-Smtp-Source: ABdhPJx3n58E9dsamoi2uhpoeS0qUypqO0AJsB1bDBSG9BrbHi6OPrENJbhnJUK5IsIJiNLB8hiHDQ== X-Received: by 2002:a05:6e02:1525:b0:2d3:f72e:eadf with SMTP id i5-20020a056e02152500b002d3f72eeadfmr14381368ilu.5.1654617551874; Tue, 07 Jun 2022 08:59:11 -0700 (PDT) Received: from murgatroyd (71-211-171-143.hlrn.qwest.net. [71.211.171.143]) by smtp.gmail.com with ESMTPSA id g12-20020a02b70c000000b0032e36d3843fsm6749079jam.19.2022.06.07.08.59.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Jun 2022 08:59:11 -0700 (PDT) From: Tom Tromey To: Tom Tromey via Gdb-patches Cc: Tom Tromey Subject: Re: [PATCH v2 0/2] Make "set disable-randomization" work on Windows References: <20220311185705.774197-1-tromey@adacore.com> X-Attribution: Tom Date: Tue, 07 Jun 2022 09:59:10 -0600 In-Reply-To: <20220311185705.774197-1-tromey@adacore.com> (Tom Tromey via Gdb-patches's message of "Fri, 11 Mar 2022 11:57:03 -0700") Message-ID: <87k09szcq9.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.5 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 15:59:14 -0000 >>>>> "Tom" == Tom Tromey via Gdb-patches writes: Tom> Here's v2 of the series to make "set disable-randomization" work on Tom> Windows. Tom> v1 was here: Tom> https://sourceware.org/pipermail/gdb-patches/2021-October/182438.html Tom> I believe this version addresses all the review comments. In Tom> particular, it now dynamically checks for the needed APIs and should Tom> not need a newer version of Windows in order to build. I'm checking this in now. Tom