aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
AgeCommit message (Expand)Author
2009-11-24arm7_9_common: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-22ARM: use arm_reg_current()David Brownell
2009-11-22ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell
2009-11-22ARM: arm_set_cpsr() handles T and J bitsDavid Brownell
2009-11-22ARM: define two register utilitiesDavid Brownell
2009-11-22ARM: simplify CPSR handlingDavid Brownell
2009-11-20ARM: pass 'struct reg *' to register r/w routinesDavid Brownell
2009-11-20ARM7/ARM9: remove old "debug commands"David Brownell
2009-11-19target: create/use register_cache_invalidate()David Brownell
2009-11-18remove fast command and jim_global_longZachary T Welch
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch
2009-11-17ARM: add is_arm_mode()David Brownell
2009-11-17ARM: add arm_mode_name()David Brownell
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
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: remove some more duplicate includesDavid Brownell
2009-11-16target: less implicit inclusion of "etm.h"David Brownell
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-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell
2009-11-13ARM7/ARM9: use shared examine() methodDavid Brownell
2009-11-13ARM7/9: rm arm7_9_get_arch_pointers()David 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-13armv4_5_common_t -> struct armZachary T Welch
2009-11-13breakpoint_t -> struct breakpointZachary T Welch
2009-11-13working_area_t -> struct working_areaZachary T Welch
2009-11-13embeddedice_reg_t -> struct embeddedice_regZachary T Welch
2009-11-13watchpoint_t -> struct watchpointZachary T Welch
2009-11-13armv4_5_core_reg_t -> struct armv4_5_core_regZachary T Welch
2009-11-13armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch
2009-11-13arm7_9_common_t -> struct arm7_9_commonZachary T Welch
2009-11-13reg_param_t -> struct reg_paramZachary T Welch
2009-11-13mem_param_t -> struct mem_paramZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-11ETM cleanupDavid Brownell
2009-11-09svf,xsvf,arm7_9_common: trim forard declarationsZachary T Welch
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell
2009-11-05ARM: other code uses the new inheritance/nesting schemeDavid Brownell
2009-11-05Improve arm7_9_common command argument parsing.Zachary T Welch
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe
2009-11-03target: 20 second timeout/megabyte for CRC checkØyvind Harboe
2009-10-07Updates for "reset_config":dbrownell