Re: [PATCH v11 01/28] scripts/gdb: Add infrastructure

2015-01-29 Thread Jan Kiszka
On 2015-01-29 14:23, Michal Marek wrote: > On 2015-01-29 07:46, Jan Kiszka wrote: >> --- a/scripts/Makefile >> +++ b/scripts/Makefile >> @@ -36,6 +36,7 @@ subdir-$(CONFIG_MODVERSIONS) += genksyms >> subdir-y += mod >> subdir-$(CONFIG_SECURITY_SELINUX) += selinux >> subdir-$(C

Re: [PATCH v11 01/28] scripts/gdb: Add infrastructure

2015-01-29 Thread Michal Marek
On 2015-01-29 07:46, Jan Kiszka wrote: > --- a/scripts/Makefile > +++ b/scripts/Makefile > @@ -36,6 +36,7 @@ subdir-$(CONFIG_MODVERSIONS) += genksyms > subdir-y += mod > subdir-$(CONFIG_SECURITY_SELINUX) += selinux > subdir-$(CONFIG_DTC) += dtc > +subdir-$(CONFIG_GDB_

[PATCH v11 01/28] scripts/gdb: Add infrastructure

2015-01-28 Thread Jan Kiszka
This provides the basic infrastructure to load kernel-specific python helper scripts when debugging the kernel in gdb. The loading mechanism is based on gdb loading for -gdb.py when opening . Therefore, this places a corresponding link to the main helper script into the output directory that conta