summaryrefslogtreecommitdiff
path: root/src/target/armv7m.c
Commit message (Expand)AuthorAgeFilesLines
* ARMv7-M: make DAP commands verify target is an ARMv7-MDavid Brownell2010-02-041-3/+26
* ARMv7-M: use command handler for "dap baseaddr".David Brownell2010-01-291-30/+1
* ARMV7M: handle bkpt instruction on resume/stepSpencer Oliver2010-01-201-0/+38
* ARMv7: help/usage updatesDavid Brownell2010-01-071-13/+22
* ARMv7-M: use AP_REG_* symbolDavid Brownell2010-01-041-1/+6
* streamline and document helptext mode displaysDavid Brownell2010-01-021-1/+1
* target: add debug_reason_name()David Brownell2009-12-071-2/+1
* use ARRAY_SIZE macroZachary T Welch2009-11-251-2/+2
* remove target_type register_command callbackZachary T Welch2009-11-241-6/+1
* armv7m: use register_commands()Zachary T Welch2009-11-241-28/+48
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-6/+6
* target: create/use register_cache_invalidate()David Brownell2009-11-191-15/+0
* ARM: only use one set of dummy FPA registersDavid Brownell2009-11-171-35/+2
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-7/+7
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-2/+2
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-2/+2
* target: simplify register get/set opsDavid Brownell2009-11-171-11/+5
* ARMv7-M: no exit() callsDavid Brownell2009-11-161-4/+4
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-161-9/+6
* armv7m: make core reg read/write use unsignedZachary T Welch2009-11-161-4/+4
* #include "target.h" less wildlyDavid Brownell2009-11-161-0/+1
* target: no implicit #includes of "register.h"David Brownell2009-11-161-0/+1
* target: don't implicitly include "algorithm.h"David Brownell2009-11-161-0/+1
* target: don't implicitly include "breakpoint.h"David Brownell2009-11-161-0/+1
* target: remove unused "bitfield" infrastructureDavid Brownell2009-11-131-9/+26
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-19/+19
* reg_t -> struct regZachary T Welch2009-11-131-10/+10
* working_area_t -> struct working_areaZachary T Welch2009-11-131-2/+2
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-3/+3
* armv7m_core_reg_t -> struct armv7m_core_regZachary T Welch2009-11-131-5/+5
* armv7m_algorithm_t -> struct armv7m_algorithmZachary T Welch2009-11-131-3/+3
* armv7m_common_t -> struct armv7m_commonZachary T Welch2009-11-131-16/+16
* swjdp_common_t -> struct swjdp_commonZachary T Welch2009-11-131-5/+5
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-3/+3
* mem_param_t -> struct mem_paramZachary T Welch2009-11-131-1/+1
* arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch2009-11-131-3/+3
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-10/+5
* Cortex-M3: use the new inheritance/nesting schemeDavid Brownell2009-11-051-27/+25
* Improve armv7m command argument parsing.Zachary T Welch2009-11-051-11/+20
* ARMv7M: add docs, remove exportsDavid Brownell2009-11-051-28/+62
* David Brownell <david-b@pacbell.net> oharboe2009-09-121-4/+4
* David Brownell <david-b@pacbell.net> Several of the ARMv7M registers are 8 bi...oharboe2009-08-181-29/+30
* - fix segfault introduced during cortex reg cleanupntfreak2009-08-071-2/+2
* David Brownell <david-b@pacbell.net>:ntfreak2009-07-211-3/+10
* David Brownell <david-b@pacbell.net>:ntfreak2009-07-211-56/+69
* David Brownell <david-b@pacbell.net>:ntfreak2009-07-211-20/+11
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch2009-07-161-79/+53