From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11691 invoked by alias); 1 Sep 2006 18:57:16 -0000 Received: (qmail 11654 invoked by uid 22791); 1 Sep 2006 18:57:13 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 01 Sep 2006 18:57:09 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 20F6548D0DA for ; Fri, 1 Sep 2006 14:57:07 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21004-01-7 for ; Fri, 1 Sep 2006 14:57:06 -0400 (EDT) Received: from takamaka.act-europe.fr (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 9ED1A48D0D7 for ; Fri, 1 Sep 2006 14:57:06 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 1C3B447EFA; Fri, 1 Sep 2006 20:57:06 +0200 (CEST) Date: Fri, 01 Sep 2006 18:57:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: [RFA/www] Mention Ada in list of supported languages Message-ID: <20060901185706.GE24293@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="IJpNTDwzlM2Ie8A6" Content-Disposition: inline User-Agent: Mutt/1.4i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00004.txt.bz2 --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 337 Hello, A coworker mentioned to me this week that Ada is not mentioned in the list of languages supported by the debugger. I was wondering if we could add this in the general description of GDB on the main page. I took the opportunity to re-order by alphabetic order. I'm completely open to any other ordering however. Thanks, -- Joel --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ada.diff" Content-length: 1278 Index: index.html =================================================================== RCS file: /cvs/gdb/htdocs/index.html,v retrieving revision 1.167 diff -u -p -r1.167 index.html --- index.html 6 Jul 2006 03:18:06 -0000 1.167 +++ index.html 1 Sep 2006 18:50:30 -0000 @@ -65,11 +65,10 @@ of these) to help you catch bugs in the correcting the effects of one bug and go on to learn about another. -The program being debugged can be written in C, C++, Pascal, -Objective-C (and many other languages). Those programs might be -executing on the same machine as GDB (native) or on another machine -(remote). GDB can run on most popular UNIX and Microsoft Windows -variants.

+The program being debugged can be written in Ada, C, C++, Objective-C, +Pascal (and many other languages). Those programs might be executing +on the same machine as GDB (native) or on another machine (remote). GDB +can run on most popular UNIX and Microsoft Windows variants.

GDB version 6.5

@@ -183,7 +182,7 @@ Floor, Boston, MA 02110-1301 USA.

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

-

Last modified 2006-07-05.

+

Last modified 2006-09-01.

--IJpNTDwzlM2Ie8A6--