aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm11.c
AgeCommit message (Expand)Author
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-17target: simplify register get/set opsDavid Brownell
2009-11-17target: remove some more duplicate includesDavid Brownell
2009-11-16ARM11: fewer exit() callsDavid Brownell
2009-11-16ARM11: register (most) standard ARM commandsDavid Brownell
2009-11-16target: less implicit inclusion of "etm.h"David Brownell
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch
2009-11-16target: no implicit #includes of "register.h"David Brownell
2009-11-16target: don't implicitly include "algorithm.h"David Brownell
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell
2009-11-15ARM11: use now-generic memory utilsDavid Brownell
2009-11-15ARM11: fixup method tableDavid Brownell
2009-11-15target: make "examined" flag be per-targetDavid Brownell
2009-11-13ARM11: ETM + ETB supportDavid Brownell
2009-11-13ARM11: revert etmr/etmw commandsDavid Brownell
2009-11-13ARM11: switch to new "arm" base typeDavid Brownell
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13reg_t -> struct regZachary T Welch
2009-11-13target_type_t -> struct target_typeZachary T Welch
2009-11-13breakpoint_t -> struct breakpointZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch
2009-11-13watchpoint_t -> struct watchpointZachary T Welch
2009-11-13arm11_sc7_action_t -> struct arm11_sc7_actionZachary T Welch
2009-11-13arm11_reg_state_t -> struct arm11_reg_stateZachary T Welch
2009-11-13arm11_common_t -> struct arm11_commonZachary T Welch
2009-11-13arm11_reg_defs_t -> struct arm11_reg_defsZachary T Welch
2009-11-13reg_param_t -> struct reg_paramZachary T Welch
2009-11-13mem_param_t -> struct mem_paramZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-10arm11: add etmr/etmw registers to access ETM via DBGTAP scan chainMichael Bruck
2009-11-10ARM11: remove old mrc/mcr commandsØyvind Harboe
2009-11-08Add private header for ARM11 internals.Zachary T Welch
2009-11-08ARM11: remove exports and forward declsZachary T Welch
2009-11-06Fix arm11 vcr command parsing.Zachary T Welch
2009-11-05Improve arm11 command argument parsing.Zachary T Welch
2009-11-05arm11: check if target is halted before executing mrc/mcr commands.Øyvind Harboe
2009-11-05ARM11: added mrc/mcr support to arm11 code.Øyvind Harboe
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe
2009-10-14portability updatesDavid Brownell
2009-10-14Work in progress on arm11 reset. Assert srst.Øyvind Harboe
2009-10-13Cleanup: nuke trailling whitespacesYauheni Kaliuta
2009-10-13Delete commented out code. Add a bit of error checking.Øyvind Harboe
2009-10-12More error propagation fixes.Øyvind Harboe