| Commit message (Expand) | Author | Age | Files | Lines |
* | armv7m: exit_point optional for armv7m_run_algorithm | Spencer Oliver | 2010-07-20 | 1 | -1/+1 |
* | armv7m: 20 second timeout/megabyte for CRC check | Spencer Oliver | 2010-05-10 | 1 | -1/+3 |
* | ARMv7M: review scope of functions | Antonio Borneo | 2010-04-10 | 1 | -1/+1 |
* | arm7/9: remove unused post_restore_context | Øyvind Harboe | 2010-03-17 | 1 | -3/+0 |
* | ADIv5 share DAP command support | David Brownell | 2010-03-05 | 1 | -149/+1 |
* | rename "swjdp_common" as "adiv5_dap" | David Brownell | 2010-03-04 | 1 | -5/+5 |
* | semihosting: add armv7m semihosting support | Spencer Oliver | 2010-02-28 | 1 | -2/+10 |
* | ARMv7M: add arm cmd group | Spencer Oliver | 2010-02-28 | 1 | -0/+3 |
* | ARMv7M: use software breakpoints for algorithms | Spencer Oliver | 2010-02-28 | 1 | -18/+5 |
* | ARM: keep a handle to the PC | David Brownell | 2010-02-21 | 1 | -3/+4 |
* | ARMv7-M: start using "struct arm" | David Brownell | 2010-02-21 | 1 | -3/+14 |
* | ARMv7-M: make DAP commands verify target is an ARMv7-M | David Brownell | 2010-02-04 | 1 | -3/+26 |
* | ARMv7-M: use command handler for "dap baseaddr". | David Brownell | 2010-01-29 | 1 | -30/+1 |
* | ARMV7M: handle bkpt instruction on resume/step | Spencer Oliver | 2010-01-20 | 1 | -0/+38 |
* | ARMv7: help/usage updates | David Brownell | 2010-01-07 | 1 | -13/+22 |
* | ARMv7-M: use AP_REG_* symbol | David Brownell | 2010-01-04 | 1 | -1/+6 |
* | streamline and document helptext mode displays | David Brownell | 2010-01-02 | 1 | -1/+1 |
* | target: add debug_reason_name() | David Brownell | 2009-12-07 | 1 | -2/+1 |
* | 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 | -6/+1 |
* | armv7m: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -28/+48 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -6/+6 |
* | target: create/use register_cache_invalidate() | David Brownell | 2009-11-19 | 1 | -15/+0 |
* | ARM: only use one set of dummy FPA registers | David Brownell | 2009-11-17 | 1 | -35/+2 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -7/+7 |
* | 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 | -2/+2 |
* | target: simplify register get/set ops | David Brownell | 2009-11-17 | 1 | -11/+5 |
* | ARMv7-M: no exit() calls | David Brownell | 2009-11-16 | 1 | -4/+4 |
* | move ARRAY_SIZE macro to types.h | Zachary T Welch | 2009-11-16 | 1 | -9/+6 |
* | armv7m: make core reg read/write use unsigned | Zachary T Welch | 2009-11-16 | 1 | -4/+4 |
* | #include "target.h" less wildly | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | 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 |
* | target: remove unused "bitfield" infrastructure | David Brownell | 2009-11-13 | 1 | -9/+26 |
* | 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 | -1/+1 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -19/+19 |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 1 | -10/+10 |
* | working_area_t -> struct working_area | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | reg_cache_t -> struct reg_cache | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | armv7m_core_reg_t -> struct armv7m_core_reg | Zachary T Welch | 2009-11-13 | 1 | -5/+5 |
* | armv7m_algorithm_t -> struct armv7m_algorithm | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | armv7m_common_t -> struct armv7m_common | Zachary T Welch | 2009-11-13 | 1 | -16/+16 |
* | swjdp_common_t -> struct swjdp_common | Zachary T Welch | 2009-11-13 | 1 | -5/+5 |
* | reg_param_t -> struct reg_param | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | mem_param_t -> struct mem_param | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm_adi,armv7[am]: use COMMAND_HELPER for helpers | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -10/+5 |