gdbserver: code cleanup
[fw/openocd] / src / server / gdb_server.c
2008-02-16 ntfreak- solve lots of problems with stuck GDB connections...
2008-02-13 mifi- added patch to Improving progress/error output for...
2008-01-27 mifi- added autoprobe functionality
2008-01-10 ntfreak- fix gdb packet retransmission omission
2008-01-10 ntfreak- _DEBUG_GDB_IO_ was left on by mistake
2008-01-10 ntfreak- added faster gdb packet handling (thanks to oyvind...
2008-01-09 ntfreak- rename flash_init and flash_erase to flash_init_drive...
2008-01-07 mifi- added gdb flash fixes patch
2007-12-29 ntfreak- add support for extended gdb packet R (restart),...
2007-12-29 ntfreak- minimum autoconf 2.59 is now required and verified...
2007-12-20 ntfreak- removed flash write_image - binary compare function...
2007-12-18 mifi- added patch for new flash functionality like:
2007-11-21 ntfreak- reset_run now works as expected on cortex-m3
2007-10-22 ntfreak- add verify_image command
2007-10-08 ntfreak- cleaned up str7, str9 and stm32 flash drivers
2007-10-01 ntfreak- flash autoerase <on|off> cmd added, default is off...
2007-08-16 drath- fixed several bugs in flash writing code (thanks...
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-07-25 drath- reformat src/jtag/bitq.c (thanks to Pavel Chromy)
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
2007-01-09 drath- disabled FT2232 debug output (that code should be...
2006-10-03 drath- fixed regression in gdb_server.c (Thanks to Michael...
2006-09-28 drath- str9x flash support (Thanks to Spencer Oliver)
2006-08-06 drath- fixed a minor problem with the GDB server that could...
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-25 drath- changed use of bzero (deprecated) to memset (thanks...
2006-06-23 drath- added support for AT91SAM7A3 flash (patch from andre...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/