From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18851 invoked by alias); 5 Apr 2004 13:46:36 -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 18798 invoked from network); 5 Apr 2004 13:46:32 -0000 Received: from unknown (HELO postfix4-1.free.fr) (213.228.0.62) by sources.redhat.com with SMTP; 5 Apr 2004 13:46:32 -0000 Received: from perso.free.fr (massena-4-82-67-197-146.fbx.proxad.net [82.67.197.146]) by postfix4-1.free.fr (Postfix) with ESMTP id B3BE7DD212 for ; Mon, 5 Apr 2004 15:46:31 +0200 (CEST) Received: by perso.free.fr (Postfix, from userid 500) id D95C610A16F; Mon, 5 Apr 2004 15:46:30 +0200 (CEST) From: Duncan Sands To: gdb@sources.redhat.com Subject: Building an Ada aware gdb Date: Mon, 05 Apr 2004 13:46:00 -0000 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404051546.29979.baldrick@free.fr> X-SW-Source: 2004-04/txt/msg00025.txt.bz2 I see that gdb from CVS has some exciting (for me) files in it: ada-exp.y, ada-lang.h, ada-tasks.c, ada-valprint.c, ada-lang.c, ada-lex.l, ada-typeprint.c. I would like to build gdb with Ada support... but how? The only Ada related configure option seems to be --enable-libada, and that didn't give me an Ada aware gdb. Does gdb support Ada now? If so, how to build it... Thanks for any help, Duncan.