OSDN Git Service

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)
committerDima Zavin <dima@android.com>
Wed, 26 Oct 2011 05:05:48 +0000 (22:05 -0700)
commit83b72704b03546192676933905b29005924f822e
treeee5887a21270372ceb7dc645d73d951ec269ef9e
parentb0092759638469a3a0ff12aa50985cc44ecbc980
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