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