From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3668 invoked by alias); 4 Jun 2007 15:49:03 -0000 Received: (qmail 3658 invoked by uid 22791); 4 Jun 2007 15:49:03 -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; Mon, 04 Jun 2007 15:49:01 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 8C4C448CE1F for ; Mon, 4 Jun 2007 11:48:59 -0400 (EDT) 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 05563-01-2 for ; Mon, 4 Jun 2007 11:48:59 -0400 (EDT) Received: from joel.gnat.com (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 2D6E148CBB8 for ; Mon, 4 Jun 2007 11:48:59 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 55370E7B4F; Mon, 4 Jun 2007 08:50:09 -0700 (PDT) Date: Mon, 04 Jun 2007 15:49:00 -0000 From: Joel Brobecker To: gdb@sourceware.org Subject: Re: More "catch assert" Ada failures Message-ID: <20070604155009.GF3761@adacore.com> References: <20070604130204.GA31142@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070604130204.GA31142@caradoc.them.org> 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-06/txt/msg00032.txt.bz2 > Debian now has a libgnat-4.1-dbg package which includes complete > debugging information for libgnat; this should let GDB handle > exception and assertion catchpoints. A couple of the tests fail > though: > > Unable to break on 'system__assertions__raise_assert_failure' in this > configuration. I indeed see some FAILs on that test, but ldd reports that the program is still linked against libgnat-4.1.so.1, not the one installed in /usr/lib/debug/usr/lib. I tried setting up symbolic links from one to the other, but then the compiler crashes. Did you run the testsuite with some specific switches? -- Joel