Re: DDB is elf

2016-01-27 Thread Theo Buehler
On Mon, Jan 25, 2016 at 04:10:52PM +0100, Martin Pieuchot wrote: > Removes the abstraction layer to support multiple executable binaries. > These days all our architectures are ELF and this would allows us to > reuse the ELF parsing code more easily. > > Diff below includes the db_sifting() remova

DDB is elf

2016-01-25 Thread Martin Pieuchot
Removes the abstraction layer to support multiple executable binaries. These days all our architectures are ELF and this would allows us to reuse the ELF parsing code more easily. Diff below includes the db_sifting() removal. ok? Index: db_elf.c ==