aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7m.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-02-28semihosting: add armv7m semihosting supportSpencer Oliver
2010-02-28ARMv7M: add arm cmd groupSpencer Oliver
2010-02-28ARMv7M: use software breakpoints for algorithmsSpencer Oliver
2010-02-21ARM: keep a handle to the PCDavid Brownell
2010-02-21ARMv7-M: start using "struct arm"David Brownell
2010-02-04ARMv7-M: make DAP commands verify target is an ARMv7-MDavid Brownell
2010-01-29ARMv7-M: use command handler for "dap baseaddr".David Brownell
2010-01-20ARMV7M: handle bkpt instruction on resume/stepSpencer Oliver
2010-01-07ARMv7: help/usage updatesDavid Brownell
2010-01-04ARMv7-M: use AP_REG_* symbolDavid Brownell
2010-01-02streamline and document helptext mode displaysDavid Brownell
2009-12-07target: add debug_reason_name()David Brownell
2009-11-25use ARRAY_SIZE macroZachary T Welch
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-24armv7m: 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-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-16ARMv7-M: no exit() callsDavid Brownell
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch
2009-11-16armv7m: make core reg read/write use unsignedZachary T Welch
2009-11-16#include "target.h" less wildlyDavid Brownell
2009-11-16target: no implicit #includes of "register.h"David Brownell
2009-11-16target: don't implicitly include "algorithm.h"David Brownell
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell
2009-11-13target: remove unused "bitfield" infrastructureDavid 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-13working_area_t -> struct working_areaZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch
2009-11-13armv7m_core_reg_t -> struct armv7m_core_regZachary T Welch
2009-11-13armv7m_algorithm_t -> struct armv7m_algorithmZachary T Welch
2009-11-13armv7m_common_t -> struct armv7m_commonZachary T Welch
2009-11-13swjdp_common_t -> struct swjdp_commonZachary T Welch
2009-11-13reg_param_t -> struct reg_paramZachary T Welch
2009-11-13mem_param_t -> struct mem_paramZachary T Welch
2009-11-13arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-05Cortex-M3: use the new inheritance/nesting schemeDavid Brownell
2009-11-05Improve armv7m command argument parsing.Zachary T Welch
2009-11-05ARMv7M: add docs, remove exportsDavid Brownell