summaryrefslogtreecommitdiff
path: root/src/target/oocd_trace.h
Commit message (Expand)AuthorAgeFilesLines
* target files shouldn't #include <target/...h>David Brownell2009-12-131-2/+0
* change #include "etm.h" to <target/etm.h>Zachary T Welch2009-12-031-1/+1
* etm_context_t -> struct etm_contextZachary T Welch2009-11-131-1/+1
* oocd_trace_t -> struct oocd_traceZachary T Welch2009-11-131-2/+2
* etm_capture_driver_t -> struct etm_capture_driverZachary T Welch2009-11-131-1/+1
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-3/+0
* Add static keywords to core target source file data and functions.zwelch2009-04-301-2/+0
* - remove target specific variant and use target->variant memberntfreak2008-12-131-6/+6
* - convert all files to unix line-endingdrath2008-02-251-64/+64
* - calculate cycles since last executed instruction when cycle-accurate tracin...drath2007-07-311-0/+64