commit | 301a450a8974bcbb47aa7d3884b842274f6d9f89 | [log] [tgz] |
---|---|---|
author | Dima Zavin <dima@android.com> | Tue Dec 13 01:09:26 2011 +0800 |
committer | Andy Green <andy.green@linaro.org> | Mon Jan 09 11:08:09 2012 +0800 |
tree | 3f665bd14914dad13d59002ebf64d12b100530a4 | |
parent | 742911b7f1a8cac6d7d06e6298e5d20501e68719 [diff] |
misc: remove kernel debugger core The current split between this and the fiq debugger is awkward and does not have any benefit (the interface between the two is also too simplistic). The fiq debugger code itself needs a lot of refactoring, part of which would be to split out some components that are arch indpendent. So, for now, move this very small piece back into the fiq_debugger. Change-Id: Ie4ec2a2f5d907be1691a0eb6ae9304aad29ecd14 Signed-off-by: Dima Zavin <dima@android.com>