aboutsummaryrefslogtreecommitdiff
path: root/src/target/breakpoints.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-03-19target: Rework 'set' variable of break-/watchpointsMarc Schink1-3/+3
2022-02-14target/smp: use a struct list_head to hold the smp targetsAntonio Borneo1-54/+39
2021-09-18openocd: remove last NULL comparisonsAntonio Borneo1-6/+6
2021-09-11In SMP config, replicate watchpoints on each coreTim Newsome1-9/+59
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2021-06-26target/breakpoints: Remove dead code and cleanupMarc Schink1-19/+14
2020-03-26target: Add function to remove all breakpointsMarc Schink1-1/+29
2019-03-12target/breakpoints: make internal functions staticTomas Vanek1-4/+6
2019-02-15target, breakpoints: improve error handlingTomas Vanek1-8/+8
2018-06-04breakpoints: simplify the test to find a breakpointAntonio Borneo1-5/+2
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-21/+22
2016-10-17breakpoints: Add missing space in error messageAndreas Färber1-1/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-10-06target: constify structuresSpencer Oliver1-4/+4
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-8/+8
2013-08-07gdb server: new feature, add stop reason in stop reply packet for gdbHsiangkai Wang1-0/+19
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