aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-4/+4
2011-11-08arm7_9: remove warnings by reducing scope of variablesØyvind Harboe1-6/+5
2011-07-04mips_m4k and arm7_9 : Fix soft bkpt endianess for 16-bit instructionsDrasko DRASKOVIC1-0/+1
2011-04-01types: write memory now uses constØyvind Harboe1-4/+4
2010-08-11arm: add missing error reportingØyvind Harboe1-1/+7
2010-08-09arm7/9: fix "reset run + halt"Øyvind Harboe1-10/+15
2010-07-19arm: error propagation of arm_jtag_set_instrØyvind Harboe1-6/+21
2010-07-19debug: debug entry error propagationØyvind Harboe1-3/+11
2010-05-19target: slow targets could cause GDB to time outGary Carlson1-1/+40
2010-05-12fix instruction refilling bug when using software breakpoints on a big-endian...Jun Ma1-0/+1
2010-04-11TARGET/ARM7_9_COMMON: review scope of symbolsAntonio Borneo1-14/+14
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe1-3/+0
2010-03-19jtag: remove jtag_get_end_state()'s that should be unecessaryØyvind Harboe1-1/+1
2010-03-18jtag: retire one instance of jtag_get_end_state() usageØyvind Harboe1-6/+6
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe1-1/+1
2010-03-17arm7/9: remove unused post_restore_contextØyvind Harboe1-3/+0
2010-02-28semihosting: move semihosting cmd to arm cmd groupSpencer Oliver1-44/+16
2010-02-21ARM: keep a handle to the PCDavid Brownell1-19/+23
2010-01-20arm7/9: add nags upon reset about options to improve performanceØyvind Harboe1-0/+10
2010-01-14ARM7/ARM9: improved reset supportDavid Brownell1-14/+23
2010-01-14ARM7/9 minor cleanupsDavid Brownell1-16/+34
2010-01-13arm7/9: enable check that DCC downloads have been enabledØyvind Harboe1-0/+2
2010-01-13arm7/9: add fn to check if dcc downloads have been enabledØyvind Harboe1-1/+12
2010-01-07ARM7/ARM9: help/usage updatesDavid Brownell1-8/+8
2009-12-30ARM7_9: Fix segfaultsAntonio Borneo1-0/+6
2009-12-20arm7_9: Support VINITHI signalAntonio Borneo1-23/+0
2009-12-08target: remove more exit() callsDavid Brownell1-8/+0
2009-12-08target: move 'extern' decls to *.h filesDavid Brownell1-8/+0
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell1-0/+1
2009-12-07ARM: rename some generic routinesDavid Brownell1-1/+2
2009-12-04ARM semihosting: use breakpoint on ARM7Nicolas Pitre1-7/+9
2009-12-04ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell1-1/+1
2009-12-04ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell1-1/+1
2009-12-04ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell1-3/+3
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell1-17/+17
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell1-15/+15
2009-12-04ARM: remove semihosting globalsDavid Brownell1-6/+16
2009-12-03basic ARM semihosting supportNicolas Pitre1-0/+44
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