Move kernel/kgdb.c to kernel/debug/debug_core.c
Move kgdb.c in preparation to separate the gdbstub from the debug core and exception handling. CC: Ingo Molnar <mingo@elte.hu> Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
This commit is contained in:
6
kernel/debug/Makefile
Normal file
6
kernel/debug/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
#
|
||||
# Makefile for the linux kernel debugger
|
||||
#
|
||||
|
||||
obj-$(CONFIG_KGDB) += debug_core.o
|
||||
|
||||
1764
kernel/debug/debug_core.c
Normal file
1764
kernel/debug/debug_core.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user