summaryrefslogtreecommitdiff
path: root/src/target/etm.c
Commit message (Expand)AuthorAgeFilesLines
* ARM ETM/ETB/trace: help/usage updatesDavid Brownell2010-01-071-20/+34
* ETM: add "etm trigger_debug" commandDavid Brownell2009-12-191-4/+62
* ETM: more ETM_CTRL bit cleanupDavid Brownell2009-12-191-35/+40
* ETM: start cleaning up ETM_CTRL bit handlingDavid Brownell2009-12-191-13/+15
* ETM trigger_percent becomes an ETB commandDavid Brownell2009-12-191-49/+0
* ETM: only include oocd_trace.h when tracing enabled.Spencer Oliver2009-12-091-0/+3
* target: remove needless "extern"sDavid Brownell2009-12-081-7/+3
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-071-1/+1
* ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell2009-12-041-9/+9
* target: create and use target_name()David Brownell2009-11-251-1/+2
* target: target_get_name() --> target_type_name()David Brownell2009-11-251-1/+1
* remove register_commands from etm_capture_driverZachary T Welch2009-11-241-2/+3
* remove target_type register_command callbackZachary T Welch2009-11-241-6/+1
* etm: use register_commands()Zachary T Welch2009-11-241-37/+89
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-12/+12
* target: create/use register_cache_invalidate()David Brownell2009-11-191-1/+1
* use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch2009-11-181-16/+5
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-97/+97
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-31/+31
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-8/+8
* target: simplify register get/set opsDavid Brownell2009-11-171-8/+5
* fileio: improve API typesZachary T Welch2009-11-161-1/+1
* target: less implicit inclusion of "etm.h"David Brownell2009-11-161-0/+1
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-161-2/+0
* target: no implicit #includes of "register.h"David Brownell2009-11-161-0/+1
* ETM: simplify ETM initialization code pathsDavid Brownell2009-11-131-8/+8
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-4/+4
* target_t -> struct targetZachary T Welch2009-11-131-13/+13
* reg_t -> struct regZachary T Welch2009-11-131-21/+21
* image_t -> struct imageZachary T Welch2009-11-131-1/+1
* etm_context_t -> struct etm_contextZachary T Welch2009-11-131-20/+20
* etb_t -> struct etbZachary T Welch2009-11-131-1/+1
* arm_instruction_t -> struct arm_instructionZachary T Welch2009-11-131-2/+2
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-4/+4
* etmv1_trace_data_t -> struct etmv1_trace_dataZachary T Welch2009-11-131-1/+1
* etm_capture_driver_t -> struct etm_capture_driverZachary T Welch2009-11-131-3/+3
* etm_reg_t -> struct etm_regZachary T Welch2009-11-131-6/+6
* arm_jtag_t -> struct arm_jtagZachary T Welch2009-11-131-2/+2
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-2/+2
* fileio_t -> struct fileioZachary T Welch2009-11-131-2/+2
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-131-1/+1
* use COMMAND_HELPER for command helper functionsZachary T Welch2009-11-131-4/+3
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-22/+11
* ETM: start support for ETMv2+David Brownell2009-11-121-22/+120
* ETM: remove old mid-level ETM handleDavid Brownell2009-11-111-2/+1
* ETM: use new toplevel ETM handleDavid Brownell2009-11-111-58/+50
* ARM: start generalized base typeDavid Brownell2009-11-111-14/+3
* ETM cleanupDavid Brownell2009-11-111-93/+109
* ARM: other code uses the new inheritance/nesting schemeDavid Brownell2009-11-051-2/+1