aboutsummaryrefslogtreecommitdiff
path: root/src/target/oocd_trace.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-15oocd_trace: fix warningsPaul Fertser1-0/+9
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-62/+30
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+3
2012-01-04Change return value on error.Mathias K1-3/+2
2011-01-09nit: more LOG_* \n fixesEric Wetzel1-3/+3
2010-01-07ARM ETM/ETB/trace: help/usage updatesDavid Brownell1-3/+3
2009-12-19oocd_trace buildfixesDavid Brownell1-4/+4
2009-12-13target files shouldn't #include <target/...h>David Brownell1-0/+1
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-16/+11
2009-11-24oocd_trace: use register_commands()Zachary T Welch1-10/+32
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-4/+4
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-13/+13
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-1/+1
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-1/+1
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-2/+2
2009-11-13target_t -> struct targetZachary T Welch1-3/+3
2009-11-13etm_context_t -> struct etm_contextZachary T Welch1-5/+5
2009-11-13oocd_trace_t -> struct oocd_traceZachary T Welch1-13/+13
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-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-3/+3
2009-11-11ETM: remove old mid-level ETM handleDavid Brownell1-1/+1
2009-11-11ETM: update port driversDavid Brownell1-30/+29
2009-06-23- Fixes '+' whitespacezwelch1-8/+8
2009-06-23- Replace 'if(' with 'if ('.zwelch1-1/+1
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-11/+11
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-10/+10
2009-05-30Remove trailing whitespace from oocd_trace source file.zwelch1-52/+52
2009-05-30David Brownell <david-b@pacbell.net>:zwelch1-0/+5
2009-05-12Define _GNU_SOURCE in config.h, remove definitions from source files.zwelch1-5/+0
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-12/+1
2009-05-07David Brownell david-b at pacbell.net fix warningsoharboe1-2/+2
2009-04-30Add static keywords to core target source file data and functions.zwelch1-11/+13
2009-04-27Zach Welch <zw@superlucidity.net> wrap _GNU_SOURCE definesoharboe1-0/+2
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-2/+3
2008-12-13- remove target specific variant and use target->variant memberntfreak1-13/+13
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-9/+9
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-3/+3
2007-07-31- calculate cycles since last executed instruction when cycle-accurate tracin...drath1-0/+429