aboutsummaryrefslogtreecommitdiff
path: root/src/gdb_packet.c
AgeCommit message (Collapse)Author
2015-03-17Check vasprintf return value.Gareth McMullin
2015-03-13Fix pointer sign warnings and remove -Wno-pointer-sign.Gareth McMullin
2015-03-01Clean up includes everywhere.Gareth McMullin
All source files include general.h first and before anything else. This inlcludes platform.h and platform_support.h No header file needs to include to include any of these, but should include any others needed for it's own declarations.
2013-06-17Fix trailing whitespace everywhere.Gareth McMullin
2011-12-18Cleaned up debug output on linux build.Gareth McMullin
2011-03-29Minor changes to allow a build for Windows hosts with libftdi.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