public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/6] DWARF Two Level Line Tables
@ 2015-03-12 19:59 Doug Evans
  2015-03-13 17:32 ` Yao Qi
  2015-05-28 17:12 ` Doug Evans
  0 siblings, 2 replies; 4+ messages in thread
From: Doug Evans @ 2015-03-12 19:59 UTC (permalink / raw)
  To: gdb-patches; +Cc: ccoutant

Hi.

This patch set adds Two Level Line Tables support to gdb,
as well as support for the DWARF 5 line table extensions.

http://wiki.dwarfstd.org/index.php?title=TwoLevelLineTables
http://www.dwarfstd.org/ShowIssue.php?issue=140906.1
http://www.dwarfstd.org/ShowIssue.php?issue=140724.1

The current version of the patch uses a gross hack because
consumers of debug info, including gdb, are not aggressive
enough in rejecting versions they don't understand.
So that existing gdbs won't crash when given the new line table
we create a DWARF 4 line header, and tuck the guts of the
two line tables (logicals + actuals) in something that looks
like a single entry.
Fortunately 7.9 won't crash, so the plan is to hopefully do
something more sensible.

The patch has been regression tested with existing debug info,
as well as the new two-level-line-table support on the google-4.9.x
gcc branch, and the binutils users/ccoutant/two-level-line-tables branch.

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

end of thread, other threads:[~2015-05-28 17:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-12 19:59 [PATCH 0/6] DWARF Two Level Line Tables Doug Evans
2015-03-13 17:32 ` Yao Qi
2015-03-13 17:44   ` Doug Evans
2015-05-28 17:12 ` Doug Evans

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