aboutsummaryrefslogtreecommitdiff
path: root/src/target/etm.c
AgeCommit message (Expand)Author
2020-03-07helper/binarybuffer: fix clang static analyzer warningsTomas Vanek
2020-01-16target/etm: add check for calloc errorTomas Vanek
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo
2019-05-14target/etm: change prototype of etmv1_analyze_trace()Paul Fertser
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-02-29helper/fileio: Remove nested structMarc Schink
2015-12-29target/arm: Remove usage of struct arm_jtag in ARMv7 targetsAndreas Fritiofson
2015-11-03helper/fileio: Use size_t for file size.Marc Schink
2015-01-30Use (uint8_t *) for buf_(set|get)_u(32|64) instead of (void *)Paul Fertser
2014-10-06target: constify structuresSpencer Oliver
2014-01-19target: fix typosSpencer Oliver
2013-10-31Remove unnecessary (void *)Andreas Fritiofson
2013-07-17etm: prevent segfault when reading bogus informationPaul Fertser
2013-06-05update files to correct FSF addressSpencer Oliver
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