aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.c
AgeCommit message (Expand)Author
2010-03-17arm7/9: remove unused post_restore_contextØyvind Harboe
2010-03-05ADIv5 share DAP command supportDavid Brownell
2010-03-04rename "swjdp_common" as "adiv5_dap"David Brownell
2010-03-02ADIv5: use new DAP ops for AP read/writeDavid Brownell
2010-03-02ADIv5: use new dap_run() operationDavid Brownell
2010-02-28semihosting: add armv7m semihosting supportSpencer Oliver
2010-02-28CortexM3: move disassemble cmd to arm cmd groupSpencer Oliver
2010-02-21ADIv5: remove ATOMIC/COMPOSITE interface modeDavid Brownell
2010-02-21ADIv5 clean up AP selection and register cachingDavid Brownell
2010-02-21ARM: keep a handle to the PCDavid Brownell
2010-02-21ARMv7-M: start using "struct arm"David Brownell
2010-01-29ADIv5: cleanup, rename swjdp_transaction_endcheck()David Brownell
2010-01-27Cortex-M3: report lockup, and recoverDavid Brownell
2010-01-20BUILD: remove cygwin gcc 3.4.4 build warningsSpencer Oliver
2010-01-20ARMV7M: handle bkpt instruction on resume/stepSpencer Oliver
2010-01-13Cortex-M3: improved core exception handlingDavid Brownell
2010-01-07ARMv7: help/usage updatesDavid Brownell
2010-01-02Cortex-M3: minor breakpoint cleanupDavid Brownell
2010-01-02streamline and document helptext mode displaysDavid Brownell
2009-12-20Cortex-M3: cleanupDavid Brownell
2009-12-08target: move 'extern' decls to *.h filesDavid Brownell
2009-12-07ARM: list number of HW breakpoints/watchpointsDavid Brownell
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell
2009-11-28Cortex-M3: don't chain "struct arm" commandsDavid Brownell
2009-11-28target: uplevel add_{break,watch}point() error checksDavid Brownell
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-24cortex_m3: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-19target: create/use register_cache_invalidate()David Brownell
2009-11-18use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-17target: simplify register get/set opsDavid Brownell
2009-11-16Cortex-M3: don't exit()David Brownell
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch
2009-11-16target: no implicit #includes of "register.h"David Brownell
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13reg_t -> struct regZachary T Welch
2009-11-13target_type_t -> struct target_typeZachary T Welch
2009-11-13cortex_m3_dwt_comparator_t -> struct cortex_m3_dwt_comparatorZachary T Welch
2009-11-13cortex_m3_fp_comparator_t -> struct cortex_m3_fp_comparatorZachary T Welch
2009-11-13breakpoint_t -> struct breakpointZachary T Welch
2009-11-13arm_instruction_t -> struct arm_instructionZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch
2009-11-13cortex_m3_common_t -> struct cortex_m3_commonZachary T Welch