summaryrefslogtreecommitdiff
path: root/src/target/oocd_trace.c
Commit message (Expand)AuthorAgeFilesLines
* nit: more LOG_* \n fixesEric Wetzel2011-01-091-3/+3
* ARM ETM/ETB/trace: help/usage updatesDavid Brownell2010-01-071-3/+3
* oocd_trace buildfixesDavid Brownell2009-12-191-4/+4
* target files shouldn't #include <target/...h>David Brownell2009-12-131-0/+1
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-071-1/+1
* remove register_commands from etm_capture_driverZachary T Welch2009-11-241-16/+11
* oocd_trace: use register_commands()Zachary T Welch2009-11-241-10/+32
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-4/+4
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-13/+13
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-1/+1
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-1/+1
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-2/+2
* target_t -> struct targetZachary T Welch2009-11-131-3/+3
* etm_context_t -> struct etm_contextZachary T Welch2009-11-131-5/+5
* oocd_trace_t -> struct oocd_traceZachary T Welch2009-11-131-13/+13
* etmv1_trace_data_t -> struct etmv1_trace_dataZachary T Welch2009-11-131-1/+1
* etm_capture_driver_t -> struct etm_capture_driverZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-3/+3
* ETM: remove old mid-level ETM handleDavid Brownell2009-11-111-1/+1
* ETM: update port driversDavid Brownell2009-11-111-30/+29
* - Fixes '+' whitespacezwelch2009-06-231-8/+8
* - Replace 'if(' with 'if ('.zwelch2009-06-231-1/+1
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-11/+11
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-10/+10
* Remove trailing whitespace from oocd_trace source file.zwelch2009-05-301-52/+52
* David Brownell <david-b@pacbell.net>:zwelch2009-05-301-0/+5
* Define _GNU_SOURCE in config.h, remove definitions from source files.zwelch2009-05-121-5/+0
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-12/+1
* David Brownell david-b at pacbell.net fix warningsoharboe2009-05-071-2/+2
* Add static keywords to core target source file data and functions.zwelch2009-04-301-11/+13
* Zach Welch <zw@superlucidity.net> wrap _GNU_SOURCE definesoharboe2009-04-271-0/+2
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-2/+3
* - remove target specific variant and use target->variant memberntfreak2008-12-131-13/+13
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-9/+9
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-3/+3
* - calculate cycles since last executed instruction when cycle-accurate tracin...drath2007-07-311-0/+429