From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id gbSDCHUNQ2J0YAAAWB0awg (envelope-from ) for ; Tue, 29 Mar 2022 09:45:25 -0400 Received: by simark.ca (Postfix, from userid 112) id 0B9F11F0B6; Tue, 29 Mar 2022 09:45:25 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 900161E150 for ; Tue, 29 Mar 2022 09:45:24 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 238B1385DC02 for ; Tue, 29 Mar 2022 13:45:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 238B1385DC02 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1648561524; bh=uarPXjwLPPJdqtx91HJ3Tc1tRtrqY4c4mbo1G3U4dAc=; h=Date:To:In-Reply-To:Subject:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=ieeGgrX/9tO5zVv9QQteqfXZWeYqEPJ9eOF7+ONFeF2PEJyWGjTiZPabegL9ZJLov 6fopX0K+n7YGw0fOuPrST+PvEEENWd3YHzr7ty3jgGrI9MClyVh8wUhY+xfbnxPa01 W1X6d5qOdcZcTatVLHWFrwDK1J05fA+l6ZoAmu9M= Received: from eggs.gnu.org (eggs.gnu.org [209.51.188.92]) by sourceware.org (Postfix) with ESMTPS id 99AD03857C49 for ; Tue, 29 Mar 2022 13:45:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 99AD03857C49 Received: from [2001:470:142:3::e] (port=35934 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZC9f-0006pW-NQ; Tue, 29 Mar 2022 09:45:03 -0400 Received: from [87.69.77.57] (port=3310 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZC9f-0001rb-1J; Tue, 29 Mar 2022 09:45:03 -0400 Date: Tue, 29 Mar 2022 16:45:08 +0300 Message-Id: <83r16k98kb.fsf@gnu.org> To: Christina Schimpe In-Reply-To: <20220329131158.3970228-2-christina.schimpe@intel.com> (message from Christina Schimpe via Gdb-patches on Tue, 29 Mar 2022 15:11:56 +0200) Subject: Re: [PATCH v2 1/3] gdb: Make global feature array a per-remote target array References: <20220329131158.3970228-1-christina.schimpe@intel.com> <20220329131158.3970228-2-christina.schimpe@intel.com> 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: , From: Eli Zaretskii via Gdb-patches Reply-To: Eli Zaretskii Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > Date: Tue, 29 Mar 2022 15:11:56 +0200 > From: Christina Schimpe via Gdb-patches > > gdb/NEWS | 13 + > gdb/doc/gdb.texinfo | 10 +- > gdb/remote.c | 1057 ++++++++++------- > gdb/testsuite/gdb.base/cond-eval-mode.exp | 9 +- > gdb/testsuite/gdb.base/dprintf.exp | 5 +- > gdb/testsuite/gdb.base/find-unmapped.exp | 5 +- > .../gdb.base/hbreak-in-shr-unsupported.exp | 4 +- > .../gdb.multi/multi-target-info-inferiors.exp | 6 +- > gdb/testsuite/gdb.multi/multi-target.exp.tcl | 8 +- > .../connect-without-multi-process.exp | 4 +- > .../gdb.server/exit-multiple-threads.exp | 9 +- > gdb/testsuite/gdb.server/ext-restart.exp | 5 +- > gdb/testsuite/gdb.server/ext-wrapper.exp | 5 +- > gdb/testsuite/gdb.server/server-exec-info.exp | 5 +- > gdb/testsuite/gdb.server/server-kill.exp | 4 +- > .../gdb.server/stop-reply-no-thread-multi.exp | 8 +- > .../gdb.server/stop-reply-no-thread.exp | 9 +- > .../process-dies-while-handling-bp.exp | 9 +- > gdb/testsuite/gdb.trace/change-loc.exp | 4 +- > gdb/testsuite/gdb.trace/qtro.exp | 6 +- > 20 files changed, 695 insertions(+), 490 deletions(-) The documentation parts are OK, thanks.