ARM: fiq_debugger: add support for kgdb
authorColin Cross <ccross@android.com>
Thu, 15 Mar 2012 02:23:29 +0000 (19:23 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:52:21 +0000 (13:52 -0800)
commit35d99e56465d412e1bf707c31363650506bd15fa
tree7658282bc6fff6f92df0d0e09766011da0607d79
parent7c4ff13273a070cdfaa01ca6883d55af7333f2ed
ARM: fiq_debugger: add support for kgdb

Adds polling tty ops to the fiq debugger console tty, which allows
kgdb to run against an fiq debugger console.

Add a check in do_sysrq to prevent enabling kgdb from the fiq
debugger unless a flag (writable only by root) has been set. This
should make it safe to enable KGDB on a production device.

Also add a shortcut to enable the console and kgdb together, to
allow kgdb to be enabled when the shell on the console is not
responding.

Change-Id: Ifc65239ca96c9887431a6a36b9b44a539002f544
Signed-off-by: Colin Cross <ccross@android.com>
arch/arm/common/fiq_debugger.c