summaryrefslogtreecommitdiff
path: root/src/target/trace.h
Commit message (Expand)AuthorAgeFilesLines
* error number: reviewAntonio Borneo2010-06-231-2/+2
* change #include "types.h" to <helper/types.h>Zachary T Welch2009-12-031-1/+1
* target: less implicit inclusion of "etm.h"David Brownell2009-11-161-0/+5
* command_context_t -> struct command_contextZachary T Welch2009-11-131-2/+2
* target_t -> struct targetZachary T Welch2009-11-131-2/+2
* trace_t -> struct traceZachary T Welch2009-11-131-2/+2
* trace_point_t -> struct trace_pointZachary T Welch2009-11-131-3/+3
* src/target: remove 'extern' and wrap headersZachary T Welch2009-11-091-2/+2
* Transform 'u64' to 'uint64_t'zwelch2009-06-181-1/+1
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-7/+7
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-2/+3
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-5/+5
* - add verify_image commandntfreak2007-10-221-0/+3
* - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath2007-08-141-2/+7
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-0/+14
* - added manpage for OpenOCD (thanks to Uwe Hermann)drath2007-06-141-0/+3
* - add missing file src/target/trace.hdrath2007-05-291-0/+34