aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm11.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-22ARM11: remove disabled register hooksDavid Brownell1-88/+1
2009-11-18add handle_command_parse_bool command helperZachary T Welch1-45/+10
2009-11-18ARM: add "core_type" field to "struct arm"David Brownell1-4/+17
2009-11-17ARM: add is_arm_mode()David Brownell1-1/+1
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell1-38/+3
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-2/+2
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-3/+3
2009-11-17target: simplify register get/set opsDavid Brownell1-8/+6
2009-11-17target: remove some more duplicate includesDavid Brownell1-1/+0
2009-11-16ARM11: fewer exit() callsDavid Brownell1-4/+6
2009-11-16ARM11: register (most) standard ARM commandsDavid Brownell1-0/+2
2009-11-16target: less implicit inclusion of "etm.h"David Brownell1-1/+1
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch1-9/+9
2009-11-16target: no implicit #includes of "register.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "algorithm.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell1-0/+1
2009-11-15ARM11: use now-generic memory utilsDavid Brownell1-11/+2
2009-11-15ARM11: fixup method tableDavid Brownell1-45/+43
2009-11-15target: make "examined" flag be per-targetDavid Brownell1-6/+0
2009-11-13ARM11: ETM + ETB supportDavid Brownell1-1/+15
2009-11-13ARM11: revert etmr/etmw commandsDavid Brownell1-83/+0
2009-11-13ARM11: switch to new "arm" base typeDavid Brownell1-32/+28
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell1-6/+21
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-2/+2
2009-11-13target_t -> struct targetZachary T Welch1-34/+34
2009-11-13reg_t -> struct regZachary T Welch1-12/+12
2009-11-13target_type_t -> struct target_typeZachary T Welch1-1/+1
2009-11-13breakpoint_t -> struct breakpointZachary T Welch1-3/+3
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-2/+2
2009-11-13watchpoint_t -> struct watchpointZachary T Welch1-2/+2
2009-11-13arm11_sc7_action_t -> struct arm11_sc7_actionZachary T Welch1-2/+2
2009-11-13arm11_reg_state_t -> struct arm11_reg_stateZachary T Welch1-7/+7
2009-11-13arm11_common_t -> struct arm11_commonZachary T Welch1-34/+34
2009-11-13arm11_reg_defs_t -> struct arm11_reg_defsZachary T Welch1-6/+6
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-1/+1
2009-11-13mem_param_t -> struct mem_paramZachary T Welch1-1/+1
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-4/+4
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch1-3/+4
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch1-3/+2
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-5/+4
2009-11-10arm11: add etmr/etmw registers to access ETM via DBGTAP scan chainMichael Bruck1-0/+61
2009-11-10ARM11: remove old mrc/mcr commandsØyvind Harboe1-102/+0
2009-11-08Add private header for ARM11 internals.Zachary T Welch1-0/+1
2009-11-08ARM11: remove exports and forward declsZachary T Welch1-109/+138
2009-11-06Fix arm11 vcr command parsing.Zachary T Welch1-0/+1
2009-11-05Improve arm11 command argument parsing.Zachary T Welch1-7/+7
2009-11-05arm11: check if target is halted before executing mrc/mcr commands.Øyvind Harboe1-0/+7
2009-11-05ARM11: added mrc/mcr support to arm11 code.Øyvind Harboe1-0/+53