aboutsummaryrefslogtreecommitdiff
path: root/src/target/breakpoints.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-165/+137
2011-10-13breakpoint : smp software breakpoint issueMichel Jaouen1-3/+12
2011-10-11breakpoint : indentationMichel Jaouen1-36/+36
2011-08-30cortex_a hybrid & context breakpointsHeythem Bouhaja1-1/+161
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin1-4/+0
2011-04-28smp : infra for smp minimum supportMichel Jaouen1-10/+93
2010-09-14breakpoints: fix error handlingØyvind Harboe1-29/+7
2010-06-15breakpoint: -Wshadow warning fixØyvind Harboe1-4/+4
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch1-1/+1
2009-11-28target: uplevel add_{break,watch}point() error checksDavid Brownell1-4/+6
2009-11-25target: create and use target_name()David Brownell1-2/+2
2009-11-25target: target_get_name() --> target_type_name()David Brownell1-2/+6
2009-11-24target: cope with *any* error setting a breakpointDavid Brownell1-26/+24
2009-11-14compile with cygwin (32-bit)Ferdinand Postema1-5/+6
2009-11-13target_t -> struct targetZachary T Welch1-9/+9
2009-11-13breakpoint_t -> struct breakpointZachary T Welch1-11/+11
2009-11-13watchpoint_t -> struct watchpointZachary T Welch1-9/+9
2009-11-05watchpoint_add() cleanupDavid Brownell1-29/+36
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell1-6/+6
2009-06-27Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...duane1-11/+36
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-22/+22
2009-06-23- Fixes '==' whitespacezwelch1-3/+3
2009-06-23- Fixes '!=' whitespacezwelch1-2/+2
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