aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
AgeCommit message (Expand)Author
2011-04-01types: write memory now uses constØyvind Harboe
2010-08-11arm: add missing error reportingØyvind Harboe
2010-08-09arm7/9: fix "reset run + halt"Øyvind Harboe
2010-07-19arm: error propagation of arm_jtag_set_instrØyvind Harboe
2010-07-19debug: debug entry error propagationØyvind Harboe
2010-05-19target: slow targets could cause GDB to time outGary Carlson
2010-05-12fix instruction refilling bug when using software breakpoints on a big-endian...Jun Ma
2010-04-11TARGET/ARM7_9_COMMON: review scope of symbolsAntonio Borneo
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe
2010-03-19jtag: remove jtag_get_end_state()'s that should be unecessaryØyvind Harboe
2010-03-18jtag: retire one instance of jtag_get_end_state() usageØyvind Harboe
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe
2010-03-17arm7/9: remove unused post_restore_contextØyvind Harboe
2010-02-28semihosting: move semihosting cmd to arm cmd groupSpencer Oliver
2010-02-21ARM: keep a handle to the PCDavid Brownell
2010-01-20arm7/9: add nags upon reset about options to improve performanceØyvind Harboe
2010-01-14ARM7/ARM9: improved reset supportDavid Brownell
2010-01-14ARM7/9 minor cleanupsDavid Brownell
2010-01-13arm7/9: enable check that DCC downloads have been enabledØyvind Harboe
2010-01-13arm7/9: add fn to check if dcc downloads have been enabledØyvind Harboe
2010-01-07ARM7/ARM9: help/usage updatesDavid Brownell
2009-12-30ARM7_9: Fix segfaultsAntonio Borneo
2009-12-20arm7_9: Support VINITHI signalAntonio Borneo
2009-12-08target: remove more exit() callsDavid Brownell
2009-12-08target: move 'extern' decls to *.h filesDavid Brownell
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell
2009-12-07ARM: rename some generic routinesDavid Brownell
2009-12-04ARM semihosting: use breakpoint on ARM7Nicolas Pitre
2009-12-04ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell
2009-12-04ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell
2009-12-04ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell
2009-12-04ARM: remove semihosting globalsDavid Brownell
2009-12-03basic ARM semihosting supportNicolas Pitre
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch
2009-11-28target: uplevel add_{break,watch}point() error checksDavid Brownell
2009-11-25ARM7/9: shrink run_algorithm_inner() linesDavid Brownell
2009-11-24remove target_type register_command callbackZachary T Welch
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