summaryrefslogtreecommitdiff
path: root/src/target/etm.c
Commit message (Expand)AuthorAgeFilesLines
* error handling: the error number is not part of the user interfaceØyvind Harboe2011-01-031-3/+4
* fileio: fileio_size() can now failØyvind Harboe2010-09-291-1/+9
* fileio: refactor struct fileio to be an opaque structureØyvind Harboe2010-09-291-1/+1
* arm_jtag_scann error propagation fixesØyvind Harboe2010-07-201-2/+6
* arm: error propagation of arm_jtag_set_instrØyvind Harboe2010-07-191-2/+8
* etm: print something when trace buffer emptyJon Povey2010-05-311-0/+5
* jtag: make out_value constØyvind Harboe2010-03-211-10/+9
* jtag: retire jtag_get/set_end_state()Øyvind Harboe2010-03-191-2/+0
* jtag: retire one instance of jtag_get_end_state() usageØyvind Harboe2010-03-181-4/+4
* jtag: cut down on usage of unintended modification of global end stateØyvind Harboe2010-03-181-3/+3
* image loading: fix problem with offsets > 0x80000000Bradey Honsinger2010-03-161-1/+1
* jtag: retire tap fieldØyvind Harboe2010-03-081-9/+3
* 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