aboutsummaryrefslogtreecommitdiff
path: root/src/target/breakpoints.h
AgeCommit message (Expand)Author
2013-08-07gdb server: new feature, add stop reason in stop reply packet for gdbHsiangkai Wang
2013-06-05update files to correct FSF addressSpencer Oliver
2012-05-21build: add helper/types.h to config.hSpencer Oliver
2012-02-06build: cleanup src/target directorySpencer Oliver
2011-08-30cortex_a hybrid & context breakpointsHeythem Bouhaja
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13breakpoint_t -> struct breakpointZachary T Welch
2009-11-13watchpoint_t -> struct watchpointZachary T Welch
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch
2009-11-05watchpoint_add() cleanupDavid Brownell
2009-06-27Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...duane
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