diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-10-06 08:29:23 -0700 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-10-06 08:29:23 -0700 |
commit | 4119cd6db2de637b07a208fdbac217b1554f85fc (patch) | |
tree | fed66f9f4cf895ddde6dd1d5f178c9123f3816c6 /TODO | |
parent | 39b57471bfd92ef0d9a3aceb69f40c1335f5b62f (diff) | |
parent | 0d3632adff4e64d38650970002569b30bc71a52b (diff) | |
download | openocd+libswd-4119cd6db2de637b07a208fdbac217b1554f85fc.tar.gz openocd+libswd-4119cd6db2de637b07a208fdbac217b1554f85fc.tar.bz2 openocd+libswd-4119cd6db2de637b07a208fdbac217b1554f85fc.tar.xz openocd+libswd-4119cd6db2de637b07a208fdbac217b1554f85fc.zip |
Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/openocd/openocd
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -137,7 +137,7 @@ 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). Need to automatically + - Single stepping works, but should automatically use hardware stepping if available. - hunt down and add timeouts to all infinite loops, e.g. arm11_run_instr_no_data would lock up in infinite loop if e.g. an "mdh" command tries to read memory from invalid memory location. @@ -314,3 +314,4 @@ to complete: /** @file This file contains the @ref thelist page. */ + |