aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch1-1/+1
2009-11-28target: uplevel add_{break,watch}point() error checksDavid Brownell1-12/+0
2009-11-25ARM7/9: shrink run_algorithm_inner() linesDavid Brownell1-2/+10
2009-11-24remove target_type register_command callbackZachary T Welch1-8/+7
2009-11-24arm7_9_common: use register_commands()Zachary T Welch1-20/+37
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-4/+4
2009-11-22ARM: use arm_reg_current()David Brownell1-19/+26
2009-11-22ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell1-11/+11
2009-11-22ARM: arm_set_cpsr() handles T and J bitsDavid Brownell1-11/+21
2009-11-22ARM: define two register utilitiesDavid Brownell1-10/+8
2009-11-22ARM: simplify CPSR handlingDavid Brownell1-22/+37
2009-11-20ARM: pass 'struct reg *' to register r/w routinesDavid Brownell1-24/+18
2009-11-20ARM7/ARM9: remove old "debug commands"David Brownell1-130/+0
2009-11-19target: create/use register_cache_invalidate()David Brownell1-7/+4
2009-11-18remove fast command and jim_global_longZachary T Welch1-2/+2
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch1-42/+3
2009-11-17ARM: add is_arm_mode()David Brownell1-16/+7
2009-11-17ARM: add arm_mode_name()David Brownell1-3/+8
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-24/+24
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-14/+14
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-6/+6
2009-11-17target: remove some more duplicate includesDavid Brownell1-1/+0
2009-11-16target: less implicit inclusion of "etm.h"David Brownell1-0/+1
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-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell1-150/+0
2009-11-13ARM7/ARM9: use shared examine() methodDavid Brownell1-2/+56
2009-11-13ARM7/9: rm arm7_9_get_arch_pointers()David Brownell1-63/+24
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-48/+48
2009-11-13reg_t -> struct regZachary T Welch1-14/+14
2009-11-13armv4_5_common_t -> struct armZachary T Welch1-8/+8
2009-11-13breakpoint_t -> struct breakpointZachary T Welch1-8/+8
2009-11-13working_area_t -> struct working_areaZachary T Welch1-2/+2
2009-11-13embeddedice_reg_t -> struct embeddedice_regZachary T Welch1-1/+1
2009-11-13watchpoint_t -> struct watchpointZachary T Welch1-5/+5
2009-11-13armv4_5_core_reg_t -> struct armv4_5_core_regZachary T Welch1-5/+5
2009-11-13armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch1-3/+3
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch1-5/+5
2009-11-13arm7_9_common_t -> struct arm7_9_commonZachary T Welch1-44/+44
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-4/+4
2009-11-13mem_param_t -> struct mem_paramZachary T Welch1-1/+1
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-6/+6
2009-11-11ETM cleanupDavid Brownell1-29/+4
2009-11-09svf,xsvf,arm7_9_common: trim forard declarationsZachary T Welch1-35/+38
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell1-1/+0
2009-11-05ARM: other code uses the new inheritance/nesting schemeDavid Brownell1-77/+52