aboutsummaryrefslogtreecommitdiff
path: root/src/target/etm.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-4/+4
2009-11-13target_t -> struct targetZachary T Welch1-13/+13
2009-11-13reg_t -> struct regZachary T Welch1-21/+21
2009-11-13image_t -> struct imageZachary T Welch1-1/+1
2009-11-13etm_context_t -> struct etm_contextZachary T Welch1-20/+20
2009-11-13etb_t -> struct etbZachary T Welch1-1/+1
2009-11-13arm_instruction_t -> struct arm_instructionZachary T Welch1-2/+2
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-4/+4
2009-11-13etmv1_trace_data_t -> struct etmv1_trace_dataZachary T Welch1-1/+1
2009-11-13etm_capture_driver_t -> struct etm_capture_driverZachary T Welch1-3/+3
2009-11-13etm_reg_t -> struct etm_regZachary T Welch1-6/+6
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch1-2/+2
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-2/+2
2009-11-13fileio_t -> struct fileioZachary T Welch1-2/+2
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch1-1/+1
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch1-4/+3
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-22/+11
2009-11-12ETM: start support for ETMv2+David Brownell1-22/+120
2009-11-11ETM: remove old mid-level ETM handleDavid Brownell1-2/+1
2009-11-11ETM: use new toplevel ETM handleDavid Brownell1-58/+50
2009-11-11ARM: start generalized base typeDavid Brownell1-14/+3
2009-11-11ETM cleanupDavid Brownell1-93/+109
2009-11-05ARM: other code uses the new inheritance/nesting schemeDavid Brownell1-2/+1
2009-11-05Improve ETM tracemode update command.Zachary T Welch1-88/+84
2009-11-05Improve etm command argument parsing.Zachary T Welch1-4/+9
2009-10-22ETM: rename registers, doc tweaksDavid Brownell1-47/+54
2009-10-10printf format warning fixesDavid Brownell1-10/+10
2009-10-02Minor ETB and ETM bugfixes and doc updatesdbrownell1-7/+36
2009-09-29ETM: fix build issue on MinGW.dbrownell1-20/+21
2009-09-23When setting up an ETM, cache its ETM_CONFIG register. Thendbrownell1-51/+176
2009-09-23Start cleaning up ETM register handling. On one ARM926 ETM+ETBdbrownell1-160/+160
2009-09-23Initial ETM cleanups. Most of these are cosmetic:dbrownell1-53/+94
2009-08-24Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe1-0/+12
2009-06-23- Fixes '[|]' whitespacezwelch1-2/+2
2009-06-23- Fixes '=' whitespacezwelch1-4/+4
2009-06-23- Fixes '!=' whitespacezwelch1-1/+1
2009-06-21C99 printf() -Werror fixesduane1-25/+27
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-21/+21
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-14/+14
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe1-2/+2
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe1-3/+3
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe1-3/+3
2009-05-30David Brownell <david-b@pacbell.net>:zwelch1-3/+5
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch1-1/+1
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf1-3/+2
2009-05-11fix jtag_add_dr_scan() usage a bit... avoid lots of malloc()'s.oharboe1-10/+6
2009-05-11switch to jtag_add_dr_scan_check() - USB performance fixoharboe1-3/+9
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-16/+2
2009-05-08whitespace fixesoharboe1-17/+6