aboutsummaryrefslogtreecommitdiff
path: root/kernel/debug
AgeCommit message (Expand)AuthorFilesLines
2010-06-05module: fix kdb's illicit use of struct module_use.Gravatar Rusty Russell 1-9/+3
2010-05-20x86, kgdb, init: Add early and late debug statesGravatar Jason Wessel 1-0/+16
2010-05-20kdb,debug_core: Allow the debug core to receive a panic notificationGravatar Jason Wessel 1-0/+19
2010-05-20debug_core,kdb: Allow the debug core to process a recursive debug entryGravatar Jason Wessel 1-0/+7
2010-05-20printk,kdb: capture printk() when in kdb shellGravatar Jason Wessel 3-4/+26
2010-05-20kgdboc,kdb: Allow kdb to work on a non open console portGravatar Jason Wessel 1-0/+16
2010-05-20kgdb: Add the ability to schedule a breakpoint via a taskletGravatar Jason Wessel 1-0/+26
2010-05-20x86,kgdb: Add low level debug hookGravatar Jason Wessel 1-1/+1
2010-05-20kgdb: remove post_primary_code referencesGravatar Jason Wessel 1-8/+0
2010-05-20kgdboc,keyboard: Keyboard driver for kdb with kgdbGravatar Jason Wessel 2-0/+213
2010-05-20kgdb: gdb "monitor" -> kdb passthroughGravatar Jason Wessel 5-6/+34
2010-05-20kgdb,8250,pl011: Return immediately from console pollGravatar Jason Wessel 3-6/+43
2010-05-20kgdb: core changes to support kdbGravatar Jason Wessel 3-17/+150
2010-05-20kdb: core for kgdb back end (1 of 2)Gravatar Jason Wessel 11-0/+5854
2010-05-20Separate the gdbstub from the debug coreGravatar Jason Wessel 4-957/+1029
2010-05-20Move kernel/kgdb.c to kernel/debug/debug_core.cGravatar Jason Wessel 2-0/+1770