aboutsummaryrefslogtreecommitdiff
path: root/src/gdb_main.c
AgeCommit message (Expand)Author
2012-06-30Signal on halt is now returned by target_halt_wait().Gareth McMullin
2012-06-27Made cur_target, last_target static in gdb_main.c.Gareth McMullin
2012-06-24Added mechanism for target driver to add new monitor commands.Gareth McMullin
2012-06-18Renamed target_flash_write_words to target_flash_write.Gareth McMullin
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 additi...Mike Smith
2011-11-12Added preliminary support for the STM32F4.Gareth McMullin
2011-07-02Halt and detach target if host releases DTR.Gareth McMullin
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
2011-02-04Import of working source tree.Gareth McMullin