aboutsummaryrefslogtreecommitdiff
path: root/src/target/etb.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2020-03-07helper/binarybuffer: fix clang static analyzer warningsTomas Vanek1-6/+6
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-7/+7
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo1-0/+1
2019-03-06target/etb: Use 'bool' data typeMarc Schink1-4/+4
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-01-30Use (uint8_t *) for buf_(set|get)_u(32|64) instead of (void *)Paul Fertser1-1/+1
2014-10-06target: constify structuresSpencer Oliver1-1/+1
2014-01-19target: fix typosSpencer Oliver1-3/+2
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-93/+56
2011-08-01etb: fix incorrect previous patchsetJie Zhang1-0/+12
2011-06-07Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - leftover ch...Freddie Chopin1-10/+0
2010-09-20warnings: fix alignment warningsØyvind Harboe1-1/+1
2010-03-21jtag: make out_value constØyvind Harboe1-35/+33
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe1-3/+0
2010-03-19jtag: remove unecessary usage of jtag_get_end_state().Øyvind Harboe1-2/+2
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe1-4/+4
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe1-1/+1
2010-03-08jtag: retire tap fieldØyvind Harboe1-17/+6
2010-01-07ARM ETM/ETB/trace: help/usage updatesDavid Brownell1-4/+8
2009-12-19ETM: start cleaning up ETM_CTRL bit handlingDavid Brownell1-7/+7
2009-12-19ETM trigger_percent becomes an ETB commandDavid Brownell1-2/+55
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell1-1/+1
2009-11-24remove register_commands from etm_capture_driverZachary T Welch1-6/+1
2009-11-24etb: use register_commands()Zachary T Welch1-8/+20
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-2/+2
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-2/+2
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-5/+5
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-1/+1
2009-11-17target: simplify register get/set opsDavid Brownell1-7/+6
2009-11-16target: less implicit inclusion of "etm.h"David Brownell1-0/+1
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch1-2/+2
2009-11-16target: no implicit #includes of "register.h"David Brownell1-0/+1
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell1-2/+0
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-1/+1
2009-11-13reg_t -> struct regZachary T Welch1-15/+15
2009-11-13etm_context_t -> struct etm_contextZachary T Welch1-5/+5
2009-11-13etb_t -> struct etbZachary T Welch1-10/+10
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-2/+2
2009-11-13etmv1_trace_data_t -> struct etmv1_trace_dataZachary T Welch1-1/+1
2009-11-13etm_capture_driver_t -> struct etm_capture_driverZachary T Welch1-1/+1
2009-11-13etb_reg_t -> struct etb_regZachary T Welch1-4/+4
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-5/+5
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-2/+2
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-1/+1
2009-11-11ETM: remove old mid-level ETM handleDavid Brownell1-1/+1