Add support for remote reset commands.
[fw/stlink] / src / gdb-server.c
2011-04-04 Peter ZotovAdd support for remote reset commands.
2011-02-17 Peter ZotovRemove useless message.
2011-02-17 Peter ZotovFix multi-page flash writing.
2011-02-16 Peter ZotovReset CPU before and after flash writing.
2011-02-16 Peter ZotovReduce latency a bit.
2011-02-16 Peter ZotovWrite flash correctly.
2011-02-16 Peter ZotovImplement hardware breakpoints.
2011-02-16 Peter ZotovUpdate memory map.
2011-02-15 Peter ZotovFix alignment when uploading data to flash.
2011-02-15 Peter ZotovFix continue command.
2011-02-15 Peter ZotovImplemented flash writing.
2011-02-15 Peter ZotovImplement FlashErase GDB command.
2011-02-15 Peter ZotovImplement query command and add memory map.
2011-02-15 Peter ZotovAdd optional -DDEBUG to Makefile.
2011-02-15 Peter ZotovBind to localhost.
2011-02-15 Peter ZotovUse SO_REUSEADDR socket option to allow binding after ^C.
2011-02-15 Peter ZotovDon't exit after kill gdb command; re-listen instead.
2011-02-15 Peter ZotovAdd working GDB remote debug server.