| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: rename armv4_5_state_* as arm_state_* | David Brownell | 2009-12-04 | 1 | -1/+1 |
* | ARM: rename armv4_5_mode_* AS arm_mode_* | David Brownell | 2009-12-04 | 1 | -4/+4 |
* | ARM: rename ARMV4_5_MODE_* as ARM_MODE_* | David Brownell | 2009-12-04 | 1 | -5/+5 |
* | ARM: rename ARMV4_5_STATE_* as ARM_STATE_* | David Brownell | 2009-12-04 | 1 | -5/+5 |
* | change #include "time_support.h" to <helper/time_support.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | XScale: restore_context() cleanup | David Brownell | 2009-11-30 | 1 | -38/+30 |
* | XScale: context restore, cleanup/bugfix | David Brownell | 2009-11-30 | 1 | -15/+29 |
* | XScale: clean up full_context() (#2) | David Brownell | 2009-11-29 | 1 | -39/+30 |
* | XScale: clean up full_context() (#1) | David Brownell | 2009-11-29 | 1 | -17/+32 |
* | XScale: debug entry uses new register mapping | David Brownell | 2009-11-29 | 1 | -9/+10 |
* | XScale: initial PXA3xx support | Marek Vasut | 2009-11-29 | 1 | -11/+32 |
* | target: uplevel add_{break,watch}point() error checks | David Brownell | 2009-11-28 | 1 | -12/+0 |
* | XScale: add stub {read,write}_phys routines | David Brownell | 2009-11-26 | 1 | -0/+20 |
* | use ARRAY_SIZE macro | Zachary T Welch | 2009-11-25 | 1 | -2/+2 |
* | remove target_type register_command callback | Zachary T Welch | 2009-11-24 | 1 | -9/+4 |
* | xscale: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -23/+107 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -14/+14 |
* | ARM: remove 'armv4_5_common_s' migration #define | David Brownell | 2009-11-22 | 1 | -10/+10 |
* | ARM: arm_set_cpsr() handles T and J bits | David Brownell | 2009-11-22 | 1 | -6/+0 |
* | ARM: define two register utilities | David Brownell | 2009-11-22 | 1 | -4/+1 |
* | ARM: simplify CPSR handling | David Brownell | 2009-11-22 | 1 | -10/+16 |
* | ARM: pass 'struct reg *' to register r/w routines | David Brownell | 2009-11-20 | 1 | -5/+6 |
* | target: create/use register_cache_invalidate() | David Brownell | 2009-11-19 | 1 | -4/+3 |
* | use COMMAND_PARSE_ENABLE macro where appropriate | Zachary T Welch | 2009-11-18 | 1 | -38/+23 |
* | ARM: add is_arm_mode() | David Brownell | 2009-11-17 | 1 | -4/+1 |
* | ARM: add arm_mode_name() | David Brownell | 2009-11-17 | 1 | -2/+3 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -46/+46 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -25/+25 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -19/+19 |
* | target: simplify register get/set ops | David Brownell | 2009-11-17 | 1 | -7/+6 |
* | target: remove some more duplicate includes | David Brownell | 2009-11-17 | 1 | -1/+1 |
* | XScale: fewere exit() calls | David Brownell | 2009-11-16 | 1 | -4/+4 |
* | fileio: improve API types | Zachary T Welch | 2009-11-16 | 1 | -1/+1 |
* | target: no implicit #includes of "register.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | target: don't implicitly include "breakpoint.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | ARM: memory utils aren't ARM7/ARM9 dependent | David Brownell | 2009-11-15 | 1 | -2/+3 |
* | target: remove unused "bitfield" infrastructure | David Brownell | 2009-11-13 | 1 | -2/+0 |
* | 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 | -4/+4 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -72/+72 |
* | 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 |
* | image_t -> struct image | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | armv4_5_common_t -> struct arm | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | breakpoint_t -> struct breakpoint | Zachary T Welch | 2009-11-13 | 1 | -11/+11 |
* | xscale_trace_entry_t -> struct xscale_trace_entry | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm_instruction_t -> struct arm_instruction | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | xscale_reg_t -> struct xscale_reg | Zachary T Welch | 2009-11-13 | 1 | -6/+6 |
* | xscale_common_t -> struct xscale_common | Zachary T Welch | 2009-11-13 | 1 | -52/+52 |
* | xscale_trace_data_t -> struct xscale_trace_data | Zachary T Welch | 2009-11-13 | 1 | -6/+6 |