aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-1/+1
2011-10-25armv7a: fix scan-build warningsAndreas Fritiofson1-2/+3
2011-10-25armv7a: make local functions staticAndreas Fritiofson1-4/+4
2011-10-19Unused variablesFreddie Chopin1-9/+1
2011-09-30armv7a ,cortex a : add L1, L2 cache support, va to pa supportMichel Jaouen1-4/+688
2010-03-05ADIv5 share DAP command supportDavid Brownell1-107/+1
2010-03-04rename "swjdp_common" as "adiv5_dap"David Brownell1-5/+5
2010-01-07ARMv7: help/usage updatesDavid Brownell1-13/+22
2009-12-07ARM: rename some generic routinesDavid Brownell1-1/+1
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell1-0/+2
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell1-1/+1
2009-12-03ARMv7-A: tweak arch_state()David Brownell1-10/+4
2009-12-03change #include "replacements.h" to <helper/replacements.h>Zachary T Welch1-1/+1
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch1-1/+1
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch1-1/+1
2009-12-02ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell1-0/+3
2009-12-01ARMv7-A: stop using CP15 opsDavid Brownell1-5/+36
2009-11-24remove target_type register_command callbackZachary T Welch1-5/+1
2009-11-24armv7a: use register_commands()Zachary T Welch1-27/+48
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-6/+6
2009-11-22ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell1-1/+1
2009-11-22ARM: simplify CPSR handlingDavid Brownell1-2/+1
2009-11-19ARMv7-A: use standard ARM core statesDavid Brownell1-6/+1
2009-11-19ARMv7-A: use standard ARM core_mode symbolsDavid Brownell1-1/+1
2009-11-18ARM: simplify ARMv7-A register handlingDavid Brownell1-103/+5
2009-11-17ARM: add arm_mode_name()David Brownell1-11/+1
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell1-15/+0
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-6/+6
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-1/+1
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-1/+1
2009-11-17target: simplify register get/set opsDavid Brownell1-1/+0
2009-11-16ARMv7-A: no exit() callsDavid Brownell1-3/+3
2009-11-16ARMv7A: use standard disassemblerDavid Brownell1-83/+0
2009-11-16#include "target.h" less wildlyDavid Brownell1-1/+0
2009-11-16target: less implicit inclusion of "command.h"David Brownell1-1/+0
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell1-21/+10
2009-11-13command_t -> struct commandZachary T Welch1-2/+2
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-8/+8
2009-11-13reg_t -> struct regZachary T Welch1-1/+1
2009-11-13arm_instruction_t -> struct arm_instructionZachary T Welch1-1/+1
2009-11-13bitfield_desc_t -> struct bitfield_descZachary T Welch1-1/+1
2009-11-13armv7a_core_reg_t -> struct armv7a_core_regZachary T Welch1-1/+1
2009-11-13armv7a_common_t -> struct armv7a_commonZachary T Welch1-7/+7
2009-11-13swjdp_common_t -> struct swjdp_commonZachary T Welch1-5/+5
2009-11-13arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch1-4/+4
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-13/+6
2009-11-05Cortex-A8: use the new inheritance/nesting schemeDavid Brownell1-18/+10
2009-11-05Improve armv7a command argument parsing.Zachary T Welch1-5/+12
2009-10-13Cleanup: nuke trailling whitespacesYauheni Kaliuta1-3/+3