This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Seg fault whilst stepping when watch set [ping!] [in breakpoint.c]


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]