aboutsummaryrefslogtreecommitdiff
path: root/src/target/breakpoints.h
AgeCommit message (Expand)AuthorFilesLines
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