| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM11: write_memory() avoids increment check | David Brownell | 2009-11-27 | 1 | -9/+19 |
* | remove target_type register_command callback | Zachary T Welch | 2009-11-24 | 1 | -8/+7 |
* | arm11: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -35/+62 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -7/+7 |
* | ARM11: remove old R0..R15/CPSR code | David Brownell | 2009-11-24 | 1 | -193/+72 |
* | ARM11: use standard run_algorithm() | David Brownell | 2009-11-24 | 1 | -172/+5 |
* | ARM11: use standard single step simulation | David Brownell | 2009-11-24 | 1 | -97/+31 |
* | ARM11: partial support for standard ARM register interfaces. | David Brownell | 2009-11-24 | 1 | -35/+31 |
* | ARM11: remove register "history" debug stuff | David Brownell | 2009-11-24 | 1 | -50/+0 |
* | ARM11: remove unused state and exports | David Brownell | 2009-11-22 | 1 | -17/+18 |
* | ARM11: macro cleanup | David Brownell | 2009-11-22 | 1 | -56/+30 |
* | ARM11: remove needless string format #ifdeffery | David Brownell | 2009-11-22 | 1 | -6/+15 |
* | ARM11: remove disabled register hooks | David Brownell | 2009-11-22 | 1 | -88/+1 |
* | 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 |