mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 06:06:44 +07:00
53197fc495
Split the former kernel/kgdb.c into debug_core.c which contains the kernel debugger exception logic and to the gdbstub.c which contains the logic for allowing gdb to talk to the debug core. This also created a private include file called debug_core.h which contains all the definitions to glue the debug_core to any other debugger connections. CC: Ingo Molnar <mingo@elte.hu> Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
6 lines
91 B
Makefile
6 lines
91 B
Makefile
#
|
|
# Makefile for the linux kernel debugger
|
|
#
|
|
|
|
obj-$(CONFIG_KGDB) += debug_core.o gdbstub.o
|