aboutsummaryrefslogtreecommitdiff
path: root/src/target/etm.c
AgeCommit message (Expand)Author
2009-11-16fileio: improve API typesZachary T Welch
2009-11-16target: less implicit inclusion of "etm.h"David Brownell
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch
2009-11-16target: no implicit #includes of "register.h"David Brownell
2009-11-13ETM: simplify ETM initialization code pathsDavid Brownell
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13reg_t -> struct regZachary T Welch
2009-11-13image_t -> struct imageZachary T Welch
2009-11-13etm_context_t -> struct etm_contextZachary T Welch
2009-11-13etb_t -> struct etbZachary T Welch
2009-11-13arm_instruction_t -> struct arm_instructionZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch
2009-11-13etmv1_trace_data_t -> struct etmv1_trace_dataZachary T Welch
2009-11-13etm_capture_driver_t -> struct etm_capture_driverZachary T Welch
2009-11-13etm_reg_t -> struct etm_regZachary T Welch
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch
2009-11-13fileio_t -> struct fileioZachary T Welch
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-12ETM: start support for ETMv2+David Brownell
2009-11-11ETM: remove old mid-level ETM handleDavid Brownell
2009-11-11ETM: use new toplevel ETM handleDavid Brownell
2009-11-11ARM: start generalized base typeDavid Brownell
2009-11-11ETM cleanupDavid Brownell
2009-11-05ARM: other code uses the new inheritance/nesting schemeDavid Brownell
2009-11-05Improve ETM tracemode update command.Zachary T Welch
2009-11-05Improve etm command argument parsing.Zachary T Welch
2009-10-22ETM: rename registers, doc tweaksDavid Brownell
2009-10-10printf format warning fixesDavid Brownell
2009-10-02Minor ETB and ETM bugfixes and doc updatesdbrownell
2009-09-29ETM: fix build issue on MinGW.dbrownell
2009-09-23When setting up an ETM, cache its ETM_CONFIG register. Thendbrownell
2009-09-23Start cleaning up ETM register handling. On one ARM926 ETM+ETBdbrownell
2009-09-23Initial ETM cleanups. Most of these are cosmetic:dbrownell
2009-08-24Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe
2009-06-23- Fixes '[|]' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe
2009-05-30David Brownell <david-b@pacbell.net>:zwelch
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch