Re: gdb support for kernel modules

2002-10-08 Thread Ian Dowse
In message <[EMAIL PROTECTED]>, Andrew Gallatin writes: >gdbmods does an ugly thing which is incredibly useful. It assumes >that the modules you want to debug are sitting in your kernel build >pool. So what it does is extract the build directory from the kernel >(using strings), and runs a find

Re: gdb support for kernel modules

2002-10-08 Thread Andrew Gallatin
Giorgos Keramidas writes: > On 2002-10-07 17:09, Ian Dowse <[EMAIL PROTECTED]> wrote: > > > > This is something I have been meaning to investigate for a while: [...] > > Anyway, below is a proof-of-concept patch that does the basics, but > > among other things, its logic for locating the ke

Re: gdb support for kernel modules

2002-10-07 Thread Giorgos Keramidas
On 2002-10-07 17:09, Ian Dowse <[EMAIL PROTECTED]> wrote: > > This is something I have been meaning to investigate for a while: [...] > Anyway, below is a proof-of-concept patch that does the basics, but > among other things, its logic for locating the kernel module files > needs a lot of work -