aboutsummaryrefslogtreecommitdiff
path: root/src/target/etm.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-06build: cleanup src/target directorySpencer Oliver1-428/+307
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+7
2012-01-04Change return value on error.Mathias K1-14/+5
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-4/+4
2011-11-04etm: fix warning by removing assignment that is immediately overwrittenØyvind Harboe1-1/+0
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe1-3/+4
2010-09-29fileio: fileio_size() can now failØyvind Harboe1-1/+9
2010-09-29fileio: refactor struct fileio to be an opaque structureØyvind Harboe1-1/+1
2010-07-20arm_jtag_scann error propagation fixesØyvind Harboe1-2/+6
2010-07-19arm: error propagation of arm_jtag_set_instrØyvind Harboe1-2/+8
2010-05-31etm: print something when trace buffer emptyJon Povey1-0/+5
2010-03-21jtag: make out_value constØyvind Harboe1-10/+9
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe1-2/+0
2010-03-18jtag: retire one instance of jtag_get_end_state() usageØyvind Harboe1-4/+4
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe1-3/+3
2010-03-16image loading: fix problem with offsets > 0x80000000Bradey Honsinger1-1/+1
2010-03-08jtag: retire tap fieldØyvind Harboe1-9/+3
2010-01-07ARM ETM/ETB/trace: help/usage updatesDavid Brownell1-20/+34
2009-12-19ETM: add "etm trigger_debug" commandDavid Brownell1-4/+62
2009-12-19ETM: more ETM_CTRL bit cleanupDavid Brownell1-35/+40
2009-12-19ETM: start cleaning up ETM_CTRL bit handlingDavid Brownell1-13/+15
2009-12-19ETM trigger_percent becomes an ETB commandDavid Brownell1-49/+0
2009-12-09ETM: only include oocd_trace.h when tracing enabled.Spencer Oliver1-0/+3
2009-12-08target: remove needless "extern"sDavid Brownell1-7/+3
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell1-1/+1
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell1-9/+9
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