ARM: common: fiq_debugger: add non-fiq debugger support
authorDima Zavin <dima@android.com>
Mon, 3 Oct 2011 03:35:47 +0000 (20:35 -0700)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:25:16 +0000 (12:25 -0800)
commitacd802a19788f8bfed502e43d875802e8052b91b
tree3604722e6be7f44f0b2ebf85eb959078fe23e00e
parent4bbca4b8f448ee2d0d4f9cd0cc798e016afd03d8
ARM: common: fiq_debugger: add non-fiq debugger support

Add irq-only support to the debugger. This allows the debugger
to always run at irq context. This introduces limitations to
being able to debug certain kinds of issues, but it is still
very useful as a debugging tool.

Change-Id: I1e4223e886cb2d90ef5ed31419bdd5cdd7f904ca
Signed-off-by: Dima Zavin <dima@android.com>
arch/arm/common/fiq_debugger.c