From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 957 invoked by alias); 15 Sep 2003 17:21:18 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 941 invoked from network); 15 Sep 2003 17:21:17 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 15 Sep 2003 17:21:17 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h8FHLG403796 for ; Mon, 15 Sep 2003 13:21:17 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h8FHLFe27552 for ; Mon, 15 Sep 2003 13:21:15 -0400 Received: from localhost.localdomain (vpn50-5.rdu.redhat.com [172.16.50.5]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h8FHLExI016204; Mon, 15 Sep 2003 13:21:14 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h8FHL9j23208; Mon, 15 Sep 2003 10:21:09 -0700 Date: Mon, 15 Sep 2003 17:21:00 -0000 From: Kevin Buettner Message-Id: <1030915172109.ZM23207@localhost.localdomain> In-Reply-To: Jim Blandy "Re: [RFA] dwarf2read.c: Add complaint for out of bounds DW_AT_ranges attribute" (Sep 13, 12:51pm) References: <1030910212021.ZM18957@localhost.localdomain> To: Jim Blandy , Kevin Buettner Subject: Re: [RFA] dwarf2read.c: Add complaint for out of bounds DW_AT_ranges attribute Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-09/txt/msg00331.txt.bz2 On Sep 13, 12:51pm, Jim Blandy wrote: > Looks good. > > Kevin Buettner writes: > > > This one's almost obvious... > > > > GDB for the FR-V target was segfaulting when issued the "maint > > check-symtabs" command. Clearly this is an indication that something > > is wrong with the toolchain elsewhere, but GDB should not segfault > > when it encounters bad debug info. > > > > Okay? > > > > * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset > > associated with DW_AT_ranges attribute is out of bounds. Committed. Kevin