aboutsummaryrefslogtreecommitdiff
path: root/src/target/etm.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-18target: use boolean values for 'valid' and 'dirty' flagsAntonio Borneo1-2/+2
2023-05-06target: etm: fix check trace statusAntonio Borneo1-1/+1
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-11-23openocd: use single line for register_commands*()Antonio Borneo1-2/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-1/+1
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-1/+1
2021-04-18helper/command: pass command prefix to command registrationAntonio Borneo1-2/+1
2021-03-19oocd_trace: drop the code, deprecated in v0.10.0Antonio Borneo1-8/+0
2020-12-05target/register: use an array of uint8_t for register's valueAntonio Borneo1-1/+1
2020-11-07target/image: Use proper data typesMarc Schink1-6/+5
2020-06-06coding style: fix multi-line dereferencingAntonio Borneo1-2/+2
2020-03-07helper/binarybuffer: fix clang static analyzer warningsTomas Vanek1-4/+4
2020-01-16target/etm: add check for calloc errorTomas Vanek1-0/+6
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-89/+89
2019-05-14target/etm: change prototype of etmv1_analyze_trace()Paul Fertser1-14/+14
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29helper/fileio: Remove nested structMarc Schink1-20/+20
2015-12-29target/arm: Remove usage of struct arm_jtag in ARMv7 targetsAndreas Fritiofson1-2/+2
2015-11-03helper/fileio: Use size_t for file size.Marc Schink1-1/+1
2015-01-30Use (uint8_t *) for buf_(set|get)_u(32|64) instead of (void *)Paul Fertser1-2/+2
2014-10-06target: constify structuresSpencer Oliver1-1/+1
2014-01-19target: fix typosSpencer Oliver1-7/+7
2013-10-31Remove unnecessary (void *)Andreas Fritiofson1-2/+2
2013-07-17etm: prevent segfault when reading bogus informationPaul Fertser1-0/+9
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
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