aboutsummaryrefslogtreecommitdiff
path: root/src/gdb_main.c
AgeCommit message (Expand)Author
2015-03-29gdb: don't access target fields directly.Gareth McMullin
2015-03-26Add a flash_done target method.Gareth McMullin
2015-03-22Clean up handling of lost targets using new exceptions mechanism.Gareth McMullin
2015-03-15Consolidate target_mem_read* and target_mem_write* methods.Gareth McMullin
2015-03-13Fix pointer sign warnings and remove -Wno-pointer-sign.Gareth McMullin
2015-03-11Cleaned up printf/scanf for C99 integer types.Gareth McMullin
2015-03-01Clean up includes everywhere.Gareth McMullin
2015-01-17Fixed spaces / tabs from last commitRichard Meadows
2015-01-17Check target_attach succeeded in vRun command, and return error if notRichard Meadows
2014-10-21Add support for halfword memory accesses.Vegard Storheil Eriksen
2014-10-16Whitespace cleanup.Gareth McMullin
2013-06-17Fix register array sizes.Gareth McMullin
2013-05-18Move semihosting support to cortexm.c.Gareth McMullin
2013-05-18Basic semihosting supportPaul Fertser
2013-04-14Make code compatible with newlib-nano and use it for stlinkPaul Fertser
2012-11-03Move breakpoint packet handler out of main gdb loop.Gareth McMullin
2012-11-03Clean up whitespace.Gareth McMullin
2012-11-03Clean up ancient bad typing and malloc madness.Gareth McMullin
2012-11-03Check for null pointer before decalaring register array.Gareth McMullin
2012-11-03Allow target attachment to timeout and report failure.Gareth McMullin
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