From: Øyvind H. <go...@us...> - 2009-10-26 09:16:12
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 8b30f22dec336003159039202a68a85670ca9b8b (commit) from 6cb1d10cdad509939e3decf089e08c289d85d5cf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8b30f22dec336003159039202a68a85670ca9b8b Author: Ãyvind Harboe <oyv...@zy...> Date: Fri Oct 23 16:13:10 2009 +0200 Idea for adding watchpoint masks. diff --git a/TODO b/TODO index f567a82..7bdd626 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 ----------------------------------------------------------------------- Summary of changes: TODO | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) hooks/post-receive -- Main OpenOCD repository |