diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-08-26 08:32:03 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-08-26 08:32:03 +0000 |
commit | 9a9ebfb924553e0f4837c4ef77b900f1f5d824f1 (patch) | |
tree | 760ffc1a95e45f3fe67fa021616ee8e308136dec /TODO | |
parent | 11856bcffc9a35c3844df71a3a9641f5cf8beb6b (diff) | |
download | riscv-openocd-9a9ebfb924553e0f4837c4ef77b900f1f5d824f1.zip riscv-openocd-9a9ebfb924553e0f4837c4ef77b900f1f5d824f1.tar.gz riscv-openocd-9a9ebfb924553e0f4837c4ef77b900f1f5d824f1.tar.bz2 |
reduce arm11 output noise
git-svn-id: svn://svn.berlios.de/openocd/trunk@2628 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -117,7 +117,10 @@ https://lists.berlios.de/pipermail/openocd-development/2009-July/009206.html - ARM923EJS: - reset run/halt/step is not robust; needs testing to map out problems. - ARM11 improvements (MB?) - - fix single stepping (reported by ØH) + - fix single stepping (reported by ØH). Michael Bruck explained + that what's required is to emulate the current instruction(just like the + arm7 code) to know what address to set the breakpoint at for single + stepping an instruction. - implement missing functionality (grep FNC_INFO_NOTIMPLEMENTED ...) - Cortex A8 support (ML) - add target implementation (ML) |