aboutsummaryrefslogtreecommitdiff
path: root/src/target/etm.c
AgeCommit message (Expand)AuthorFilesLines
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
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