From: oharboe at B. <oh...@ma...> - 2009-07-06 10:04:58
|
Author: oharboe Date: 2009-07-06 10:04:57 +0200 (Mon, 06 Jul 2009) New Revision: 2466 Modified: trunk/TODO Log: added known problem w/line number's being off in syntax errors for target reset events Modified: trunk/TODO =================================================================== --- trunk/TODO 2009-07-06 08:01:22 UTC (rev 2465) +++ trunk/TODO 2009-07-06 08:04:57 UTC (rev 2466) @@ -15,6 +15,9 @@ This section provides possible things to improve with OpenOCD's TCL support. +- Fix problem with incorrect line numbers reported for a syntax + error in a reset init event. + - organize the TCL configurations: - provide more directory structure for boards/targets? - factor configurations into layers (encapsulation and re-use) @@ -97,7 +100,7 @@ - general layer cleanup: @par https://lists.berlios.de/pipermail/openocd-development/2009-May/006590.html - ARM11 improvements (MB?) - - fix single stepping (reported by ) + - fix single stepping (reported by �H) - implement missing functionality (grep FNC_INFO_NOTIMPLEMENTED ...) - Cortex A8 support (ML) - add target implementation (ML) @@ -141,7 +144,7 @@ - finish implementing bus width/chip width handling (suggested by NC) - factor vendor-specific code into separate source files - add new callback interface for vendor-specific code -- investigate/implement "thin wrapper" to use eCos CFI drivers () +- investigate/implement "thin wrapper" to use eCos CFI drivers (�H) @section thelistdebug Debugger Support |