summaryrefslogtreecommitdiff
path: root/src/target/armv7a.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: simplify CPSR handlingDavid Brownell2009-11-221-2/+1
* ARMv7-A: use standard ARM core statesDavid Brownell2009-11-191-6/+1
* ARMv7-A: use standard ARM core_mode symbolsDavid Brownell2009-11-191-1/+1
* ARM: simplify ARMv7-A register handlingDavid Brownell2009-11-181-103/+5
* ARM: add arm_mode_name()David Brownell2009-11-171-11/+1
* ARM: only use one set of dummy FPA registersDavid Brownell2009-11-171-15/+0
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-6/+6
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-1/+1
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-1/+1
* target: simplify register get/set opsDavid Brownell2009-11-171-1/+0
* ARMv7-A: no exit() callsDavid Brownell2009-11-161-3/+3
* ARMv7A: use standard disassemblerDavid Brownell2009-11-161-83/+0
* #include "target.h" less wildlyDavid Brownell2009-11-161-1/+0
* target: less implicit inclusion of "command.h"David Brownell2009-11-161-1/+0
* target: remove unused "bitfield" infrastructureDavid Brownell2009-11-131-21/+10
* command_t -> struct commandZachary T Welch2009-11-131-2/+2
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-8/+8
* reg_t -> struct regZachary T Welch2009-11-131-1/+1
* arm_instruction_t -> struct arm_instructionZachary T Welch2009-11-131-1/+1
* bitfield_desc_t -> struct bitfield_descZachary T Welch2009-11-131-1/+1
* armv7a_core_reg_t -> struct armv7a_core_regZachary T Welch2009-11-131-1/+1
* armv7a_common_t -> struct armv7a_commonZachary T Welch2009-11-131-7/+7
* swjdp_common_t -> struct swjdp_commonZachary T Welch2009-11-131-5/+5
* arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch2009-11-131-4/+4
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-13/+6
* Cortex-A8: use the new inheritance/nesting schemeDavid Brownell2009-11-051-18/+10
* Improve armv7a command argument parsing.Zachary T Welch2009-11-051-5/+12
* Cleanup: nuke trailling whitespacesYauheni Kaliuta2009-10-131-3/+3
* ARMv7A: Report fault status registers when in Abort statemlu2009-10-011-0/+23
* Updated mode string list.mlu2009-09-151-2/+2
* Report correct core instruction state for ARMv/A targetsmlu2009-09-081-1/+1
* David Brownell <david-b@pacbell.net> oharboe2009-09-081-0/+86
* - fix build warningsntfreak2009-08-251-1/+1
* David Brownell Subset of Cortex-A8 support from Magnus: create an armv7a fileoharboe2009-08-251-0/+301