From patchwork Fri Feb 9 13:20:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 25887 Received: (qmail 117854 invoked by alias); 9 Feb 2018 13:20:52 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 117842 invoked by uid 89); 9 Feb 2018 13:20:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.2 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=(unknown), learn X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 09 Feb 2018 13:20:50 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 327551175D0; Fri, 9 Feb 2018 08:20:49 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id eVcvPXFG+ayK; Fri, 9 Feb 2018 08:20:49 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id BEAA611737A; Fri, 9 Feb 2018 08:20:48 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 0136E8304F; Fri, 9 Feb 2018 17:20:43 +0400 (+04) Date: Fri, 9 Feb 2018 17:20:43 +0400 From: Joel Brobecker To: Pedro Alves Cc: GDB Patches Subject: Re: [pushed] GDB WWW main page adjustements Message-ID: <20180209132043.rw4sttbg3xt63fui@adacore.com> References: <20180202154032.6d2e6ig3h6xnfm55@adacore.com> <5702aae7-7f3e-3ec4-3248-695f87ec3fae@redhat.com> <20180209042446.6kpn5wnfdqy4ztot@adacore.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) > > Attached are the 3 patches I applied to take care of the above, > > which is now live. > > Thanks! > > I spotted a typo: "or a on simulator" -> "or on a simulator". Ah, yes; thanks! Fix thusly with the attached patch... From 97e21d159cf8c0e474afc74da773d492b7b7d398 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 9 Feb 2018 17:18:41 +0400 Subject: [PATCH] fix typo in main page (a on simulator -> on a simulator) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index db4985b..8888b32 100644 --- a/index.html +++ b/index.html @@ -66,7 +66,7 @@ correcting the effects of one bug and go on to learn about another. Those programs might be executing on the same machine as GDB (native), -on another machine (remote), or a on simulator. GDB can run on most +on another machine (remote), or on a simulator. GDB can run on most popular UNIX and Microsoft Windows variants, as well as on Mac OS X.

What Languages does GDB Support?

-- 2.11.0