diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-10-06 15:58:06 -0700 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-10-06 15:58:06 -0700 |
commit | a343b18bfbffdefe8dce59cd3228860e11358f94 (patch) | |
tree | b8a59eb02d0777506ebd98dd0733d431eddf891c /TODO | |
parent | 0da2f750a1d437b50b21ac7ee766188a47b37fad (diff) | |
parent | 4119cd6db2de637b07a208fdbac217b1554f85fc (diff) | |
download | openocd+libswd-a343b18bfbffdefe8dce59cd3228860e11358f94.tar.gz openocd+libswd-a343b18bfbffdefe8dce59cd3228860e11358f94.tar.bz2 openocd+libswd-a343b18bfbffdefe8dce59cd3228860e11358f94.tar.xz openocd+libswd-a343b18bfbffdefe8dce59cd3228860e11358f94.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. */ + |