aboutsummaryrefslogtreecommitdiff
path: root/src/target/breakpoints.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-21C99 printf() -Werror fixesduane1-4/+4
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-5/+5
2009-05-31Add target breakpoint and watchpoint wrapper:zwelch1-4/+4
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-5/+1
2009-04-30Add static keywords to core target source file data and functions.zwelch1-2/+2
2008-12-13- remove target specific variant and use target->variant memberntfreak1-3/+0
2008-10-13Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe1-6/+2
2008-08-13Clear all dangling breakpoints upon GDB connection.oharboe1-38/+68
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-14/+14
2007-10-01- flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak1-1/+1
2007-08-09- trying to remove a breakpoint with target running should not exit(-1) from ...mlu1-2/+11
2007-06-24- ST STM32x cortex support addedntfreak1-2/+4
2006-11-07- added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=e...drath1-23/+35
2006-11-05- correctly enter debug state on a "soft_reset_halt" commanddrath1-0/+4
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath1-0/+2
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+219