Re: [PATCH v4 03/13] scripts/gdb: Add lx-symbols command

2013-01-21 Thread Andi Kleen
On Mon, Jan 21, 2013 at 06:06:10PM +0100, Jan Kiszka wrote: > This is probably the most useful helper when debugging kernel modules: > lx-symbols will first reload vmlinux. Then it searches recursively for > *.ko files in the specified paths and the current directory. Finally it > walks the kernel'

[PATCH v4 03/13] scripts/gdb: Add lx-symbols command

2013-01-21 Thread Jan Kiszka
This is probably the most useful helper when debugging kernel modules: lx-symbols will first reload vmlinux. Then it searches recursively for *.ko files in the specified paths and the current directory. Finally it walks the kernel's module list, issuing the necessary add-symbol-file command for eac