aboutsummaryrefslogtreecommitdiff
path: root/src/target/etm.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-1/+1
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-01-30Use (uint8_t *) for buf_(set|get)_u(32|64) instead of (void *)Paul Fertser1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-21/+13
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-1/+1
2009-12-19ETM: more ETM_CTRL bit cleanupDavid Brownell1-21/+9
2009-12-19ETM: start cleaning up ETM_CTRL bit handlingDavid Brownell1-16/+41
2009-12-19ETM trigger_percent becomes an ETB commandDavid Brownell1-1/+0
2009-12-13target files shouldn't #include <target/...h>David Brownell1-2/+2
2009-12-04ARM: misc generic cleanupDavid Brownell1-1/+1
2009-12-04ARM: rename armv4_5_state_* as arm_state_*David Brownell1-1/+1
2009-12-03change #include "trace.h" to <target/trace.h>Zachary T Welch1-1/+1
2009-12-03change #include "arm_jtag.h" to <target/arm_jtag.h>Zachary T Welch1-1/+1
2009-11-24remove register_commands from etm_capture_driverZachary T Welch1-1/+1
2009-11-24remove target_type register_command callbackZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-2/+2
2009-11-13target_t -> struct targetZachary T Welch1-3/+3
2009-11-13image_t -> struct imageZachary T Welch1-2/+2
2009-11-13etm_context_t -> struct etm_contextZachary T Welch1-9/+9
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-2/+2
2009-11-13etmv1_trace_data_t -> struct etmv1_trace_dataZachary T Welch1-3/+3
2009-11-13etm_capture_driver_t -> struct etm_capture_driverZachary T Welch1-3/+3
2009-11-13etm_reg_t -> struct etm_regZachary T Welch1-2/+2
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch1-2/+2
2009-11-12ETM: start support for ETMv2+David Brownell1-1/+9
2009-11-11ETM: remove old mid-level ETM handleDavid Brownell1-2/+1
2009-11-11ETM cleanupDavid Brownell1-7/+7
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch1-2/+4
2009-09-23When setting up an ETM, cache its ETM_CONFIG register. Thendbrownell1-0/+2
2009-09-23Start cleaning up ETM register handling. On one ARM926 ETM+ETBdbrownell1-7/+16
2009-09-23Initial ETM cleanups. Most of these are cosmetic:dbrownell1-30/+19
2009-06-23- Fixes '>=' whitespacezwelch1-1/+1
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-14/+14
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-3/+3
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-5/+3
2009-05-08whitespace fixesoharboe1-6/+6
2008-04-16Update Embedded ICE registers explicitly during target->type->examine() insteadoharboe1-0/+1
2008-02-25- convert all files to unix line-endingdrath1-214/+214
2007-08-16- update jtag_speed setting when changing it during runtime with a FT2232 bas...drath1-0/+1
2007-07-31- calculate cycles since last executed instruction when cycle-accurate tracin...drath1-0/+2
2007-07-15- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath1-1/+2
2007-06-14- added manpage for OpenOCD (thanks to Uwe Hermann)drath1-4/+14
2007-05-30- reworked image handling to support multiple sections (tested with ihex file...drath1-1/+2
2007-05-29- split fileio handling into fileio part and image handlingdrath1-4/+127
2006-09-28- str9x flash support (Thanks to Spencer Oliver)drath1-1/+1
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+76