diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-10-07 17:14:58 -0700 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-10-07 17:14:58 -0700 |
commit | 8a162e5e063fbbd6be04568e29633fad8f8b6720 (patch) | |
tree | 284a2f352bc0917f6aa3f70f0760553662937098 | |
parent | 03c9e48f88fa8b681b77c6c35d6da0a0e838a7e8 (diff) | |
parent | 55f4e430e8c1c7382d27695c56e8ca95ba7b7dec (diff) | |
download | openocd+libswd-8a162e5e063fbbd6be04568e29633fad8f8b6720.tar.gz openocd+libswd-8a162e5e063fbbd6be04568e29633fad8f8b6720.tar.bz2 openocd+libswd-8a162e5e063fbbd6be04568e29633fad8f8b6720.tar.xz openocd+libswd-8a162e5e063fbbd6be04568e29633fad8f8b6720.zip |
Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/openocd/openocd
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -141,7 +141,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. @@ -318,3 +318,4 @@ to complete: /** @file This file contains the @ref thelist page. */ + |