From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25339 invoked by alias); 31 Jul 2003 18:47:13 -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 25290 invoked from network); 31 Jul 2003 18:47:11 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 31 Jul 2003 18:47:11 -0000 Received: from drow by nevyn.them.org with local (Exim 4.20 #1 (Debian)) id 19iIS9-0000e2-2E; Thu, 31 Jul 2003 14:47:05 -0400 Date: Thu, 31 Jul 2003 18:47:00 -0000 From: Daniel Jacobowitz To: "H. J. Lu" Cc: GDB Subject: Re: gdb can't handle a DIE with both sibling and children Message-ID: <20030731184704.GA20228@nevyn.them.org> Mail-Followup-To: "H. J. Lu" , GDB References: <20030731181355.GA14242@lucon.org> <20030731182049.GA20335@nevyn.them.org> <20030731182712.GA14520@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030731182712.GA14520@lucon.org> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-07/txt/msg00377.txt.bz2 On Thu, Jul 31, 2003 at 11:27:12AM -0700, H. J. Lu wrote: > On Thu, Jul 31, 2003 at 02:20:49PM -0400, Daniel Jacobowitz wrote: > > > > Why don't you be more specific? What problem is it causing, on what > > input? > > > > I am trying to add support for DW_TAG_entry_point. > > <1><8e>: Abbrev Number: 4 (DW_TAG_subprogram) > > has both sibling and children. Since we skip to sibling, we miss the > children, which is > > <2>: Abbrev Number: 6 (DW_TAG_entry_point) In that case, you're changing the invariants of that function. You'll have to find a new algorithm for it. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer