aboutsummaryrefslogtreecommitdiff
path: root/src/target/breakpoints.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-27Make watchpoint.unique_id a uint32_tTim Newsome1-1/+1
2022-03-19breakpoints: fix build on -fno-inlineAntonio Borneo1-2/+2
2022-03-19target: Rework 'set' variable of break-/watchpointsMarc Schink1-2/+16
2021-06-18target: Rename 'linked_BRP' to 'linked_brp'Marc Schink1-1/+1
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+2
2020-03-26target: Add function to remove all breakpointsMarc Schink1-0/+1
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-9/+10
2016-12-08Convert to non-recursive makeAndreas Fritiofson1-0/+2
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-08-07gdb server: new feature, add stop reason in stop reply packet for gdbHsiangkai Wang1-0/+3
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-05-21build: add helper/types.h to config.hSpencer Oliver1-2/+0
2012-02-06build: cleanup src/target directorySpencer Oliver1-10/+7
2011-08-30cortex_a hybrid & context breakpointsHeythem Bouhaja1-1/+7
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-8/+8
2009-11-13breakpoint_t -> struct breakpointZachary T Welch1-4/+4
2009-11-13watchpoint_t -> struct watchpointZachary T Welch1-3/+3
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch1-7/+12
2009-11-05watchpoint_add() cleanupDavid Brownell1-1/+1
2009-06-27Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...duane1-0/+2
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-9/+9
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-1/+1
2009-05-11Audit and eliminate redundant #include directives in core target files.zwelch1-1/+1
2009-04-30Add static keywords to core target source file data and functions.zwelch1-4/+0
2008-12-13- remove target specific variant and use target->variant memberntfreak1-1/+0
2008-10-13Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe1-2/+2
2008-08-13Clear all dangling breakpoints upon GDB connection.oharboe1-0/+2
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+70