riscv-openocd/src/server
oharboe 0424155dfc - Fixed various error handling when looking for memory leaks
- Fixed memory leak in gdb_server.c
- pushed "Error:" statements up into fn's that know something about what went wrong
- load_image now fails if target_write_memory() fails
- only issue an asynchronous halt() upon connect of GDB. Synchronous halt/reset
  doesn't really work as what's required to initialize the target might involve a
  special monitor sequence for the target in question
- syntax error handling improved(fewer exit()'s)


git-svn-id: svn://svn.berlios.de/openocd/trunk@482 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-03-10 12:11:07 +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
gdb_server.c - Fixed various error handling when looking for memory leaks 2008-03-10 12:11:07 +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
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 Asynchronous output information from e.g. a halt is now displayed again. 2008-03-07 21:41:34 +00:00
telnet_server.h Removed code that inserted prompt after printing asynchronous information. Current implementation was broken beyond repair. 2008-03-07 10:53:50 +00:00