debug: add parameters to prevent entering debug mode on errors
authorColin Cross <ccross@android.com>
Thu, 17 May 2012 22:24:16 +0000 (15:24 -0700)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 20:40:46 +0000 (13:40 -0700)
commit86b24e0e87296330759ddf57a20eb6adeea0ded8
treea131e7f39473b9210ede2d56a8ec5dfbd97e6ec1
parent013c2275512f32470749c41ceba53a86ce59a368
debug: add parameters to prevent entering debug mode on errors

On non-developer devices kgdb prevents CONFIG_PANIC_TIMEOUT from
rebooting the device after a panic. Add module parameters
debug_core.break_on_exception and debug_core.break_on_panic to
allow skipping debug on panics and exceptions respectively.  Both
default to true to preserve existing behavior.

Change-Id: I75dce7263e96cee069a9750920cce83dc6f98e8c
Signed-off-by: Colin Cross <ccross@android.com>
kernel/debug/debug_core.c