vector_catch and watchpoint TODO items.
This commit is contained in:
parent
75cdc8a260
commit
0b436497e0
6
TODO
6
TODO
|
@ -138,6 +138,10 @@ Once the above are completed:
|
||||||
- regression: "reset halt" between 729(works) and 788(fails): @par
|
- regression: "reset halt" between 729(works) and 788(fails): @par
|
||||||
https://lists.berlios.de/pipermail/openocd-development/2009-July/009206.html
|
https://lists.berlios.de/pipermail/openocd-development/2009-July/009206.html
|
||||||
- ARM7/9:
|
- ARM7/9:
|
||||||
|
- clean up "arm9tdmi vector_catch". Should be available for other arm9
|
||||||
|
(e.g. arm926ejs) and some(???) arm7 cores. @par
|
||||||
|
https://lists.berlios.de/pipermail/openocd-development/2009-October/011488.html
|
||||||
|
https://lists.berlios.de/pipermail/openocd-development/2009-October/011506.html
|
||||||
- add reset option to allow programming embedded ice while srst is asserted.
|
- add reset option to allow programming embedded ice while srst is asserted.
|
||||||
Some CPUs will gate the JTAG clock when srst is asserted and in this case,
|
Some CPUs will gate the JTAG clock when srst is asserted and in this case,
|
||||||
it is necessary to program embedded ice and then assert srst afterwards.
|
it is necessary to program embedded ice and then assert srst afterwards.
|
||||||
|
@ -205,6 +209,8 @@ https://lists.berlios.de/pipermail/openocd-development/2009-July/009206.html
|
||||||
|
|
||||||
@section thelistdebug Debugger Support
|
@section thelistdebug Debugger Support
|
||||||
|
|
||||||
|
- add support for masks in watchpoints? @par
|
||||||
|
https://lists.berlios.de/pipermail/openocd-development/2009-October/011507.html
|
||||||
- breakpoints can get lost in some circumstances: @par
|
- breakpoints can get lost in some circumstances: @par
|
||||||
https://lists.berlios.de/pipermail/openocd-development/2009-June/008853.html
|
https://lists.berlios.de/pipermail/openocd-development/2009-June/008853.html
|
||||||
- integrate Keil AGDI interface to OpenOCD? (submitted by Dario Vecchio)
|
- integrate Keil AGDI interface to OpenOCD? (submitted by Dario Vecchio)
|
||||||
|
|
Loading…
Reference in New Issue