summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* debug interface: get rid of unused pre_debug fnØyvind Harboe2009-11-051-3/+0
* target: 20 second timeout/megabyte for CRC checkØyvind Harboe2009-11-031-1/+4
* Updates for "reset_config":dbrownell2009-10-071-4/+11
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-211-3/+3
* srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...oharboe2009-09-171-1/+12
* David Brownell <david-b@pacbell.net> oharboe2009-09-121-11/+24
* more debug output for breakpointsoharboe2009-09-041-2/+10
* restore ICE watchpoint registers when the *last* software breakpoint is removedoharboe2009-08-281-3/+22