Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* DWARF for arm-wince-pe.
@ 2006-07-27  0:42 Pedro Alves
  2006-07-27  0:45 ` Jim Blandy
  2006-07-27  9:01 ` Jim Blandy
  0 siblings, 2 replies; 4+ messages in thread
From: Pedro Alves @ 2006-07-27  0:42 UTC (permalink / raw)
  To: gdb

Hi,

I'm trying to add dwarf support for arm-wince-pe. I have implemented the
binutils and the gcc part.
I am now looking into gdb support.

Gdb is issuing this internan-error:

"/cygdrive/d/cegcc/trunk/cegcc/src/gdb-cvs/gdb/dwarf2read.c:1293:
internal-error: read_comp_unit_head: dwarf from non elf file
A problem internal to GDB has been detected,
further debugging may prove unreliable."

Looking at warf2read.c:read_comp_unit_head around line 1293, I see:

   signed_addr = bfd_get_sign_extend_vma (abfd);
   if (signed_addr < 0)
     internal_error (__FILE__, __LINE__,
             _("read_comp_unit_head: dwarf from non elf file"));

I'm trying to find out what cygwin does to support dwarf 2 on coff, and
do the same, but my limited knowledge of gdb internals is not helping
here.

Can anyone please give me a pointer at where should I be looking at to
fix this?

Cheers,
Pedro Alves


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-07-27  9:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-27  0:42 DWARF for arm-wince-pe Pedro Alves
2006-07-27  0:45 ` Jim Blandy
2006-07-27  9:01 ` Jim Blandy
2006-07-27 11:37   ` Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox