summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-10-26 11:14:28 -0700
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-10-26 11:14:28 -0700
commitd87ee640c7a8e77a34d2d72185be157a97b39061 (patch)
tree7832fefc534a4ab702f276e02c06d83c6a3e4cb4
parenteaebc6cd699bcf414dc307dc65354a9f991dba59 (diff)
parent8b30f22dec336003159039202a68a85670ca9b8b (diff)
downloadopenocd+libswd-d87ee640c7a8e77a34d2d72185be157a97b39061.tar.gz
openocd+libswd-d87ee640c7a8e77a34d2d72185be157a97b39061.tar.bz2
openocd+libswd-d87ee640c7a8e77a34d2d72185be157a97b39061.tar.xz
openocd+libswd-d87ee640c7a8e77a34d2d72185be157a97b39061.zip
Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/openocd/openocd
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index f567a82f..7bdd6264 100644
--- a/TODO
+++ b/TODO
@@ -217,6 +217,11 @@ https://lists.berlios.de/pipermail/openocd-development/2009-October/011506.html
https://lists.berlios.de/pipermail/openocd-development/2009-October/011507.html
- breakpoints can get lost in some circumstances: @par
https://lists.berlios.de/pipermail/openocd-development/2009-June/008853.html
+- add support for masks in watchpoints. The trick is that GDB does not
+ support a breakpoint mask in the remote protocol. One way to work around
+ this is to add a separate command "watchpoint_mask add/rem <addr> <mask>", that
+ is run to register a list of masks that the gdb_server knows to use with
+ a particular watchpoint address.
- integrate Keil AGDI interface to OpenOCD? (submitted by Dario Vecchio)
@section thelisttesting Testing Suite