linux/kernel/debug/kdb
Anton Vorontsov b10d22d6e8 kernel/debug: Make use of KGDB_REASON_NMI
Currently kernel never set KGDB_REASON_NMI. We do now, when we enter
KGDB/KDB from an NMI.

This is not to be confused with kgdb_nmicallback(), NMI callback is
an entry for the slave CPUs during CPUs roundup, but REASON_NMI is the
entry for the master CPU.

Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
2012-07-31 08:16:43 -05:00
..
.gitignore
kdb_bp.c kdb: Add message about CONFIG_DEBUG_RODATA on failure to install breakpoint 2012-03-22 15:07:16 -05:00
kdb_bt.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
kdb_cmds
kdb_debugger.c kernel/debug: Make use of KGDB_REASON_NMI 2012-07-31 08:16:43 -05:00
kdb_io.c kdb: Remove cpu from the more prompt 2012-07-31 08:16:43 -05:00
kdb_keyboard.c
kdb_main.c kdb: Remove unused KDB_FLAG_ONLY_DO_DUMP 2012-07-31 08:16:42 -05:00
kdb_private.h printk: Remove kdb_syslog_data 2012-07-21 10:34:00 -07:00
kdb_support.c
Makefile