| Commit message (Expand) | Author | Age | Files | Lines |
* | cortex_m3: allow scripts to override reset | Aaron Carroll | 2011-02-02 | 1 | -0/+10 |
* | error handling: the error number is not part of the user interface | Øyvind Harboe | 2011-01-03 | 1 | -1/+1 |
* | cortex_m3: change cortec_m3 reset_config behaviour | Spencer Oliver | 2010-12-03 | 1 | -18/+2 |
* | cortex_m3: report detected error condition in poll | Øyvind Harboe | 2010-11-09 | 1 | -6/+13 |
* | Make systesetreq typos read sysresetreq instead | Peter Stuge | 2010-10-25 | 1 | -1/+1 |
* | propagate return status of set_breakpoint() up call chain | Mike Dunn | 2010-09-13 | 1 | -2/+1 |
* | cortex m3: add cortex_m3 reset_config cmd | Spencer Oliver | 2010-08-31 | 1 | -51/+75 |
* | arm_adi_v5: mem_ap_write error propagation | Øyvind Harboe | 2010-07-19 | 1 | -20/+71 |
* | arm_adi_v5: error propagation of mem_ap_read_atomic_u32 failure | Øyvind Harboe | 2010-07-19 | 1 | -15/+40 |
* | mem_ap_read_u32 error propagation | Øyvind Harboe | 2010-07-19 | 1 | -11/+33 |
* | arm_adi_v5: add error propagation for dap_setup_accessport | Øyvind Harboe | 2010-07-19 | 1 | -4/+12 |
* | debug: debug entry error propagation | Øyvind Harboe | 2010-07-19 | 1 | -2/+9 |
* | arm7/9: remove unused post_restore_context | Øyvind Harboe | 2010-03-17 | 1 | -1/+0 |
* | ADIv5 share DAP command support | David Brownell | 2010-03-05 | 1 | -21/+23 |
* | rename "swjdp_common" as "adiv5_dap" | David Brownell | 2010-03-04 | 1 | -21/+21 |
* | ADIv5: use new DAP ops for AP read/write | David Brownell | 2010-03-02 | 1 | -4/+12 |
* | ADIv5: use new dap_run() operation | David Brownell | 2010-03-02 | 1 | -8/+15 |
* | semihosting: add armv7m semihosting support | Spencer Oliver | 2010-02-28 | 1 | -1/+4 |
* | CortexM3: move disassemble cmd to arm cmd group | Spencer Oliver | 2010-02-28 | 1 | -51/+0 |
* | ADIv5: remove ATOMIC/COMPOSITE interface mode | David Brownell | 2010-02-21 | 1 | -4/+0 |
* | ADIv5 clean up AP selection and register caching | David Brownell | 2010-02-21 | 1 | -4/+3 |
* | ARM: keep a handle to the PC | David Brownell | 2010-02-21 | 1 | -3/+3 |
* | ARMv7-M: start using "struct arm" | David Brownell | 2010-02-21 | 1 | -2/+37 |
* | ADIv5: cleanup, rename swjdp_transaction_endcheck() | David Brownell | 2010-01-29 | 1 | -4/+4 |
* | Cortex-M3: report lockup, and recover | David Brownell | 2010-01-27 | 1 | -0/+15 |
* | BUILD: remove cygwin gcc 3.4.4 build warnings | Spencer Oliver | 2010-01-20 | 1 | -2/+2 |
* | ARMV7M: handle bkpt instruction on resume/step | Spencer Oliver | 2010-01-20 | 1 | -2/+23 |
* | Cortex-M3: improved core exception handling | David Brownell | 2010-01-13 | 1 | -21/+24 |
* | ARMv7: help/usage updates | David Brownell | 2010-01-07 | 1 | -6/+6 |
* | Cortex-M3: minor breakpoint cleanup | David Brownell | 2010-01-02 | 1 | -12/+25 |
* | streamline and document helptext mode displays | David Brownell | 2010-01-02 | 1 | -1/+1 |
* | Cortex-M3: cleanup | David Brownell | 2009-12-20 | 1 | -45/+111 |
* | target: move 'extern' decls to *.h files | David Brownell | 2009-12-08 | 1 | -5/+0 |
* | ARM: list number of HW breakpoints/watchpoints | David Brownell | 2009-12-07 | 1 | -0/+6 |
* | ARM: move opcode macros to <target/arm_opcodes.h> | David Brownell | 2009-12-07 | 1 | -1/+2 |
* | Cortex-M3: don't chain "struct arm" commands | David Brownell | 2009-11-28 | 1 | -3/+0 |
* | target: uplevel add_{break,watch}point() error checks | David Brownell | 2009-11-28 | 1 | -7/+0 |
* | remove target_type register_command callback | Zachary T Welch | 2009-11-24 | 1 | -7/+7 |
* | cortex_m3: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -19/+36 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -4/+4 |
* | target: create/use register_cache_invalidate() | David Brownell | 2009-11-19 | 1 | -5/+6 |
* | use COMMAND_PARSE_ON_OFF where appropriate | Zachary T Welch | 2009-11-18 | 1 | -12/+5 |
* | ARM: only use one set of dummy FPA registers | David Brownell | 2009-11-17 | 1 | -0/+3 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -12/+15 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -8/+8 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -7/+7 |
* | target: simplify register get/set ops | David Brownell | 2009-11-17 | 1 | -6/+5 |
* | Cortex-M3: don't exit() | David Brownell | 2009-11-16 | 1 | -24/+10 |
* | move ARRAY_SIZE macro to types.h | Zachary T Welch | 2009-11-16 | 1 | -5/+2 |
* | target: no implicit #includes of "register.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |