openocd/src/server
oharboe 6d95014674 * 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
2008-03-05 10:28:32 +00:00
..
gdb_server.c * fixed malloc corruption in target->debug_reason 2008-03-05 10:28:32 +00:00
gdb_server.h - 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
Makefile.am - minimum autoconf 2.59 is now required and verified - due to issues with AS_HELP_STRING 2007-12-29 13:51:48 +00:00
server.c * fixed malloc corruption in target->debug_reason 2008-03-05 10:28:32 +00:00
server.h - allow building for MinGW using either -mno-cygwin or the MinGW gcc 2006-08-01 09:45:22 +00:00
telnet_server.c telnet_port can now be invoked multiple times 2008-03-05 06:55:14 +00:00
telnet_server.h - reapply fix with telnet prompt while running/halting gdb 2008-02-18 18:48:04 +00:00