Re: [PATCH] libdw: add thread-safety to dwarf_getabbrev()

2019-08-23 Thread Jonathon Anderson
On Fri, Aug 23, 2019 at 1:25 PM, Mark Wielaard wrote: Hi, On Wed, 2019-08-21 at 09:08 -0500, Jonathon Anderson wrote: On Wed, Aug 21, 2019 at 6:16 AM, Mark Wielaard wrote:On Fri, 2019-08-16 at 14:24 -0500, Jonathon Anderson wrote: > > For parallel applications that need the information

Re: [PATCH] libdw: add thread-safety to dwarf_getabbrev()

2019-08-23 Thread Mark Wielaard
On Wed, 2019-08-21 at 17:21 -0500, Jonathon Anderson wrote: > > P.S. It looks like something decided to add some line breaks in the > > patch so that it doesn't easily apply. It isn't hard to fixup, but you > > might want to consider submitting using git send-email or attaching > > the result of g

Re: [PATCH] libdw: add thread-safety to dwarf_getabbrev()

2019-08-23 Thread Mark Wielaard
On Wed, 2019-08-21 at 09:20 -0500, Jonathon Anderson wrote: > First message failed to send, hopefully this one works... Just for the record, the mailinglist did reject HTML messages/attachments. It should have been changed now to simply strip the HTML. Cheers, Mark

[PATCH] V2 Begin adding some docs to elfutils

2019-08-23 Thread Ben Woodard
- Added doc/README - Updated doc/ChangeLog - Added a eu-readelf manpage based on the one from binutils. - Added a brand new manpage for eu-elfclassify the new utility added in 0.177 - Add some new files in the doc directory and sync makefile with upstream. - Reenable the compilation of doc director

Re: [PATCH] libdw: add thread-safety to dwarf_getabbrev()

2019-08-23 Thread Mark Wielaard
Hi, On Wed, 2019-08-21 at 09:08 -0500, Jonathon Anderson wrote: > On Wed, Aug 21, 2019 at 6:16 AM, Mark Wielaard > wrote:On Fri, 2019-08-16 at 14:24 -0500, Jonathon Anderson wrote: > > > For parallel applications that need the information in the DIEs, the > > > Dwarf_Abbrev hash table et al. be

Re: [PATCH] Begin adding some docs to elfutils

2019-08-23 Thread Mark Wielaard
Hi Ben, On Thu, 2019-08-22 at 07:47 -0700, Ben Woodard wrote: > - Added doc/README > - Updated doc/ChangeLog > - Added a eu-readelf manpage based on the one from binutils. > - Added a brand new manpage for eu-elfclassify the new utility added > in 0.177 > - Add some new files in the doc directory