aboutsummaryrefslogtreecommitdiff
path: root/src/gdb_main.c
AgeCommit message (Collapse)Author
2011-12-18Cleaned up debug output on linux build.Gareth McMullin
2011-12-17Implement gdb 'qCRC' packet to support 'compare-sections' command.Gareth McMullin
2011-11-26Fixed qSupported resonse.Gareth McMullin
2011-11-25Add support for a more comprehensive target description, including the ↵Mike Smith
additional v7m registers. This doesn't work with vanilla gdb, as for reasons unknown said vanilla gdb doesn't support XML target descriptions queried from the remote. Add code to the fault unwinder to deal with the stack alignment fixup and FP registers. Avoid saving/restoring registers that don't get trashed.
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