Re: [PATCH] Publish known-dwarf.h

2015-03-31 Thread Petr Machata
Mark Wielaard writes: > I like it. And I was happy to note that we don't even used the _DESC We did, we just never used the DESC itself, instead simply forwarding to non-DESC variant. Which probably means it wasn't very useful to begin with. > variants in our code. Could you add a simple NEWS

Re: [PATCH] Publish known-dwarf.h

2015-03-27 Thread Mark Wielaard
On Wed, 2015-03-18 at 20:05 +0100, Petr Machata wrote: > - Make the macro names properly scoped (DWARF_ALL_KNOWN_* and > DWARF_ONE_KNOWN_*). > > - Simplify the calling convention: don't keep track of the comment > associated with the enumerator, always use the non-_DESC > DWARF_ONE_KNOWN_* c

[PATCH] Publish known-dwarf.h

2015-03-18 Thread Petr Machata
- Make the macro names properly scoped (DWARF_ALL_KNOWN_* and DWARF_ONE_KNOWN_*). - Simplify the calling convention: don't keep track of the comment associated with the enumerator, always use the non-_DESC DWARF_ONE_KNOWN_* callback. - Install known-dwarf.h alongside libdw.h and others. Si