android_kernel_motorola_sm6225/kernel/debug
Jason Wessel 3fa43aba08 debug_core,kdb: fix crash when arch does not have single step
When an arch such as mips and microblaze does not implement either HW
or software single stepping the debug core should re-enter kdb.  The
kdb code will properly ignore the single step operation.  Attempting
to single step the kernel without software or hardware support causes
unpredictable kernel crashes.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
2010-08-05 09:22:25 -05:00
..
kdb kgdb,kdb: individual register set and and get API 2010-08-05 09:22:20 -05:00
debug_core.c debug_core,kdb: fix crash when arch does not have single step 2010-08-05 09:22:25 -05:00
debug_core.h kgdb: gdb "monitor" -> kdb passthrough 2010-05-20 21:04:24 -05:00
gdbstub.c gdbstub: do not directly use dbg_reg_def[] in gdb_cmd_reg_set() 2010-08-05 09:22:22 -05:00
Makefile kdb: core for kgdb back end (1 of 2) 2010-05-20 21:04:20 -05:00