aboutsummaryrefslogtreecommitdiff
path: root/src/target/trace.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+2
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-05-21build: add helper/types.h to config.hSpencer Oliver1-2/+0
2012-02-06build: cleanup src/target directorySpencer Oliver1-6/+4
2010-06-23error number: reviewAntonio Borneo1-2/+2
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch1-1/+1
2009-11-16target: less implicit inclusion of "etm.h"David Brownell1-0/+5
2009-11-13command_context_t -> struct command_contextZachary T Welch1-2/+2
2009-11-13target_t -> struct targetZachary T Welch1-2/+2
2009-11-13trace_t -> struct traceZachary T Welch1-2/+2
2009-11-13trace_point_t -> struct trace_pointZachary T Welch1-3/+3
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch1-2/+2
2009-06-18Transform 'u64' to 'uint64_t'zwelch1-1/+1
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-7/+7
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-2/+3
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-5/+5
2007-10-22- add verify_image commandntfreak1-0/+3
2007-08-14- reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath1-2/+7
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-0/+14
2007-06-14- added manpage for OpenOCD (thanks to Uwe Hermann)drath1-0/+3
2007-05-29- add missing file src/target/trace.hdrath1-0/+34