| Commit message (Expand) | Author | Age | Files | Lines |
* | add handle_command_parse_bool command helper | Zachary T Welch | 2009-11-18 | 1 | -45/+10 |
* | ARM: add "core_type" field to "struct arm" | David Brownell | 2009-11-18 | 1 | -4/+17 |
* | ARM: add is_arm_mode() | David Brownell | 2009-11-17 | 1 | -1/+1 |
* | ARM: only use one set of dummy FPA registers | David Brownell | 2009-11-17 | 1 | -38/+3 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -2/+2 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -3/+3 |
* | target: simplify register get/set ops | David Brownell | 2009-11-17 | 1 | -8/+6 |
* | target: remove some more duplicate includes | David Brownell | 2009-11-17 | 1 | -1/+0 |
* | ARM11: fewer exit() calls | David Brownell | 2009-11-16 | 1 | -4/+6 |
* | ARM11: register (most) standard ARM commands | David Brownell | 2009-11-16 | 1 | -0/+2 |
* | target: less implicit inclusion of "etm.h" | David Brownell | 2009-11-16 | 1 | -1/+1 |
* | move ARRAY_SIZE macro to types.h | Zachary T Welch | 2009-11-16 | 1 | -9/+9 |
* | target: no implicit #includes of "register.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | target: don't implicitly include "algorithm.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | target: don't implicitly include "breakpoint.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | ARM11: use now-generic memory utils | David Brownell | 2009-11-15 | 1 | -11/+2 |
* | ARM11: fixup method table | David Brownell | 2009-11-15 | 1 | -45/+43 |
* | target: make "examined" flag be per-target | David Brownell | 2009-11-15 | 1 | -6/+0 |
* | ARM11: ETM + ETB support | David Brownell | 2009-11-13 | 1 | -1/+15 |
* | ARM11: revert etmr/etmw commands | David Brownell | 2009-11-13 | 1 | -83/+0 |
* | ARM11: switch to new "arm" base type | David Brownell | 2009-11-13 | 1 | -32/+28 |
* | target: remove unused "bitfield" infrastructure | David Brownell | 2009-11-13 | 1 | -6/+21 |
* | 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 | -34/+34 |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 1 | -12/+12 |
* | target_type_t -> struct target_type | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | breakpoint_t -> struct breakpoint | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | 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 | -2/+2 |
* | arm11_sc7_action_t -> struct arm11_sc7_action | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | arm11_reg_state_t -> struct arm11_reg_state | Zachary T Welch | 2009-11-13 | 1 | -7/+7 |
* | arm11_common_t -> struct arm11_common | Zachary T Welch | 2009-11-13 | 1 | -34/+34 |
* | arm11_reg_defs_t -> struct arm11_reg_defs | Zachary T Welch | 2009-11-13 | 1 | -6/+6 |
* | reg_param_t -> struct reg_param | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | mem_param_t -> struct mem_param | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | scan_field_t -> struct scan_field | Zachary T Welch | 2009-11-13 | 1 | -4/+4 |
* | jtag_tap_t -> struct jtag_tap | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | use CALL_COMMAND_HANDLER instead of direct calls | Zachary T Welch | 2009-11-13 | 1 | -3/+4 |
* | use COMMAND_HELPER for command helper functions | Zachary T Welch | 2009-11-13 | 1 | -3/+2 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -5/+4 |
* | arm11: add etmr/etmw registers to access ETM via DBGTAP scan chain | Michael Bruck | 2009-11-10 | 1 | -0/+61 |
* | ARM11: remove old mrc/mcr commands | Øyvind Harboe | 2009-11-10 | 1 | -102/+0 |
* | Add private header for ARM11 internals. | Zachary T Welch | 2009-11-08 | 1 | -0/+1 |
* | ARM11: remove exports and forward decls | Zachary T Welch | 2009-11-08 | 1 | -109/+138 |
* | Fix arm11 vcr command parsing. | Zachary T Welch | 2009-11-06 | 1 | -0/+1 |
* | Improve arm11 command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -7/+7 |
* | arm11: check if target is halted before executing mrc/mcr commands. | Øyvind Harboe | 2009-11-05 | 1 | -0/+7 |
* | ARM11: added mrc/mcr support to arm11 code. | Øyvind Harboe | 2009-11-05 | 1 | -0/+53 |
* | target: remove unused interface fn that clutters code | Øyvind Harboe | 2009-11-05 | 1 | -7/+0 |