From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id gW4fOO1pKWmMZD0AWB0awg (envelope-from ) for ; Fri, 28 Nov 2025 04:22:53 -0500 Received: by simark.ca (Postfix, from userid 112) id E1B0F1E08D; Fri, 28 Nov 2025 04:22:53 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=ARC_SIGNED,ARC_VALID,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED,RCVD_IN_VALIDITY_RPBL_BLOCKED, RCVD_IN_VALIDITY_SAFE_BLOCKED autolearn=ham autolearn_force=no version=4.0.1 Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 813A91E08D for ; Fri, 28 Nov 2025 04:22:53 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 190CC3858C56 for ; Fri, 28 Nov 2025 09:22:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 190CC3858C56 Received: from angie.orcam.me.uk (angie.orcam.me.uk [78.133.224.34]) by sourceware.org (Postfix) with ESMTP id 050C13858C60 for ; Fri, 28 Nov 2025 09:20:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 050C13858C60 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=orcam.me.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=orcam.me.uk ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 050C13858C60 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=78.133.224.34 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1764321638; cv=none; b=E9qZTyIBRPbIaVMwvVQAO23sDQ2J+lE2E8DER67uRq/RD+Sr1a13HchPRGjXwFuZCF9416XwQNWScYd0DFLovxrrNNDscDlTLWmwDU17YCOAziwfVCNHh4sBQjZJUXSYvaym2sI8JBCMHas/Ijhz6H6XRE6JK51ppgQufdk09R4= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1764321638; c=relaxed/simple; bh=TgfXBq57r0Q2y74R4j31I3dG/0+lq3zFJAlNohql3k4=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=Z/kSk9mCdpn+1B8WLF1Gan0pBjHXlvqo79FP6QTtOBrNueHxU/z9Yjt+M0R6hPzTLLyq6Ym2ywV7OE2goKrlCF9/IBbec3XWkHzlu8l+R6HAkopxMriA9QhT/6B8PBHA9mraW5uUfE59wZn8di50UWD0oyWx2lWbEWt7Z5lFF8g= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 050C13858C60 Received: by angie.orcam.me.uk (Postfix, from userid 500) id DA2DA92009D; Fri, 28 Nov 2025 10:20:36 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id D49AF92009B; Fri, 28 Nov 2025 09:20:36 +0000 (GMT) Date: Fri, 28 Nov 2025 09:20:36 +0000 (GMT) From: "Maciej W. Rozycki" To: Guinevere Larsen cc: Eli Zaretskii , gdb-patches@sourceware.org Subject: Re: [PATCH 1/2] gdb: introduce command "info architecture" In-Reply-To: Message-ID: References: <20251106194514.1857177-1-guinevere@redhat.com> <20251106194514.1857177-2-guinevere@redhat.com> <865xbmb7z2.fsf@gnu.org> <9c11ee0a-d4f6-4628-8aaf-e2e317e871bb@redhat.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces~public-inbox=simark.ca@sourceware.org On Thu, 27 Nov 2025, Guinevere Larsen wrote: > Ah, I guess I must have misunderstood microarchitecture somewhere along the > way. So, would it be correct for me to describe the command as listing the > "architectures" that GDB supports? Yes, I think we'll best stick to our current nomenclature. Maciej