Repeating section names in ELF binary

2013-04-06 Thread Sebastian Wankerl
Hello, we are working on a project to make module debugging for the Linux kernel easier. We want to improve it in such a way that gdb automatically loads the symbols of modules. However, we are facing the following difficulties: gdb needs to know all section of the ELF files. We were told that

Re: Repeating section names in ELF binary

2013-04-06 Thread Ian Lance Taylor
On Sat, Apr 6, 2013 at 3:09 AM, Sebastian Wankerl sisew...@cip.cs.fau.de wrote: we are working on a project to make module debugging for the Linux kernel easier. We want to improve it in such a way that gdb automatically loads the symbols of modules. However, we are facing the following