| Commit message (Expand) | Author | Age | Files | Lines |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -27/+27 |
* | target: reduce stack usage | Øyvind Harboe | 2009-11-22 | 1 | -6/+20 |
* | target: create/use register_cache_invalidate() | David Brownell | 2009-11-19 | 1 | -4/+4 |
* | use COMMAND_PARSE_ON_OFF where appropriate | Zachary T Welch | 2009-11-18 | 1 | -14/+5 |
* | fix regression in md/mw commands | Zachary T Welch | 2009-11-18 | 1 | -4/+2 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -65/+65 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -58/+58 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -44/+44 |
* | target: simplify register get/set ops | David Brownell | 2009-11-17 | 1 | -4/+2 |
* | fileio: improve API types | Zachary T Welch | 2009-11-16 | 1 | -5/+5 |
* | struct fileio: improve member types | Zachary T Welch | 2009-11-16 | 1 | -1/+1 |
* | rename CEIL as DIV_ROUND_UP | Zachary T Welch | 2009-11-16 | 1 | -1/+1 |
* | target: don't implicitly include "breakpoint.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | target: make "examined" flag be per-target | David Brownell | 2009-11-15 | 1 | -13/+6 |
* | Fix for md* commands, similar to mw*. | Krzysztof Dziuba | 2009-11-14 | 1 | -1/+2 |
* | Invalid command syntax errors with MWW. | Dean Glazeski | 2009-11-14 | 1 | -1/+2 |
* | compile with cygwin (32-bit) | Ferdinand Postema | 2009-11-14 | 1 | -7/+9 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -14/+14 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -113/+113 |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | target_type_t -> struct target_type | Zachary T Welch | 2009-11-13 | 1 | -20/+20 |
* | image_t -> struct image | Zachary T Welch | 2009-11-13 | 1 | -4/+4 |
* | trace_t -> struct trace | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | breakpoint_t -> struct breakpoint | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | target_event_action_t -> struct target_event_action | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | target_timer_callback_t -> struct target_timer_callback | Zachary T Welch | 2009-11-13 | 1 | -10/+10 |
* | target_event_callback_t -> struct target_event_callback | Zachary T Welch | 2009-11-13 | 1 | -8/+8 |
* | working_area_t -> struct working_area | Zachary T Welch | 2009-11-13 | 1 | -9/+9 |
* | reg_arch_type_t -> struct reg_arch_type | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | reg_cache_t -> struct reg_cache | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | watchpoint_t -> struct watchpoint | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | reg_param_t -> struct reg_param | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | mem_param_t -> struct mem_param | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | jtag_tap_t -> struct jtag_tap | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | fileio_t -> struct fileio | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | add CMD_NAME macro for command handlers | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | use CALL_COMMAND_HANDLER instead of direct calls | Zachary T Welch | 2009-11-13 | 1 | -5/+5 |
* | use COMMAND_HELPER for command helper functions | Zachary T Welch | 2009-11-13 | 1 | -5/+4 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -25/+23 |
* | add const keyword to some APIs | Zachary T Welch | 2009-11-11 | 1 | -1/+1 |
* | target: MMU-aware init for memory read/write | David Brownell | 2009-11-10 | 1 | -23/+42 |
* | Target: minor cleanup | David Brownell | 2009-11-10 | 1 | -9/+21 |
* | Target: fix bad error messages | David Brownell | 2009-11-10 | 1 | -7/+10 |
* | target.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 1 | -103/+127 |
* | Revert "target: add target->type->has_mmu fn" | David Brownell | 2009-11-09 | 1 | -33/+5 |
* | finish removing deprecated/obsolete commands | David Brownell | 2009-11-09 | 1 | -4/+4 |
* | Overhaul time support API | Zachary T Welch | 2009-11-09 | 1 | -53/+30 |
* | target: don't swap MMU/no-MMU work areas | David Brownell | 2009-11-06 | 1 | -16/+17 |
* | Improve target.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -88/+36 |
* | target: fix ordering of arguments to mcr and mrc commands | Øyvind Harboe | 2009-11-05 | 1 | -7/+7 |