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() together with dwfl_getthread_frames() > (contrary to multi-TID dwfl_getthreads()). > > Still I have added --core-pattern at least to eu-stack to make a demo of this > functionality. But I do not think it is too much important, it is definitely > not required for ABRT's support of it.
Cool - even if not merged it's going to be useful as a reference for the ABRT implementation. Thanks! Martin