aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a8.c
AgeCommit message (Expand)Author
2010-01-27Cortex-A8: debug messaging tweaksDavid Brownell
2010-01-07ARMv7: help/usage updatesDavid Brownell
2009-12-26ARM: add comment re register exportsDavid Brownell
2009-12-07ARM: rename some generic routinesDavid Brownell
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell
2009-12-03ARM DPM: share debug reason logicDavid Brownell
2009-12-03ARM DPM: make DSCR bit defs sharableDavid Brownell
2009-12-02ARM DPM: tweak initializationDavid Brownell
2009-12-02ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell
2009-12-01Cortex-A8: basic watchpoint supportDavid Brownell
2009-12-01ARM: core DPM support for watchpointsDavid Brownell
2009-12-01Cortex-A8: remove previous mcr()/mrc() methodsDavid Brownell
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell
2009-12-01Cortex-A8: stop using CP15 opsDavid Brownell
2009-11-27Cortex-A8: support "reset-assert" eventDavid Brownell
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-24cortex_a8: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-24Cortex-A8: avoid DSCR readsDavid Brownell
2009-11-24Cortex-A8: hook up DPMDavid Brownell
2009-11-24Cortex-A8: implement DPMDavid Brownell
2009-11-24Cortex-A8: minor cleanupDavid Brownell
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-19Cortex-A8: better context restoreDavid Brownell
2009-11-19Cortex-A8: mode supportDavid Brownell
2009-11-19target: create/use register_cache_invalidate()David Brownell
2009-11-19Cortex-A8: parts of examine() run just onceDavid Brownell
2009-11-19ARMv7-A: use standard ARM core statesDavid Brownell
2009-11-18Cortex-A8: xPSR handling updatesDavid Brownell
2009-11-18ARM: add a default full_context() methodDavid Brownell
2009-11-18ARM: simplify ARMv7-A register handlingDavid Brownell
2009-11-18ARM: add "core_type" field to "struct arm"David Brownell
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17target: remove some more duplicate includesDavid Brownell
2009-11-16Cortex-A8: no exit() calls, add missing v7-A initDavid Brownell
2009-11-16target: no implicit #includes of "register.h"David Brownell
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell
2009-11-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell
2009-11-15target: make "examined" flag be per-targetDavid Brownell
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13target_type_t -> struct target_typeZachary T Welch
2009-11-13armv4_5_common_t -> struct armZachary T Welch