kernel_optimize_test/kernel/debug/kdb
Jason Wessel 931ea24819 kdb: fix per_cpu command to remove supress mask
Rusty pointed out that the per_cpu command uses up lots of space on
the stack and the cpu supress mask is probably not needed.

This patch removes the need for the supress mask as well as fixing up
the following problems with the kdb per_cpu command:
  * The per_cpu command should allow an address as an argument
  * When you have more data than can be displayed on one screen allow
    the user to break out of the print loop.

Reported-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
2010-10-29 13:14:40 -05:00
..
.gitignore
kdb_bp.c gcc-4.6: kernel/*: Fix unused but set warnings 2010-09-05 14:36:58 +02:00
kdb_bt.c printk,kdb: capture printk() when in kdb shell 2010-05-20 21:04:27 -05:00
kdb_cmds
kdb_debugger.c kdb,debug_core: adjust master cpu switch logic against new debug_core locking 2010-10-22 15:34:13 -05:00
kdb_io.c kdb: Allow kernel loadable modules to add kdb shell functions 2010-10-22 15:34:11 -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: fix per_cpu command to remove supress mask 2010-10-29 13:14:40 -05:00
kdb_private.h kdb,kgdb: fix sparse fixups 2010-10-22 15:34:12 -05:00
kdb_support.c kdb: fix compile error without CONFIG_KALLSYMS 2010-08-16 15:58:29 -05:00
Makefile kgdboc,keyboard: Keyboard driver for kdb with kgdb 2010-05-20 21:04:24 -05:00