summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
Commit message (Expand)AuthorAgeFilesLines
* types: write memory now uses constØyvind Harboe2011-04-011-4/+4
* arm: add missing error reportingØyvind Harboe2010-08-111-1/+7
* arm7/9: fix "reset run + halt"Øyvind Harboe2010-08-091-10/+15
* arm: error propagation of arm_jtag_set_instrØyvind Harboe2010-07-191-6/+21
* debug: debug entry error propagationØyvind Harboe2010-07-191-3/+11
* target: slow targets could cause GDB to time outGary Carlson2010-05-191-1/+40
* fix instruction refilling bug when using software breakpoints on a big-endian...Jun Ma2010-05-121-0/+1
* TARGET/ARM7_9_COMMON: review scope of symbolsAntonio Borneo2010-04-111-14/+14
* jtag: retire jtag_get/set_end_state()Øyvind Harboe2010-03-191-3/+0
* jtag: remove jtag_get_end_state()'s that should be unecessaryØyvind Harboe2010-03-191-1/+1
* jtag: retire one instance of jtag_get_end_state() usageØyvind Harboe2010-03-181-6/+6
* jtag: cut down on usage of unintended modification of global end stateØyvind Harboe2010-03-181-1/+1
* arm7/9: remove unused post_restore_contextØyvind Harboe2010-03-171-3/+0
* semihosting: move semihosting cmd to arm cmd groupSpencer Oliver2010-02-281-44/+16
* ARM: keep a handle to the PCDavid Brownell2010-02-211-19/+23
* arm7/9: add nags upon reset about options to improve performanceØyvind Harboe2010-01-201-0/+10
* ARM7/ARM9: improved reset supportDavid Brownell2010-01-141-14/+23
* ARM7/9 minor cleanupsDavid Brownell2010-01-141-16/+34
* arm7/9: enable check that DCC downloads have been enabledØyvind Harboe2010-01-131-0/+2
* arm7/9: add fn to check if dcc downloads have been enabledØyvind Harboe2010-01-131-1/+12
* ARM7/ARM9: help/usage updatesDavid Brownell2010-01-071-8/+8
* ARM7_9: Fix segfaultsAntonio Borneo2009-12-301-0/+6
* arm7_9: Support VINITHI signalAntonio Borneo2009-12-201-23/+0
* target: remove more exit() callsDavid Brownell2009-12-081-8/+0
* target: move 'extern' decls to *.h filesDavid Brownell2009-12-081-8/+0
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-071-0/+1
* ARM: rename some generic routinesDavid Brownell2009-12-071-1/+2
* ARM semihosting: use breakpoint on ARM7Nicolas Pitre2009-12-041-7/+9
* ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell2009-12-041-1/+1
* ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell2009-12-041-1/+1
* ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell2009-12-041-3/+3
* ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell2009-12-041-17/+17
* ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell2009-12-041-15/+15
* ARM: remove semihosting globalsDavid Brownell2009-12-041-6/+16
* basic ARM semihosting supportNicolas Pitre2009-12-031-0/+44
* change #include "time_support.h" to <helper/time_support.h>Zachary T Welch2009-12-031-1/+1
* 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