aboutsummaryrefslogtreecommitdiff
path: root/src/target/breakpoints.c
AgeCommit message (Expand)Author
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin
2011-04-28smp : infra for smp minimum supportMichel Jaouen
2010-09-14breakpoints: fix error handlingØyvind Harboe
2010-06-15breakpoint: -Wshadow warning fixØyvind Harboe
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch
2009-11-28target: uplevel add_{break,watch}point() error checksDavid Brownell
2009-11-25target: create and use target_name()David Brownell
2009-11-25target: target_get_name() --> target_type_name()David Brownell
2009-11-24target: cope with *any* error setting a breakpointDavid Brownell
2009-11-14compile with cygwin (32-bit)Ferdinand Postema
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13breakpoint_t -> struct breakpointZachary T Welch
2009-11-13watchpoint_t -> struct watchpointZachary T Welch
2009-11-05watchpoint_add() cleanupDavid Brownell
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell
2009-06-27Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...duane
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-05-31Add target breakpoint and watchpoint wrapper:zwelch
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch
2009-04-30Add static keywords to core target source file data and functions.zwelch
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-10-13Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe
2008-08-13Clear all dangling breakpoints upon GDB connection.oharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2007-10-01- flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak
2007-08-09- trying to remove a breakpoint with target running should not exit(-1) from ...mlu
2007-06-24- ST STM32x cortex support addedntfreak
2006-11-07- added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=e...drath
2006-11-05- correctly enter debug state on a "soft_reset_halt" commanddrath
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath