Re: [RFC v5] debug: prevent entering debug mode on panic/exception.

2015-01-19 Thread Kiran Raparthy
On 13 January 2015 at 15:55, Kiran Raparthy wrote: > From: Colin Cross > > debug: prevent entering debug mode on panic/exception. > > On non-developer devices, kgdb prevents the device from rebooting > after a panic. > > Incase of panics and exceptions, to allow the device to reboot, prevent > e

[RFC v5] debug: prevent entering debug mode on panic/exception.

2015-01-13 Thread Kiran Raparthy
From: Colin Cross debug: prevent entering debug mode on panic/exception. On non-developer devices, kgdb prevents the device from rebooting after a panic. Incase of panics and exceptions, to allow the device to reboot, prevent entering debug mode to avoid getting stuck waiting for the user to in