commit | 53197fc49549240f6c6a963b2713a4cd9517964b | [log] [tgz] |
---|---|---|
author | Jason Wessel <jason.wessel@windriver.com> | Fri Apr 02 11:48:03 2010 -0500 |
committer | Jason Wessel <jason.wessel@windriver.com> | Thu May 20 21:04:19 2010 -0500 |
tree | 5a89c338ef8acd188e4aa1503370a4e928c33edd | |
parent | c433820971ffa854feda6adc17f5f24201354f11 [diff] |
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>