From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26826 invoked by alias); 4 Mar 2003 19:43:07 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26813 invoked from network); 4 Mar 2003 19:43:04 -0000 Received: from unknown (HELO aragorn.inter.net.il) (192.114.186.23) by 172.16.49.205 with SMTP; 4 Mar 2003 19:43:04 -0000 Received: from zaretsky ([80.230.235.12]) by aragorn.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AHQ89257; Tue, 4 Mar 2003 21:41:11 +0200 (IST) Date: Tue, 04 Mar 2003 19:43:00 -0000 From: "Eli Zaretskii" To: Hilfinger@otisco.mckusick.com Message-Id: <2110-Tue04Mar2003213654+0200-eliz@elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <200303040737.XAA17188@otisco.McKusick.COM> (hilfingr@otisco.mckusick.com) Subject: Re: RFA: Ada-related patches, part I Reply-to: Eli Zaretskii References: <200303040737.XAA17188@otisco.McKusick.COM> X-SW-Source: 2003-03/txt/msg00109.txt.bz2 > Date: Mon, 3 Mar 2003 23:37:13 -0800 > From: "Paul N. Hilfinger" > > The following patch is the first in a series that will merge ACT's > enhancements to GDB to support Ada (specifically, as compiled by > GNAT). Aidan Skinner submitted these changes earlier, mostly to elicit > comment, and we have acted on the comments received. > > The plan is first to add enough changes to the non- "ada-" files to allow > us to bring the latter up to date and then add them to the Makefile (so that > they actually get compiled when you build GDB). We'll then hook things up > in stages, starting with expression evaluation, symbol lookup, > and breakpoints (all of these involve some modifications in non "ada-" files). Please don't forget to update the manual as well. At the very least we should say where we list the supported languages that Ada is supported. TIA