Re: [PATCHv2 1/2] libdwfl: specify optional sysroot to search for shared libraries

2019-01-29 Thread Mark Wielaard
On Tue, Jan 22, 2019 at 10:16:25AM +, Luke Diamand wrote: > When searching the list of modules in a core file, if the core was > generated on a different system to the current one, we need to look > in a sysroot for the various shared objects. > > For example, we might be looking at a core fil

[PATCHv2 1/2] libdwfl: specify optional sysroot to search for shared libraries

2019-01-22 Thread Luke Diamand
When searching the list of modules in a core file, if the core was generated on a different system to the current one, we need to look in a sysroot for the various shared objects. For example, we might be looking at a core file from an ARM system using elfutils running on an x86 host. This change