kgdb: Add module event hooks
authorJason Wessel <jason.wessel@windriver.com>
Fri, 12 Oct 2012 11:37:33 +0000 (06:37 -0500)
committerJason Wessel <jason.wessel@windriver.com>
Fri, 12 Oct 2012 11:37:33 +0000 (06:37 -0500)
Allow gdb to auto load kernel modules when it is attached,
which makes it trivially easy to debug module init functions
or pre-set breakpoints in a kernel module that has not loaded yet.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>

No differences found