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