aboutsummaryrefslogtreecommitdiff
path: root/src/target/etm.c
AgeCommit message (Expand)Author
2010-01-07ARM ETM/ETB/trace: help/usage updatesDavid Brownell
2009-12-19ETM: add "etm trigger_debug" commandDavid Brownell
2009-12-19ETM: more ETM_CTRL bit cleanupDavid Brownell
2009-12-19ETM: start cleaning up ETM_CTRL bit handlingDavid Brownell
2009-12-19ETM trigger_percent becomes an ETB commandDavid Brownell
2009-12-09ETM: only include oocd_trace.h when tracing enabled.Spencer Oliver
2009-12-08target: remove needless "extern"sDavid Brownell
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell
2009-11-25target: create and use target_name()David Brownell
2009-11-25target: target_get_name() --> target_type_name()David Brownell
2009-11-24remove register_commands from etm_capture_driverZachary T Welch
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-24etm: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-19target: create/use register_cache_invalidate()David Brownell
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-17target: simplify register get/set opsDavid Brownell
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