| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM ETM/ETB/trace: help/usage updates | David Brownell | 2010-01-07 | 1 | -3/+3 |
* | oocd_trace buildfixes | David Brownell | 2009-12-19 | 1 | -4/+4 |
* | target files shouldn't #include <target/...h> | David Brownell | 2009-12-13 | 1 | -0/+1 |
* | ARM: use <target/arm.h> not armv4_5.h | David Brownell | 2009-12-07 | 1 | -1/+1 |
* | remove register_commands from etm_capture_driver | Zachary T Welch | 2009-11-24 | 1 | -16/+11 |
* | oocd_trace: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -10/+32 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -4/+4 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -13/+13 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -1/+1 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -1/+1 |
* | command_t -> struct command | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | etm_context_t -> struct etm_context | Zachary T Welch | 2009-11-13 | 1 | -5/+5 |
* | oocd_trace_t -> struct oocd_trace | Zachary T Welch | 2009-11-13 | 1 | -13/+13 |
* | etmv1_trace_data_t -> struct etmv1_trace_data | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | etm_capture_driver_t -> struct etm_capture_driver | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | ETM: remove old mid-level ETM handle | David Brownell | 2009-11-11 | 1 | -1/+1 |
* | ETM: update port drivers | David Brownell | 2009-11-11 | 1 | -30/+29 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -8/+8 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | Transform 'u32' to 'uint32_t' in src/target | zwelch | 2009-06-18 | 1 | -11/+11 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -10/+10 |
* | Remove trailing whitespace from oocd_trace source file. | zwelch | 2009-05-30 | 1 | -52/+52 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-05-30 | 1 | -0/+5 |
* | Define _GNU_SOURCE in config.h, remove definitions from source files. | zwelch | 2009-05-12 | 1 | -5/+0 |
* | Audit and eliminate redundant #include directives in other target files. | zwelch | 2009-05-11 | 1 | -12/+1 |
* | David Brownell david-b at pacbell.net fix warnings | oharboe | 2009-05-07 | 1 | -2/+2 |
* | Add static keywords to core target source file data and functions. | zwelch | 2009-04-30 | 1 | -11/+13 |
* | Zach Welch <zw@superlucidity.net> wrap _GNU_SOURCE defines | oharboe | 2009-04-27 | 1 | -0/+2 |
* | Zach Welch <zw@superlucidity.net> fix -Werror warnings | oharboe | 2009-04-19 | 1 | -2/+3 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -13/+13 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 1 | -9/+9 |
* | - renamed M5960 USB JTAG to "flyswatter" | drath | 2007-08-10 | 1 | -3/+3 |
* | - calculate cycles since last executed instruction when cycle-accurate tracin... | drath | 2007-07-31 | 1 | -0/+429 |