| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM ETM/ETB/trace: help/usage updates | David Brownell | 2010-01-07 | 1 | -20/+34 |
* | ETM: add "etm trigger_debug" command | David Brownell | 2009-12-19 | 1 | -4/+62 |
* | ETM: more ETM_CTRL bit cleanup | David Brownell | 2009-12-19 | 1 | -35/+40 |
* | ETM: start cleaning up ETM_CTRL bit handling | David Brownell | 2009-12-19 | 1 | -13/+15 |
* | ETM trigger_percent becomes an ETB command | David Brownell | 2009-12-19 | 1 | -49/+0 |
* | ETM: only include oocd_trace.h when tracing enabled. | Spencer Oliver | 2009-12-09 | 1 | -0/+3 |
* | target: remove needless "extern"s | David Brownell | 2009-12-08 | 1 | -7/+3 |
* | ARM: use <target/arm.h> not armv4_5.h | David Brownell | 2009-12-07 | 1 | -1/+1 |
* | ARM: rename ARMV4_5_STATE_* as ARM_STATE_* | David Brownell | 2009-12-04 | 1 | -9/+9 |
* | target: create and use target_name() | David Brownell | 2009-11-25 | 1 | -1/+2 |
* | target: target_get_name() --> target_type_name() | David Brownell | 2009-11-25 | 1 | -1/+1 |
* | remove register_commands from etm_capture_driver | Zachary T Welch | 2009-11-24 | 1 | -2/+3 |
* | remove target_type register_command callback | Zachary T Welch | 2009-11-24 | 1 | -6/+1 |
* | etm: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -37/+89 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -12/+12 |
* | target: create/use register_cache_invalidate() | David Brownell | 2009-11-19 | 1 | -1/+1 |
* | use COMMAND_PARSE_ENABLE macro where appropriate | Zachary T Welch | 2009-11-18 | 1 | -16/+5 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -97/+97 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -31/+31 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -8/+8 |
* | target: simplify register get/set ops | David Brownell | 2009-11-17 | 1 | -8/+5 |
* | fileio: improve API types | Zachary T Welch | 2009-11-16 | 1 | -1/+1 |
* | target: less implicit inclusion of "etm.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | move ARRAY_SIZE macro to types.h | Zachary T Welch | 2009-11-16 | 1 | -2/+0 |
* | target: no implicit #includes of "register.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | ETM: simplify ETM initialization code paths | David Brownell | 2009-11-13 | 1 | -8/+8 |
* | 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 | -4/+4 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -13/+13 |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 1 | -21/+21 |
* | image_t -> struct image | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | etm_context_t -> struct etm_context | Zachary T Welch | 2009-11-13 | 1 | -20/+20 |
* | etb_t -> struct etb | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm_instruction_t -> struct arm_instruction | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | reg_cache_t -> struct reg_cache | Zachary T Welch | 2009-11-13 | 1 | -4/+4 |
* | 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 | -3/+3 |
* | etm_reg_t -> struct etm_reg | Zachary T Welch | 2009-11-13 | 1 | -6/+6 |
* | arm_jtag_t -> struct arm_jtag | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | scan_field_t -> struct scan_field | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | fileio_t -> struct fileio | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | use CALL_COMMAND_HANDLER instead of direct calls | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | use COMMAND_HELPER for command helper functions | Zachary T Welch | 2009-11-13 | 1 | -4/+3 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -22/+11 |
* | ETM: start support for ETMv2+ | David Brownell | 2009-11-12 | 1 | -22/+120 |
* | ETM: remove old mid-level ETM handle | David Brownell | 2009-11-11 | 1 | -2/+1 |
* | ETM: use new toplevel ETM handle | David Brownell | 2009-11-11 | 1 | -58/+50 |
* | ARM: start generalized base type | David Brownell | 2009-11-11 | 1 | -14/+3 |
* | ETM cleanup | David Brownell | 2009-11-11 | 1 | -93/+109 |
* | ARM: other code uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -2/+1 |