summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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