summaryrefslogtreecommitdiff
path: root/src/target/breakpoints.h
Commit message (Expand)AuthorAgeFilesLines
* change #include "types.h" to <helper/types.h>Zachary T Welch2009-12-031-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-8/+8
* breakpoint_t -> struct breakpointZachary T Welch2009-11-131-4/+4
* watchpoint_t -> struct watchpointZachary T Welch2009-11-131-3/+3
* src/target: remove 'extern' and wrap headersZachary T Welch2009-11-091-7/+12
* watchpoint_add() cleanupDavid Brownell2009-11-051-1/+1
* Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...duane2009-06-271-0/+2
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-9/+9
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-1/+1
* Audit and eliminate redundant #include directives in core target files.zwelch2009-05-111-1/+1
* Add static keywords to core target source file data and functions.zwelch2009-04-301-4/+0
* - remove target specific variant and use target->variant memberntfreak2008-12-131-1/+0
* Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe2008-10-131-2/+2
* Clear all dangling breakpoints upon GDB connection.oharboe2008-08-131-0/+2
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+70