aboutsummaryrefslogtreecommitdiff
path: root/src/target/etm.h
AgeCommit message (Expand)AuthorFilesLines
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