62 Commits (9695564e6321b24edfc03cac555a914dcc7154f6)

Author SHA1 Message Date
  Evan Hunter 13288a44be arch: Added ARMv7R and Cortex-R4 support 11 years ago
  Spencer Oliver dcfa3ac7c7 target: use common target_name to access target::cmd_name member 11 years ago
  Martin Nowak f97a159411 build: fix clang warnings 11 years ago
  Spencer Oliver 374127301e build: cleanup src/target directory 12 years ago
  Spencer Oliver 3a550e5b5f cleanup: rename armv4_5 to arm for readability 12 years ago
  Spencer Oliver 0c2f8b6eb8 cmd: add missing usage vars 12 years ago
  Øyvind Harboe 4668bd264c retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERROR 12 years ago
  Andreas Fritiofson 8f76ca05d9 armv7a: fix scan-build warnings 12 years ago
  Andreas Fritiofson f80ec2aa37 armv7a: make local functions static 12 years ago
  Freddie Chopin 1c1771ef6c Unused variables 12 years ago
  Michel Jaouen 00ded4eb01 armv7a ,cortex a : add L1, L2 cache support, va to pa support 12 years ago
  David Brownell d33a81c549 ADIv5 share DAP command support 14 years ago
  David Brownell 45a528ff3c rename "swjdp_common" as "adiv5_dap" 14 years ago
  David Brownell 17921f51ab ARMv7: help/usage updates 14 years ago
  David Brownell 0529c14bfe ARM: rename some generic routines 14 years ago
  David Brownell a4a2808c2a ARM: move opcode macros to <target/arm_opcodes.h> 14 years ago
  David Brownell 0073e7a69e ARM: rename ARMV4_5_MODE_* as ARM_MODE_* 14 years ago
  David Brownell 7e2dffbbff ARMv7-A: tweak arch_state() 14 years ago
  Zachary T Welch ba00ba47d2 change #include "replacements.h" to <helper/replacements.h> 14 years ago
  Zachary T Welch 264d24495d change #include "command.h" to <helper/command.h> 14 years ago
  Zachary T Welch d1bc4375e9 change #include "binarybuffer.h" to <helper/binarybuffer.h> 14 years ago
  David Brownell 55eeea7fce ARMv7a/Cortex-A8: report watchpoint trigger insn 14 years ago
  David Brownell 209a0197f0 ARMv7-A: stop using CP15 ops 14 years ago
  Zachary T Welch 66ee303456 remove target_type register_command callback 14 years ago
  Zachary T Welch d79176e1bc armv7a: use register_commands() 14 years ago
  Zachary T Welch 833e7f5248 use COMMAND_REGISTER macro 14 years ago
  David Brownell ab5ac33fd4 ARM: remove 'armv4_5_common_s' migration #define 14 years ago
  David Brownell 5706fd7860 ARM: simplify CPSR handling 14 years ago
  David Brownell 195ce5eb27 ARMv7-A: use standard ARM core states 14 years ago
  David Brownell f320b12289 ARMv7-A: use standard ARM core_mode symbols 14 years ago
  David Brownell f5093e1605 ARM: simplify ARMv7-A register handling 14 years ago
  David Brownell ec93209f51 ARM: add arm_mode_name() 14 years ago
  David Brownell d6c8945662 ARM: only use one set of dummy FPA registers 14 years ago
  Zachary T Welch 2861877b32 command_handler: change 'cmd_ctx' to CMD_CTX 14 years ago
  Zachary T Welch 23402315ce command_handler: change 'args' to CMD_ARGV 14 years ago
  Zachary T Welch 7bf1a86e47 command_handler: change to 'argc' to CMD_ARGC 14 years ago
  David Brownell f4788652e4 target: simplify register get/set ops 14 years ago
  David Brownell e722396890 ARMv7-A: no exit() calls 14 years ago
  David Brownell 56adbaffd0 ARMv7A: use standard disassembler 14 years ago
  David Brownell b695cb7522 #include "target.h" less wildly 14 years ago
  David Brownell 1186f7efa7 target: less implicit inclusion of "command.h" 14 years ago
  David Brownell 04b514707f target: remove unused "bitfield" infrastructure 14 years ago
  Zachary T Welch ef746e27c5 command_t -> struct command 14 years ago
  Zachary T Welch 98723c4ecd command_context_t -> struct command_context 14 years ago
  Zachary T Welch 0f1163e823 target_t -> struct target 14 years ago
  Zachary T Welch d0dee7ccaf reg_t -> struct reg 14 years ago
  Zachary T Welch 55edfdf2ab arm_instruction_t -> struct arm_instruction 14 years ago
  Zachary T Welch de3fb2f3bc bitfield_desc_t -> struct bitfield_desc 14 years ago
  Zachary T Welch 2744a031cb armv7a_core_reg_t -> struct armv7a_core_reg 14 years ago
  Zachary T Welch 248448ee3a armv7a_common_t -> struct armv7a_common 14 years ago