aboutsummaryrefslogtreecommitdiff
path: root/src/target/etm_dummy.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-1/+1
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo1-0/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-11/+5
2010-01-07ARM ETM/ETB/trace: help/usage updatesDavid Brownell1-2/+2
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-24etm_dummy: use register_commands()Zachary T Welch1-7/+20
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-2/+2
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-1/+1
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-3/+3
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-13etm_context_t -> struct etm_contextZachary T Welch1-5/+5
2009-11-13etm_capture_driver_t -> struct etm_capture_driverZachary T Welch1-1/+1
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
2009-11-11ETM: update port driversDavid Brownell1-6/+6
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf1-2/+2
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-12/+1
2009-04-30Add static keywords to core target source file data and functions.zwelch1-7/+7
2008-11-19error checking - no reported errors, but catched a couple of exit()'s and con...oharboe1-8/+9
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-2/+2
2007-07-15- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath1-0/+116