openocd: fix SPDX tag format for files .c
[fw/openocd] / src / target / etm.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-07-23 Antonio Borneoopenocd: src/target: replace the GPL-2.0-or-later licen...
2021-11-23 Antonio Borneoopenocd: use single line for register_commands*()
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2]
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2021-04-18 Antonio Borneohelper/command: pass command prefix to command registration
2021-03-19 Antonio Borneooocd_trace: drop the code, deprecated in v0.10.0
2020-12-05 Antonio Borneotarget/register: use an array of uint8_t for register...
2020-11-07 Marc Schinktarget/image: Use proper data types
2020-06-06 Antonio Borneocoding style: fix multi-line dereferencing
2020-03-07 Tomas Vanekhelper/binarybuffer: fix clang static analyzer warnings
2020-01-16 Tomas Vanektarget/etm: add check for calloc error
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-05-14 Paul Fertsertarget/etm: change prototype of etmv1_analyze_trace()
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-02-29 Marc Schinkhelper/fileio: Remove nested struct
2015-12-29 Andreas Fritiofsontarget/arm: Remove usage of struct arm_jtag in ARMv7...
2015-11-03 Marc Schinkhelper/fileio: Use size_t for file size.
2015-01-30 Paul FertserUse (uint8_t *) for buf_(set|get)_u(32|64) instead...
2014-10-06 Spencer Olivertarget: constify structures
2014-01-19 Spencer Olivertarget: fix typos
2013-10-31 Andreas FritiofsonRemove unnecessary (void *)
2013-07-17 Paul Fertseretm: prevent segfault when reading bogus information
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-18 Spencer Olivercmd: add missing usage vars
2012-01-04 Mathias KChange return value on error.
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-11-04 Øyvind Harboeetm: fix warning by removing assignment that is immedia...
2011-01-03 Øyvind Harboeerror handling: the error number is not part of the...
2010-09-29 Øyvind Harboefileio: fileio_size() can now fail
2010-09-29 Øyvind Harboefileio: refactor struct fileio to be an opaque structure
2010-07-20 Øyvind Harboearm_jtag_scann error propagation fixes
2010-07-19 Øyvind Harboearm: error propagation of arm_jtag_set_instr
2010-05-31 Jon Poveyetm: print something when trace buffer empty
2010-03-21 Øyvind Harboejtag: make out_value const
2010-03-19 Øyvind Harboejtag: retire jtag_get/set_end_state()
2010-03-18 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2010-03-18 Øyvind Harboejtag: retire one instance of jtag_get_end_state() usage
2010-03-18 Øyvind Harboejtag: cut down on usage of unintended modification...
2010-03-16 Bradey Honsingerimage loading: fix problem with offsets > 0x80000000
2010-03-08 Øyvind Harboejtag: retire tap field
2010-01-07 David BrownellARM ETM/ETB/trace: help/usage updates
2009-12-19 David BrownellETM: add "etm trigger_debug" command
2009-12-19 David BrownellETM: more ETM_CTRL bit cleanup
2009-12-19 David BrownellETM: start cleaning up ETM_CTRL bit handling
2009-12-19 David BrownellETM trigger_percent becomes an ETB command
2009-12-09 Spencer OliverETM: only include oocd_trace.h when tracing enabled.
2009-12-08 David Brownelltarget: remove needless "extern"s
2009-12-07 David BrownellARM: use <target/arm.h> not armv4_5.h
2009-12-05 David BrownellARM: rename ARMV4_5_STATE_* as ARM_STATE_*
2009-11-26 David Brownelltarget: create and use target_name()
2009-11-26 David Brownelltarget: target_get_name() --> target_type_name()
2009-11-25 Zachary T Welchremove register_commands from etm_capture_driver
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-25 Zachary T Welchetm: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-20 David Brownelltarget: create/use register_cache_invalidate()
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ENABLE macro where appropriate
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-17 David Brownelltarget: simplify register get/set ops
2009-11-16 Zachary T Welchfileio: improve API types
2009-11-16 David Brownelltarget: less implicit inclusion of "etm.h"
2009-11-16 Zachary T Welchmove ARRAY_SIZE macro to types.h
2009-11-16 David Brownelltarget: no implicit #includes of "register.h"
2009-11-14 David BrownellETM: simplify ETM initialization code paths
2009-11-13 Zachary T Welchcommand_t -> struct command
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchreg_t -> struct reg
2009-11-13 Zachary T Welchimage_t -> struct image
2009-11-13 Zachary T Welchetm_context_t -> struct etm_context
2009-11-13 Zachary T Welchetb_t -> struct etb
2009-11-13 Zachary T Welcharm_instruction_t -> struct arm_instruction
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welchetmv1_trace_data_t -> struct etmv1_trace_data
2009-11-13 Zachary T Welchetm_capture_driver_t -> struct etm_capture_driver
2009-11-13 Zachary T Welchetm_reg_t -> struct etm_reg
2009-11-13 Zachary T Welcharm_jtag_t -> struct arm_jtag
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchfileio_t -> struct fileio
2009-11-13 Zachary T Welchuse CALL_COMMAND_HANDLER instead of direct calls
2009-11-13 Zachary T Welchuse COMMAND_HELPER for command helper functions
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-13 David BrownellETM: start support for ETMv2+
2009-11-12 David BrownellETM: remove old mid-level ETM handle
2009-11-12 David BrownellETM: use new toplevel ETM handle
2009-11-12 David BrownellARM: start generalized base type
2009-11-11 David BrownellETM cleanup
2009-11-06 David BrownellARM: other code uses the new inheritance/nesting scheme
2009-11-06 Zachary T WelchImprove ETM tracemode update command.
2009-11-06 Zachary T WelchImprove etm command argument parsing.
2009-10-22 David BrownellETM: rename registers, doc tweaks
2009-10-12 Øyvind HarboeMerge commit 'origin/master'
2009-10-10 David Brownellprintf format warning fixes
2009-10-02 dbrownellMinor ETB and ETM bugfixes and doc updates
2009-09-29 dbrownellETM: fix build issue on MinGW.
next