Re: [PATCH] libdw: Add dwarf_peel_type. Use it in dwarf_aggregate_size.

2014-10-10 Thread Roland McGrath
> IMO, a blacklist of what not to peel is more dangerous to the future > than a whitelist of what we know can be peeled. Fair enough.

Re: [PATCH] libdw: Add dwarf_peel_type. Use it in dwarf_aggregate_size.

2014-10-10 Thread Josh Stone
On 10/10/2014 11:42 AM, Roland McGrath wrote: > The description in your prologue and the libdw.h comment do not match what > the code actually does. You describe it as going until it hits one of the > known categories of actual type. But what it actually does is go only as > long as it is seeing

Re: [PATCH] libdw: Add dwarf_peel_type. Use it in dwarf_aggregate_size.

2014-10-10 Thread Roland McGrath
The description in your prologue and the libdw.h comment do not match what the code actually does. You describe it as going until it hits one of the known categories of actual type. But what it actually does is go only as long as it is seeing one of the known categories of wrapper type. I'm not

Re: [patch] eu-stack: Add --core-pattern

2014-10-10 Thread Martin Milata
On Thu, Oct 09, 2014 at 23:32:47 +0200, Jan Kratochvil wrote: > Hi, > > jankratochvil/corepattern > > I was expecting to add some new API for the core_pattern-compatible --pid > equivalent but elfutils API already supports that by 'assume_ptrace_stopped' > parameter of dwfl_linux_proc_attach() to