public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Query regarding new dwarf type support in gdb
@ 2012-10-18  9:29 Saraswati, Sujoy (JCTL-MCBS)
  2012-10-18 21:09 ` Tom Tromey
  0 siblings, 1 reply; 4+ messages in thread
From: Saraswati, Sujoy (JCTL-MCBS) @ 2012-10-18  9:29 UTC (permalink / raw)
  To: gdb

Hi all,
 I have a question on new dwarf type supports in gdb. For example, http://dwarfstd.org/ShowIssue.php?issue=090106.1&type=closed3 talks about a new DWARF tag DW_TAG_rvalue_reference_type to be added for debugging C++0x R-Value references. My question is, when the compilers start emitting this new tag in the debug sections, how does the older gdb handle it ? Does it gracefully skip this unknown type, or does it error out ? The dwarf2read.c file in gdb has many instances when error() is called. My understanding is that if gdb calls error() while processing the dwarf information for a module, the dwarf processing would be incomplete and debugging might get affected.
Regards,
Sujoy

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

end of thread, other threads:[~2012-10-19 17:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-18  9:29 Query regarding new dwarf type support in gdb Saraswati, Sujoy (JCTL-MCBS)
2012-10-18 21:09 ` Tom Tromey
2012-10-19 10:55   ` Saraswati, Sujoy (JCTL-MCBS)
2012-10-19 17:17     ` Tom Tromey

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).