From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28417 invoked by alias); 13 Nov 2013 17:22:46 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 28405 invoked by uid 89); 13 Nov 2013 17:22:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from Unknown (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 13 Nov 2013 17:21:46 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 62D091165C8; Wed, 13 Nov 2013 12:22:10 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id kUoH9NQ04LIy; Wed, 13 Nov 2013 12:22:10 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 08A961165C1; Wed, 13 Nov 2013 12:22:09 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 8D4FFE20B5; Wed, 13 Nov 2013 21:21:35 +0400 (RET) Date: Wed, 13 Nov 2013 18:29:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [RFA/Ada(v2) 1/3] Add command to list Ada exceptions Message-ID: <20131113172135.GL3481@adacore.com> References: <1383912219-13012-1-git-send-email-brobecker@adacore.com> <1383912219-13012-2-git-send-email-brobecker@adacore.com> <87r4akz2n6.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87r4akz2n6.fsf@fleche.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-11/txt/msg00349.txt.bz2 > The new test fails for me like this: > > (gdb) info exceptions > All defined Ada exceptions: > const.aint_global_e: 0x608120 > (gdb) FAIL: gdb.ada/info_exc.exp: info exceptions > > The test case expects there to be more exceptions: > > gdb_test "info exceptions" \ > [multi_line "All defined Ada exceptions:" \ > "constraint_error: $hex" \ > "program_error: $hex" \ > "storage_error: $hex" \ > "tasking_error: $hex" \ > "const.aint_global_e: $hex"] > > Any ideas why this may happen? > > I'm on Fedora 18 using the system gnat. > I have the libgnat debuginfo installed: > > barimba. rpm -qil gcc-debuginfo | grep libgnat > /usr/lib/debug/usr/lib/gcc/x86_64-redhat-linux/4.7.2/adalib/libgnat-4.7.so.debug > /usr/lib/debug/usr/lib/gcc/x86_64-redhat-linux/4.7.2/adalib/libgnat.so.debug > /usr/lib/debug/usr/lib64/libgnat-4.7.so.debug Hmmm, you are missing the standard exceptions, for which you should not even need debugging information. Could you send me privately the binary as well as all SO dependencies? Thanks! -- Joel