| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Separate the gdbstub from the debug core | Jason Wessel | 2010-05-20 | 1 | -955/+39 | |
| | | | | | | | | | | | | | | 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> | |||||
| * | Move kernel/kgdb.c to kernel/debug/debug_core.c | Jason Wessel | 2010-05-20 | 1 | -0/+1764 | |
| 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> | ||||||

