From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15729 invoked by alias); 9 Feb 2007 17:07:57 -0000 Received: (qmail 15612 invoked by uid 22791); 9 Feb 2007 17:07:54 -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, 09 Feb 2007 17:07:46 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 9FABC48D30B; Fri, 9 Feb 2007 12:06:53 -0500 (EST) 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 28098-01-4; Fri, 9 Feb 2007 12:06:53 -0500 (EST) Received: from takamaka.act-europe.fr (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 6E30F48D329; Fri, 9 Feb 2007 11:43:01 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 1000) id 8EC8134C099; Fri, 9 Feb 2007 08:44:06 -0800 (PST) Date: Fri, 09 Feb 2007 17:07:00 -0000 From: Joel Brobecker To: sameer sinha Cc: gdb@sourceware.org Subject: Re: which bersion of GDB works for Ada95 Message-ID: <20070209164406.GE3372@adacore.com> References: <1c1f08070702090358p1625aaa7i1b0add92eed0abc8@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1c1f08070702090358p1625aaa7i1b0add92eed0abc8@mail.gmail.com> User-Agent: Mutt/1.4.2.2i 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 X-SW-Source: 2007-02/txt/msg00058.txt.bz2 > hi, i am new to group,can any one tell me which version of GDB works > for debugging Ada95 programmes?? Support for Ada was added in GDB 6.3. I would recommend using the most recent release to date which is 6.6. -- Joel