aboutsummaryrefslogtreecommitdiff
path: root/src/gdb_main.c
AgeCommit message (Collapse)Author
2011-11-12Added preliminary support for the STM32F4.Gareth McMullin
2011-07-02Halt and detach target if host releases DTR.Gareth McMullin
Port reads 0x04 (EOF) when DTR is released. GDB loop detaches from target if EOF is read. Fixes bug 3307433.
2011-03-29Minor changes to allow a build for Windows hosts with libftdi.Gareth McMullin
2011-02-21Stack is now unwound on hardfault.Gareth McMullin
2011-02-07Changed some uint32_t to unsigned long to remove warnings.Gareth McMullin
2011-02-06Changed to use sprintf/sscanf by default.Gareth McMullin
Overridden by STM32 platform.h to use newling siprintf/siscanf.
2011-02-04Import of working source tree.Gareth McMullin