From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5033 invoked by alias); 21 Nov 2004 06:49:44 -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 5013 invoked from network); 21 Nov 2004 06:49:42 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 21 Nov 2004 06:49:42 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1CVlXY-0000FU-Up; Sun, 21 Nov 2004 01:49:41 -0500 Date: Sun, 21 Nov 2004 06:49:00 -0000 From: Daniel Jacobowitz To: Eli Zaretskii Cc: David Lecomber , gdb-patches@sources.redhat.com Subject: Re: [PATCH] Seg fault whilst stepping when watch set [ping!] [in breakpoint.c] Message-ID: <20041121064940.GB909@nevyn.them.org> Mail-Followup-To: Eli Zaretskii , David Lecomber , gdb-patches@sources.redhat.com References: <01c4cef8$Blat.v2.2.2$3fd12960@zahav.net.il> <1100996751.22991.39.camel@cpc2-oxfd5-5-0-cust91.oxfd.cable.ntl.com> <01c4cf89$Blat.v2.2.2$616cb580@zahav.net.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01c4cf89$Blat.v2.2.2$616cb580@zahav.net.il> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-11/txt/msg00427.txt.bz2 On Sun, Nov 21, 2004 at 07:16:19AM +0200, Eli Zaretskii wrote: > > (gdb) b f90demo.f90 : 41 > > During symbol reading, unsupported tag: 'DW_TAG_module'. > > During symbol reading, Attribute value is not a constant > > (DW_FORM_block1). These are limits of the dwarf2 reader. They're a problem, but not related. > > [...] > > (gdb) watch i > > During symbol reading, incomplete CFI data; unspecified registers (e.g., > > eax) at 0x804bc35. I think this should be fixed in HEAD, as of now; if not, we'll have to look at it again. Andrew checked in a patch for this recently. -- Daniel Jacobowitz