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