From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24403 invoked by alias); 7 Oct 2004 06:49:31 -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 24392 invoked from network); 7 Oct 2004 06:49:30 -0000 Received: from unknown (HELO mail.research.newtrade.nl) (194.151.80.102) by sourceware.org with SMTP; 7 Oct 2004 06:49:30 -0000 Received: from perso.free.fr (powerhouse.research.newtrade.nl [192.168.20.17]) by mail.research.newtrade.nl (8.12.10/8.12.4) with ESMTP id i976nOtI029602; Thu, 7 Oct 2004 08:49:25 +0200 Received: by perso.free.fr (Postfix, from userid 500) id 2E3BDF72F8; Thu, 7 Oct 2004 08:49:25 +0200 (CEST) From: Duncan Sands To: Hilfinger@otisco.mckusick.com Subject: Re: Meaning of "Builds libada directory" Date: Thu, 07 Oct 2004 06:50:00 -0000 User-Agent: KMail/1.6.2 Cc: gdb@sources.redhat.com, brobecker@gnat.com References: <200410061940.i96JeCLF003487@tully.CS.Berkeley.EDU> <200410070832.37376.duncan.sands@math.u-psud.fr> <200410070642.i976gaX24720@otisco.McKusick.COM> In-Reply-To: <200410070642.i976gaX24720@otisco.McKusick.COM> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <200410070849.24262.duncan.sands@math.u-psud.fr> X-SW-Source: 2004-10/txt/msg00197.txt.bz2 On Thursday 07 October 2004 08:42, Paul N. Hilfinger wrote: > > > Here's a data point: if I compile using gnat 3.15p, then CVS gdb correctly > > sets the language to Ada. If I compile using gcc from CVS (pre-ssa tag), > > then it sets the language to minimal. > > > > Hmm. Haven't seen this, but then I don't use that compiler. I shall inquire. > Just out of curiosity, if you stop somewhere in Ada source, what language > do you see? minimal: $ gdb ./x GNU gdb 6.2.50_2004-10-06-cvs Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1". (gdb) break x.adb:5 Breakpoint 1 at 0x8049d02: file x.adb, line 5. (gdb) run Starting program: /home/duncan/tmp/x Breakpoint 1, _ada_x () at x.adb:5 5 L : constant Float := 1.0; Current language: auto; currently minimal (gdb)