]> git.sur5r.net Git - openocd/history - src/target/oocd_trace.c
Remove FSF address from GPL notices
[openocd] / src / target / oocd_trace.c
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2013-07-15 Paul Fertseroocd_trace: fix warnings
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.
2011-01-09 Eric Wetzelnit: more LOG_* \n fixes
2010-01-07 David BrownellARM ETM/ETB/trace: help/usage updates
2009-12-19 David Brownelloocd_trace buildfixes
2009-12-13 David Brownelltarget files shouldn't #include <target/...h>
2009-12-07 David BrownellARM: use <target/arm.h> not armv4_5.h
2009-11-25 Zachary T Welchremove register_commands from etm_capture_driver
2009-11-25 Zachary T Welchoocd_trace: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
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-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 Welchetm_context_t -> struct etm_context
2009-11-13 Zachary T Welchoocd_trace_t -> struct oocd_trace
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 Welchuse COMMAND_HANDLER macro to define all commands
2009-11-12 David BrownellETM: remove old mid-level ETM handle
2009-11-12 David BrownellETM: update port drivers
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-05-30 zwelchRemove trailing whitespace from oocd_trace source file.
2009-05-30 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-12 zwelchDefine _GNU_SOURCE in config.h, remove definitions...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-07 oharboeDavid Brownell david-b at pacbell.net fix warnings
2009-04-30 zwelchAdd static keywords to core target source file data...
2009-04-27 oharboeZach Welch <zw@superlucidity.net> wrap _GNU_SOURCE...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-07-31 drath- calculate cycles since last executed instruction...