From: Jason Wessel Date: Fri, 2 Apr 2010 16:48:03 +0000 (-0500) Subject: Separate the gdbstub from the debug core X-Git-Tag: v2.6.35-rc1~453^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53197fc49549240f6c6a963b2713a4cd9517964b;p=pandora-kernel.git 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 Signed-off-by: Jason Wessel --- Reading git-diff-tree failed