use COMMAND_REGISTER macro
[fw/openocd] / src / target / armv7a.c
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-22 David BrownellARM: remove 'armv4_5_common_s' migration #define
2009-11-22 David BrownellARM: simplify CPSR handling
2009-11-19 David BrownellARMv7-A: use standard ARM core states
2009-11-19 David BrownellARMv7-A: use standard ARM core_mode symbols
2009-11-18 David BrownellARM: simplify ARMv7-A register handling
2009-11-18 David BrownellARM: add arm_mode_name()
2009-11-18 David BrownellARM: only use one set of dummy FPA registers
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-17 David Brownelltarget: simplify register get/set ops
2009-11-17 David BrownellARMv7-A: no exit() calls
2009-11-17 David BrownellARMv7A: use standard disassembler
2009-11-16 David Brownell#include "target.h" less wildly
2009-11-16 David Brownelltarget: less implicit inclusion of "command.h"
2009-11-14 David Brownelltarget: remove unused "bitfield" infrastructure
2009-11-13 Zachary T Welchcommand_t -> struct command
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchreg_t -> struct reg
2009-11-13 Zachary T Welcharm_instruction_t -> struct arm_instruction
2009-11-13 Zachary T Welchbitfield_desc_t -> struct bitfield_desc
2009-11-13 Zachary T Welcharmv7a_core_reg_t -> struct armv7a_core_reg
2009-11-13 Zachary T Welcharmv7a_common_t -> struct armv7a_common
2009-11-13 Zachary T Welchswjdp_common_t -> struct swjdp_common
2009-11-13 Zachary T Welcharm_adi,armv7[am]: use COMMAND_HELPER for helpers
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-06 David BrownellCortex-A8: use the new inheritance/nesting scheme
2009-11-06 Zachary T WelchImprove armv7a command argument parsing.
2009-10-13 Yauheni KaliutaCleanup: nuke trailling whitespaces
2009-10-01 mluARMv7A: Report fault status registers when in Abort...
2009-09-15 mluUpdated mode string list.
2009-09-08 mluReport correct core instruction state for ARMv/A targets
2009-09-08 oharboeDavid Brownell <david-b@pacbell.net>
2009-08-25 ntfreak- fix build warnings
2009-08-25 oharboeDavid Brownell Subset of Cortex-A8 support from Magnus...