This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch 3/4] unwinder: Provide dwfl_core_filename_report


On Wed, 29 May 2013 11:07:02 +0200, Mark Wielaard wrote:
> So the issue is that __libdw_open_file does a bit more than elf_begin?
> In particular it handles compressed images.
> 
> I do agree that it would be nice to be able to handle that transparently
> without needing access to an internal function, so a quick review below.
> But I do wonder if you cannot just directly open the Elf *core with
> elf_begin in your use case?

I did not know elf_begin.

It seems as a duplication to elf_begin now to me.  If you are fine with that
I will rather use elf_begin instead in [patch 4/4].


Thanks,
Jan

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]