From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102964 invoked by alias); 25 Jan 2019 17:50:27 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 102948 invoked by uid 89); 25 Jan 2019 17:50:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx2.freebsd.org Received: from mx2.freebsd.org (HELO mx2.freebsd.org) (8.8.178.116) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 25 Jan 2019 17:50:26 +0000 Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx2.freebsd.org (Postfix) with ESMTPS id 85EE26E0CB; Fri, 25 Jan 2019 17:50:24 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B38118E45D; Fri, 25 Jan 2019 17:50:23 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro-3.local (ralph.baldwin.cx [66.234.199.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jhb) by smtp.freebsd.org (Postfix) with ESMTPSA id 5950E97B0; Fri, 25 Jan 2019 17:50:23 +0000 (UTC) (envelope-from jhb@FreeBSD.org) To: Pedro Alves Cc: "gdb@sourceware.org" From: John Baldwin Subject: Supported Systems page on the Wiki Openpgp: preference=signencrypt Message-ID: <5c9713be-ef32-c17e-bba4-f07fab0af428@FreeBSD.org> Date: Fri, 25 Jan 2019 17:50:00 -0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B38118E45D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.87 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.87)[-0.873,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00030.txt.bz2 I was looking at the supported systems page on the wiki recently (I made some minor updates yesterday) and noticed the second table (Supported Targets) is currently missing. There also isn't a table for which configurations support native targets. Thinking about this a bit more, I feel that if we do fill in the missing second table the page would probably end up a bit long. If we further added a table listing native targets, that would make the page even longer. So, what would you all think about maybe reworking the page to use a single table and have columns in that table for Target, Host, Native, and GDB Server? We could then use the MoinMoin syntax for checkmarks "(./)" to indicate which of those columns were supported for a given target. We could also add a brief legend at the top of the table defining what we mean by Target, Host, etc. as well. -- John Baldwin                                                                            Â