* fixed malloc corruption in target->debug_reason
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 5 Mar 2008 10:28:32 +0000 (10:28 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 5 Mar 2008 10:28:32 +0000 (10:28 +0000)
commit6d95014674415e3b9ea9d46d5148d3410f96bbfd
tree44aac36e9d004c270e1208f2052367ff24dbca42
parent6445cc6479cc04d7d88447526394210f5867c0ba
* fixed malloc corruption in target->debug_reason
* GDB remote server will now remain online even if the target
  is in a funny state, e.g. if it requires a reset, it is
  running while GDB is not in the continue or step packet,
  e.g. via monitor resume/halt commands in GDB script.
* Added some _DEBUG_GDB_IO_ debug tools
* Fixed a couple of GDB server lockups, e.g. when O packets
  detect a severed connection
* added ACK upon connection (send +).
* added keep-alive messages to reset so GDB protocol remains happy.
* fixed crash when timing out connection to GDB

git-svn-id: svn://svn.berlios.de/openocd/trunk@445 b42882b7-edfa-0310-969c-e2dbd0fdcd60
src/helper/command.c
src/server/gdb_server.c
src/server/server.c
src/target/target.c
src/target/target.h