| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | target: factor init to 'target init' | Zachary T Welch | 2009-12-02 | 1 | -0/+23 |
* | target: factor target_init() into pieces | Zachary T Welch | 2009-12-02 | 1 | -69/+84 |
* | target: "mcr" and "mrc" are ARM-specific | David Brownell | 2009-12-01 | 1 | -199/+0 |
* | do not extern 'interp' from command.c | Zachary T Welch | 2009-11-30 | 1 | -4/+7 |
* | target: avoid using interp global variable | Zachary T Welch | 2009-11-30 | 1 | -9/+10 |
* | explode tcl_target_func into many handlers | Zachary T Welch | 2009-11-28 | 1 | -387/+521 |
* | split jim_target into multiple handlers | Zachary T Welch | 2009-11-28 | 1 | -109/+137 |
* | target: uplevel add_{break,watch}point() error checks | David Brownell | 2009-11-28 | 1 | -0/+8 |
* | target: groundwork for "reset-assert" event | David Brownell | 2009-11-27 | 1 | -2/+17 |
* | target: create and use target_name() | David Brownell | 2009-11-25 | 1 | -16/+19 |
* | target: target_get_name() --> target_type_name() | David Brownell | 2009-11-25 | 1 | -7/+11 |
* | add 'testee' target type | Zachary T Welch | 2009-11-25 | 1 | -0/+2 |
* | add jim_handler to command_registration | Zachary T Welch | 2009-11-24 | 1 | -23/+45 |
* | remove target_type register_command callback | Zachary T Welch | 2009-11-24 | 1 | -5/+7 |
* | target: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -104/+201 |
* | 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 |