summaryrefslogtreecommitdiff
path: root/src/target/breakpoints.c
Commit message (Expand)AuthorAgeFilesLines
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-211-6/+6
* Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...duane2009-06-271-11/+36
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-22/+22
* - Fixes '==' whitespacezwelch2009-06-231-3/+3
* - Fixes '!=' whitespacezwelch2009-06-231-2/+2
* C99 printf() -Werror fixesduane2009-06-211-4/+4
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-5/+5
* Add target breakpoint and watchpoint wrapper:zwelch2009-05-311-4/+4
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-5/+1
* Add static keywords to core target source file data and functions.zwelch2009-04-301-2/+2
* - remove target specific variant and use target->variant memberntfreak2008-12-131-3/+0
* Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe2008-10-131-6/+2
* Clear all dangling breakpoints upon GDB connection.oharboe2008-08-131-38/+68
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-14/+14
* - flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak2007-10-011-1/+1
* - trying to remove a breakpoint with target running should not exit(-1) from ...mlu2007-08-091-2/+11
* - ST STM32x cortex support addedntfreak2007-06-241-2/+4
* - added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=e...drath2006-11-071-23/+35
* - correctly enter debug state on a "soft_reset_halt" commanddrath2006-11-051-0/+4
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-0/+2
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+219