public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Adding new dwarf encoding formats for complex integers
@ 2007-12-14 22:30 Doug Kwan (關振德)
  2007-12-14 22:35 ` Daniel Jacobowitz
  0 siblings, 1 reply; 4+ messages in thread
From: Doug Kwan (關振德) @ 2007-12-14 22:30 UTC (permalink / raw)
  To: gcc, gdb

Hi,

    I am working on the gcc LTO project and I found that gcc does not
generate sufficient debugging information for complex integer types.
Currently gcc uses encoding DW_ATE_lo_user ( 0x80) for complex integer
types but that 1) clashes with an HP extension and 2) does not
distinguish between complex signed integer and complex unsigned
integer types.  I'm thinking about adding DW_ATE_GNU_complex_signed
(0x87) and DW_ATE_GNU_complex_unsigned (0x88) encoding formats.

  Is there anything I need to do in addition to changing gcc? Are
there people I should talk to? And what documentation should be
updated? Currently gdb (I checked 6.7) does not support complex
integer properly. So it needs to be changed anyway.

-Doug

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

end of thread, other threads:[~2007-12-15  4:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-14 22:30 Adding new dwarf encoding formats for complex integers Doug Kwan (關振德)
2007-12-14 22:35 ` Daniel Jacobowitz
2007-12-14 22:47   ` Doug Kwan (關振德)
2007-12-15  4:45     ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).