| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Improve ETM tracemode update command. | Zachary T Welch | 2009-11-05 | 1 | -88/+84 |
* | Improve etm command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -4/+9 |
* | ETM: rename registers, doc tweaks | David Brownell | 2009-10-22 | 1 | -47/+54 |
* | printf format warning fixes | David Brownell | 2009-10-10 | 1 | -10/+10 |
* | Minor ETB and ETM bugfixes and doc updates | dbrownell | 2009-10-02 | 1 | -7/+36 |
* | ETM: fix build issue on MinGW. | dbrownell | 2009-09-29 | 1 | -20/+21 |
* | When setting up an ETM, cache its ETM_CONFIG register. Then | dbrownell | 2009-09-23 | 1 | -51/+176 |
* | Start cleaning up ETM register handling. On one ARM926 ETM+ETB | dbrownell | 2009-09-23 | 1 | -160/+160 |
* | Initial ETM cleanups. Most of these are cosmetic: | dbrownell | 2009-09-23 | 1 | -53/+94 |
* | Steve Grubb <sgrubb@redhat.com> fix various and sundry leaks | oharboe | 2009-08-24 | 1 | -0/+12 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -4/+4 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -25/+27 |