aboutsummaryrefslogtreecommitdiff
path: root/src/target/breakpoints.h
AgeCommit message (Expand)Author
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-05-11Audit and eliminate redundant #include directives in core target files.zwelch
2009-04-30Add static keywords to core target source file data and functions.zwelch
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-10-13Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe
2008-08-13Clear all dangling breakpoints upon GDB connection.oharboe
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath