aboutsummaryrefslogtreecommitdiff
path: root/src/target/etm.c
AgeCommit message (Expand)Author
2012-02-06build: cleanup src/target directorySpencer Oliver
2012-01-18cmd: add missing usage varsSpencer Oliver
2012-01-04Change return value on error.Mathias K
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-11-04etm: fix warning by removing assignment that is immediately overwrittenØyvind Harboe
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe
2010-09-29fileio: fileio_size() can now failØyvind Harboe
2010-09-29fileio: refactor struct fileio to be an opaque structureØyvind Harboe
2010-07-20arm_jtag_scann error propagation fixesØyvind Harboe
2010-07-19arm: error propagation of arm_jtag_set_instrØyvind Harboe
2010-05-31etm: print something when trace buffer emptyJon Povey
2010-03-21jtag: make out_value constØyvind Harboe
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe
2010-03-18jtag: retire one instance of jtag_get_end_state() usageØyvind Harboe
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe
2010-03-16image loading: fix problem with offsets > 0x80000000Bradey Honsinger
2010-03-08jtag: retire tap fieldØyvind Harboe
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