mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>