aboutsummaryrefslogtreecommitdiff
path: root/src/target/etm.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-25target: create and use target_name()David Brownell1-1/+2
2009-11-25target: target_get_name() --> target_type_name()David Brownell1-1/+1
2009-11-24remove register_commands from etm_capture_driverZachary T Welch1-2/+3
2009-11-24remove target_type register_command callbackZachary T Welch1-6/+1
2009-11-24etm: use register_commands()Zachary T Welch1-37/+89
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-12/+12
2009-11-19target: create/use register_cache_invalidate()David Brownell1-1/+1
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch1-16/+5
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-97/+97
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-31/+31
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-8/+8
2009-11-17target: simplify register get/set opsDavid Brownell1-8/+5
2009-11-16fileio: improve API typesZachary T Welch1-1/+1
2009-11-16target: less implicit inclusion of "etm.h"David Brownell1-0/+1
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch1-2/+0
2009-11-16target: no implicit #includes of "register.h"David Brownell1-0/+1
2009-11-13ETM: simplify ETM initialization code pathsDavid Brownell1-8/+8
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