linux/kernel/debug/kdb
Martin Hicks 1396a21ba0 kdb: break out of kdb_ll() when command is terminated
Without this patch the "ll" linked-list traversal command won't
terminate when you hit q/Q.

Signed-off-by: Martin Hicks <mort@sgi.com>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
2010-07-21 19:27:05 -05:00
..
.gitignore
Makefile kgdboc,keyboard: Keyboard driver for kdb with kgdb 2010-05-20 21:04:24 -05:00
kdb_bp.c
kdb_bt.c printk,kdb: capture printk() when in kdb shell 2010-05-20 21:04:27 -05:00
kdb_cmds
kdb_debugger.c kgdb,8250,pl011: Return immediately from console poll 2010-05-20 21:04:22 -05:00
kdb_io.c printk,kdb: capture printk() when in kdb shell 2010-05-20 21:04:27 -05:00
kdb_keyboard.c kgdboc,keyboard: Keyboard driver for kdb with kgdb 2010-05-20 21:04:24 -05:00
kdb_main.c kdb: break out of kdb_ll() when command is terminated 2010-07-21 19:27:05 -05:00
kdb_private.h kgdb: gdb "monitor" -> kdb passthrough 2010-05-20 21:04:24 -05:00
kdb_support.c