aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm11.c
AgeCommit message (Expand)Author
2009-11-27ARM11: write_memory() avoids increment checkDavid Brownell
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-24arm11: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-24ARM11: remove old R0..R15/CPSR codeDavid Brownell
2009-11-24ARM11: use standard run_algorithm()David Brownell
2009-11-24ARM11: use standard single step simulationDavid Brownell
2009-11-24ARM11: partial support for standard ARM register interfaces.David Brownell
2009-11-24ARM11: remove register "history" debug stuffDavid Brownell
2009-11-22ARM11: remove unused state and exportsDavid Brownell
2009-11-22ARM11: macro cleanupDavid Brownell
2009-11-22ARM11: remove needless string format #ifdefferyDavid Brownell
2009-11-22ARM11: remove disabled register hooksDavid Brownell
2009-11-18add handle_command_parse_bool command helperZachary T Welch
2009-11-18ARM: add "core_type" field to "struct arm"David Brownell
2009-11-17ARM: add is_arm_mode()David Brownell
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
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