aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb/kdb_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-12kdb,vt_console: Fix missed data due to pager overrunsJason Wessel1-5/+28
2012-07-31kdb: Remove cpu from the more promptJason Wessel1-11/+0
2012-03-29kdb: Fix smatch warning on dbg_io_ops->is_consoleJason Wessel1-1/+1
2012-03-22kdb: Avoid using dbg_io_ops until it is initializedTim Bird1-1/+1
2011-08-01kdb,kgdb: Allow arbitrary kgdb magic knock sequencesJason Wessel1-8/+20
2011-08-01kdb: Remove all references to DOING_KGDB2Jason Wessel1-1/+1
2011-08-01kdb,kgdb: Implement switch and pass buffer from kdb -> gdbJason Wessel1-4/+6
2010-10-22kdb: Allow kernel loadable modules to add kdb shell functionsJason Wessel1-1/+1
2010-05-20printk,kdb: capture printk() when in kdb shellJason Wessel1-4/+20
2010-05-20kgdboc,kdb: Allow kdb to work on a non open console portJason Wessel1-0/+16
2010-05-20kgdb: gdb "monitor" -> kdb passthroughJason Wessel1-4/+9
2010-05-20kdb: core for kgdb back end (1 of 2)Jason Wessel1-0/+789