summaryrefslogtreecommitdiff
path: root/src/target/cortex_a8.c
Commit message (Expand)AuthorAgeFilesLines
* Cortex-A8: debug messaging tweaksDavid Brownell2010-01-271-5/+6
* ARMv7: help/usage updatesDavid Brownell2010-01-071-2/+2
* ARM: add comment re register exportsDavid Brownell2009-12-261-0/+1
* ARM: rename some generic routinesDavid Brownell2009-12-071-2/+2
* ARM: move opcode macros to <target/arm_opcodes.h>David Brownell2009-12-071-0/+1
* ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell2009-12-041-4/+4
* ARM DPM: share debug reason logicDavid Brownell2009-12-031-25/+12
* ARM DPM: make DSCR bit defs sharableDavid Brownell2009-12-031-23/+29
* ARM DPM: tweak initializationDavid Brownell2009-12-021-1/+6
* ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell2009-12-021-22/+8
* Cortex-A8: basic watchpoint supportDavid Brownell2009-12-011-0/+66
* ARM: core DPM support for watchpointsDavid Brownell2009-12-011-8/+4
* Cortex-A8: remove previous mcr()/mrc() methodsDavid Brownell2009-12-011-97/+1
* target: "mcr" and "mrc" are ARM-specificDavid Brownell2009-12-011-5/+6
* Cortex-A8: stop using CP15 opsDavid Brownell2009-12-011-16/+53
* Cortex-A8: support "reset-assert" eventDavid Brownell2009-11-271-5/+28
* remove target_type register_command callbackZachary T Welch2009-11-241-8/+7
* cortex_a8: use register_commands()Zachary T Welch2009-11-241-17/+25
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-3/+3
* Cortex-A8: avoid DSCR readsDavid Brownell2009-11-241-48/+103
* Cortex-A8: hook up DPMDavid Brownell2009-11-241-323/+35
* Cortex-A8: implement DPMDavid Brownell2009-11-241-0/+167
* Cortex-A8: minor cleanupDavid Brownell2009-11-241-21/+33
* ARM: use arm_reg_current()David Brownell2009-11-221-16/+8
* ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell2009-11-221-8/+8
* ARM: arm_set_cpsr() handles T and J bitsDavid Brownell2009-11-221-23/+0
* ARM: define two register utilitiesDavid Brownell2009-11-221-6/+1
* ARM: simplify CPSR handlingDavid Brownell2009-11-221-7/+5
* ARM: pass 'struct reg *' to register r/w routinesDavid Brownell2009-11-201-24/+23
* Cortex-A8: better context restoreDavid Brownell2009-11-191-13/+67
* Cortex-A8: mode supportDavid Brownell2009-11-191-30/+116
* target: create/use register_cache_invalidate()David Brownell2009-11-191-2/+3
* Cortex-A8: parts of examine() run just onceDavid Brownell2009-11-191-4/+15
* ARMv7-A: use standard ARM core statesDavid Brownell2009-11-191-12/+38
* Cortex-A8: xPSR handling updatesDavid Brownell2009-11-181-17/+20
* ARM: add a default full_context() methodDavid Brownell2009-11-181-9/+3
* ARM: simplify ARMv7-A register handlingDavid Brownell2009-11-181-33/+45
* ARM: add "core_type" field to "struct arm"David Brownell2009-11-181-0/+2
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-3/+3
* target: remove some more duplicate includesDavid Brownell2009-11-171-1/+0
* Cortex-A8: no exit() calls, add missing v7-A initDavid Brownell2009-11-161-31/+16
* target: no implicit #includes of "register.h"David Brownell2009-11-161-2/+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-2/+3
* target: make "examined" flag be per-targetDavid Brownell2009-11-151-3/+3
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-2/+2
* target_t -> struct targetZachary T Welch2009-11-131-47/+47
* target_type_t -> struct target_typeZachary T Welch2009-11-131-1/+1
* armv4_5_common_t -> struct armZachary T Welch2009-11-131-1/+1