From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24196 invoked by alias); 31 Jan 2003 12:46:53 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 24186 invoked from network); 31 Jan 2003 12:46:51 -0000 Received: from unknown (HELO gatek.vs.dasa.de) (53.122.197.194) by 172.16.49.205 with SMTP; 31 Jan 2003 12:46:51 -0000 Received: from mailrelay1.vs.dasa.de by gatek.vs.dasa.de via smtpd (for sources.redhat.com [66.187.233.205]) with SMTP; 31 Jan 2003 12:47:44 UT Received: from kellol.vs.dasa.de (kellol.vs.dasa.de [149.207.24.36]) by mailrelay1.de.sysde.corp (8.10.2+Sun/8.10.2) with ESMTP id h0VCkox05813 for ; Fri, 31 Jan 2003 13:46:50 +0100 (MET) Received: from sysde.eads.net (localhost [127.0.0.1]) by kellol.vs.dasa.de (8.11.2/8.11.2) with ESMTP id h0VCkor01706 for ; Fri, 31 Jan 2003 13:46:50 +0100 Message-ID: <3E3A703A.7406E7C9@sysde.eads.net> Date: Fri, 31 Jan 2003 12:46:00 -0000 From: Oliver Kellogg Organization: EADS Deutschland GmbH X-Accept-Language: en MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Status of Ada support in GDB Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00531.txt.bz2 Hi, What's the status of the Ada support in the current GDB? I compiled GDB 5.3 from sources on a RedHat 8.0 i686 machine (with gcc and gnat 3.2), but I'm not getting very far. Apparently GDB does not understand Ada? For example, I tried setting a breakpoint but got "internal error - unimplemented function unk_lang_create_fundamental_type called." I then found a patch to gdb/language.c in this list which changes the unk_lang_create_fundamental_type to c_create_fundamental_type, but still the Ada syntax is not recognized. Thanks, Oliver M. Kellogg