| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | portability updates | David Brownell | 2009-10-14 | 1 | -2/+2 |
* | Work in progress on arm11 reset. Assert srst. | Øyvind Harboe | 2009-10-14 | 1 | -6/+50 |
* | Cleanup: nuke trailling whitespaces | Yauheni Kaliuta | 2009-10-13 | 1 | -1/+1 |
* | Delete commented out code. Add a bit of error checking. | Øyvind Harboe | 2009-10-13 | 1 | -41/+20 |
* | More error propagation fixes. | Øyvind Harboe | 2009-10-12 | 1 | -1/+3 |
* | arm11 burst writes are now only enabled for writes larger than 1 word. Single... | Øyvind Harboe | 2009-10-12 | 1 | -2/+11 |
* | Retire arm11 no_increment. Intended for future expansion to read/write to por... | Øyvind Harboe | 2009-10-12 | 1 | -8/+22 |
* | Propagate wDTR/rDTR failure immediately, otherwise it's followed up by timeou... | Øyvind Harboe | 2009-10-12 | 1 | -0/+1 |
* | printf format warning fixes | David Brownell | 2009-10-10 | 1 | -2/+4 |
* | ARM11 error checking | Øyvind Harboe | 2009-10-09 | 1 | -37/+85 |