2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-08-05 17:40:16 +10:00
openocd/src
ntfreak e859281eb3 - solve lots of problems with stuck GDB connections, making it impossible to connect to GDB, handle timeout of acknowledgement, etc.
- "monitor halt/resume" now works correctly
- "monitor sleep 10000" no longer makes the GDB protocol lock up. There is an error message and the protocol recovers nicely afterwards.
- it's now possible to connect to a target which needs a reset before halt works.
- handle failed memory access more gracefully. Connection is now closed instead of OpenOCD quitting.
- *much* improved handling of 2 second timeout on memory read packets. Especially important w/mouseover evaluation of  variables in Eclipse.
- fixed memory leak upon failed memory packet reply.
- 'O' packets w/progress info is no longer sent out randomly.
- faster packet reply code.
- Thanks to Øyvind Harboe for this patch

git-svn-id: svn://svn.berlios.de/openocd/trunk@300 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-02-16 15:21:13 +00:00
..
flash - fix programming issue with lpc2101/2 2008-02-14 18:32:52 +00:00
helper - cleanup and remove time() warning 2008-02-16 15:10:26 +00:00
jtag - removed "starting point" for ngw100, will add it again if it is working 2008-02-11 17:53:14 +00:00
pld - added patch "remove error handler as planned" 2008-01-20 13:52:06 +00:00
server - solve lots of problems with stuck GDB connections, making it impossible to connect to GDB, handle timeout of acknowledgement, etc. 2008-02-16 15:21:13 +00:00
target - fix xscale memory leak and warnings. Thanks Øyvind Harboe 2008-02-15 19:07:43 +00:00
xsvf - added gdb flash fixes patch 2008-01-07 17:11:11 +00:00
Makefile.am Changed openocd version info creation to be more useful. 2007-12-10 16:55:14 +00:00
openocd.c - added synchronous reset patch, Thanks Øyvind Harboe 2008-02-07 20:20:11 +00:00