-
- Downloads
Separate the gdbstub from the debug core
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>
Showing
- include/linux/kgdb.h 1 addition, 0 deletionsinclude/linux/kgdb.h
- kernel/debug/Makefile 1 addition, 2 deletionskernel/debug/Makefile
- kernel/debug/debug_core.c 39 additions, 955 deletionskernel/debug/debug_core.c
- kernel/debug/debug_core.h 55 additions, 0 deletionskernel/debug/debug_core.h
- kernel/debug/gdbstub.c 934 additions, 0 deletionskernel/debug/gdbstub.c
This diff is collapsed.
kernel/debug/debug_core.h
0 → 100644
kernel/debug/gdbstub.c
0 → 100644
This diff is collapsed.
Please register or sign in to comment