summaryrefslogtreecommitdiff
path: root/src/target/breakpoints.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin2011-06-041-4/+0
* smp : infra for smp minimum supportMichel Jaouen2011-04-281-10/+93
* breakpoints: fix error handlingØyvind Harboe2010-09-141-29/+7
* breakpoint: -Wshadow warning fixØyvind Harboe2010-06-151-4/+4
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-031-1/+1
* target: uplevel add_{break,watch}point() error checksDavid Brownell2009-11-281-4/+6
* target: create and use target_name()David Brownell2009-11-251-2/+2
* target: target_get_name() --> target_type_name()David Brownell2009-11-251-2/+6
* target: cope with *any* error setting a breakpointDavid Brownell2009-11-241-26/+24
* compile with cygwin (32-bit)Ferdinand Postema2009-11-141-5/+6
* target_t -> struct targetZachary T Welch2009-11-131-9/+9
* breakpoint_t -> struct breakpointZachary T Welch2009-11-131-11/+11
* watchpoint_t -> struct watchpointZachary T Welch2009-11-131-9/+9
* watchpoint_add() cleanupDavid Brownell2009-11-051-29/+36
* 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