aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7m.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-28ARMv7M: use software breakpoints for algorithmsSpencer Oliver1-18/+5
2010-02-21ARM: keep a handle to the PCDavid Brownell1-3/+4
2010-02-21ARMv7-M: start using "struct arm"David Brownell1-3/+14
2010-02-04ARMv7-M: make DAP commands verify target is an ARMv7-MDavid Brownell1-3/+26
2010-01-29ARMv7-M: use command handler for "dap baseaddr".David Brownell1-30/+1
2010-01-20ARMV7M: handle bkpt instruction on resume/stepSpencer Oliver1-0/+38
2010-01-07ARMv7: help/usage updatesDavid Brownell1-13/+22
2010-01-04ARMv7-M: use AP_REG_* symbolDavid Brownell1-1/+6
2010-01-02streamline and document helptext mode displaysDavid Brownell1-1/+1
2009-12-07target: add debug_reason_name()David Brownell1-2/+1
2009-11-25use ARRAY_SIZE macroZachary T Welch1-2/+2
2009-11-24remove target_type register_command callbackZachary T Welch1-6/+1
2009-11-24armv7m: use register_commands()Zachary T Welch1-28/+48
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-6/+6
2009-11-19target: create/use register_cache_invalidate()David Brownell1-15/+0
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell1-35/+2
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-7/+7
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-2/+2
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-2/+2
2009-11-17target: simplify register get/set opsDavid Brownell1-11/+5
2009-11-16ARMv7-M: no exit() callsDavid Brownell1-4/+4
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch1-9/+6
2009-11-16armv7m: make core reg read/write use unsignedZachary T Welch1-4/+4
2009-11-16#include "target.h" less wildlyDavid Brownell1-0/+1
2009-11-16target: no implicit #includes of "register.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "algorithm.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell1-0/+1
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell1-9/+26
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-19/+19
2009-11-13reg_t -> struct regZachary T Welch1-10/+10
2009-11-13working_area_t -> struct working_areaZachary T Welch1-2/+2
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-3/+3
2009-11-13armv7m_core_reg_t -> struct armv7m_core_regZachary T Welch1-5/+5
2009-11-13armv7m_algorithm_t -> struct armv7m_algorithmZachary T Welch1-3/+3
2009-11-13armv7m_common_t -> struct armv7m_commonZachary T Welch1-16/+16
2009-11-13swjdp_common_t -> struct swjdp_commonZachary T Welch1-5/+5
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-3/+3
2009-11-13mem_param_t -> struct mem_paramZachary T Welch1-1/+1
2009-11-13arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch1-3/+3
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-10/+5
2009-11-05Cortex-M3: use the new inheritance/nesting schemeDavid Brownell1-27/+25
2009-11-05Improve armv7m command argument parsing.Zachary T Welch1-11/+20
2009-11-05ARMv7M: add docs, remove exportsDavid Brownell1-28/+62
2009-09-12David Brownell <david-b@pacbell.net> oharboe1-4/+4
2009-08-18David Brownell <david-b@pacbell.net> Several of the ARMv7M registers are 8 bi...oharboe1-29/+30
2009-08-07- fix segfault introduced during cortex reg cleanupntfreak1-2/+2
2009-07-21David Brownell <david-b@pacbell.net>:ntfreak1-3/+10
2009-07-21David Brownell <david-b@pacbell.net>:ntfreak1-56/+69