From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23795 invoked by alias); 4 Jun 2007 19:06:21 -0000 Received: (qmail 23786 invoked by uid 22791); 4 Jun 2007 19:06:20 -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 19:06:18 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id C5E9D48CBF3 for ; Mon, 4 Jun 2007 15:06:16 -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 14472-01-9 for ; Mon, 4 Jun 2007 15:06:16 -0400 (EDT) Received: from joel.gnat.com (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 4E65C48CBCC for ; Mon, 4 Jun 2007 15:06:16 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 99959E7B4F; Mon, 4 Jun 2007 12:07:27 -0700 (PDT) Date: Mon, 04 Jun 2007 19:06:00 -0000 From: Joel Brobecker To: gdb@sourceware.org Subject: Re: More "catch assert" Ada failures Message-ID: <20070604190727.GM3761@adacore.com> References: <20070604130204.GA31142@caradoc.them.org> <20070604155009.GF3761@adacore.com> <20070604160600.GA8815@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070604160600.GA8815@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/msg00034.txt.bz2 > > > Unable to break on 'system__assertions__raise_assert_failure' in this > > > configuration. OK, thanks to Daniel's help, I'm able to reproduce the issue. The issue in this case is that the name attributed for the entity is not following the GNAT encoding: <1><8e990>: Abbrev Number: 9 (DW_TAG_subprogram) DW_AT_sibling : <8e9b7> DW_AT_external : 1 DW_AT_name : (indirect string, offset: 0x48349): system.assertions.raise_assert_failure DW_AT_decl_file : 2 DW_AT_decl_line : 42 DW_AT_low_pc : 0x1a73a0 DW_AT_high_pc : 0x1a73d8 DW_AT_frame_base : 0x857ee (location list) The dots should actually be "__". Not sure why this is happening, however. I'll see if I can get a hint or two from my compiler collegues... -- Joel