Re: Some easy DWARF5 extensions

2017-08-02 Thread Mark Wielaard
On Thu, 2017-07-27 at 00:07 +0200, Mark Wielaard wrote: > The following are all the easy DWARF5 extensions that a compiler might > emit in "non-strict" DWARF mode (when it uses tags, attributes or other > constants from a later version of DWARF). > > [PATCH 1/9] libdw: Add DWARF5 attributes. > [PA

Some easy DWARF5 extensions

2017-07-26 Thread Mark Wielaard
Hi, The following are all the easy DWARF5 extensions that a compiler might emit in "non-strict" DWARF mode (when it uses tags, attributes or other constants from a later version of DWARF). [PATCH 1/9] libdw: Add DWARF5 attributes. [PATCH 2/9] libdw: Add new DWARF5 tag constants. [PATCH 3/9] libdw