aboutsummaryrefslogtreecommitdiff
path: root/src/target/oocd_trace.h
AgeCommit message (Collapse)AuthorFilesLines
2009-11-13etm_context_t -> struct etm_contextZachary T Welch1-1/+1
Remove misleading typedef and redundant suffix from struct etm_context.
2009-11-13oocd_trace_t -> struct oocd_traceZachary T Welch1-2/+2
Remove misleading typedef and redundant suffix from struct oocd_trace.
2009-11-13etm_capture_driver_t -> struct etm_capture_driverZachary T Welch1-1/+1
Remove misleading typedef and redundant suffix from struct etm_capture_driver.
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-3/+0
git-svn-id: svn://svn.berlios.de/openocd/trunk@1715 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-04-30Add static keywords to core target source file data and functions.zwelch1-2/+0
git-svn-id: svn://svn.berlios.de/openocd/trunk@1579 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-12-13- remove target specific variant and use target->variant memberntfreak1-6/+6
- fix build warning in cortex_m3 - code cleanup - remove trailing lf and convert c++ comments git-svn-id: svn://svn.berlios.de/openocd/trunk@1238 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-02-25- convert all files to unix line-endingdrath1-64/+64
git-svn-id: svn://svn.berlios.de/openocd/trunk@347 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2007-07-31- calculate cycles since last executed instruction when cycle-accurate ↵drath1-0/+64
tracing is enabled - increase memory pseudo-image cache size to 1024 byte for improved trace analysis performance - added OpenOCD+trace as an ETM capture driver example implementation - new usbprog driver (thanks to Benedikt Sauter) git-svn-id: svn://svn.berlios.de/openocd/trunk@186 b42882b7-edfa-0310-969c-e2dbd0fdcd60