diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-10-05 01:27:43 -0700 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-10-05 01:27:43 -0700 |
commit | 7280a52e6964d7e5c700670a7ff25cfd8a9d6316 (patch) | |
tree | c223bbc09509f72843d848af769f6bfb1724a77a /TODO | |
parent | 7a57c316196f93c7e31b7d00eb9b52177ae874c6 (diff) | |
parent | 1033633321056d3e20c125e21d48723fc6f8705f (diff) | |
download | riscv-openocd-7280a52e6964d7e5c700670a7ff25cfd8a9d6316.zip riscv-openocd-7280a52e6964d7e5c700670a7ff25cfd8a9d6316.tar.gz riscv-openocd-7280a52e6964d7e5c700670a7ff25cfd8a9d6316.tar.bz2 |
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. */ + |