aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm11.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch1-1/+1
2009-12-02ARM11: don't expose DSCRDavid Brownell1-171/+7
2009-12-02ARM11: store a clean copy of DSCRDavid Brownell1-59/+41
2009-12-02ARM11: don't expose WDTRDavid Brownell1-13/+7
2009-12-02ARM11: don't expose RDTRDavid Brownell1-14/+7
2009-12-02ARM11: streamline debug entryDavid Brownell1-25/+20
2009-12-02ARM11: remove arm11->targetDavid Brownell1-9/+9
2009-12-02ARM DPM: tweak initializationDavid Brownell1-4/+2
2009-12-01ARM: core DPM support for watchpointsDavid Brownell1-27/+8
2009-12-01ARM11: remove previous mcr()/mrc() methodsDavid Brownell1-75/+0
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell1-3/+10
2009-11-27ARM11: write_memory() avoids increment checkDavid Brownell1-9/+19
2009-11-24remove target_type register_command callbackZachary T Welch1-8/+7
2009-11-24arm11: use register_commands()Zachary T Welch1-35/+62
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-7/+7
2009-11-24ARM11: remove old R0..R15/CPSR codeDavid Brownell1-193/+72
2009-11-24ARM11: use standard run_algorithm()David Brownell1-172/+5
2009-11-24ARM11: use standard single step simulationDavid Brownell1-97/+31
2009-11-24ARM11: partial support for standard ARM register interfaces.David Brownell1-35/+31
2009-11-24ARM11: remove register "history" debug stuffDavid Brownell1-50/+0
2009-11-22ARM11: remove unused state and exportsDavid Brownell1-17/+18
2009-11-22ARM11: macro cleanupDavid Brownell1-56/+30
2009-11-22ARM11: remove needless string format #ifdefferyDavid Brownell1-6/+15
2009-11-22ARM11: remove disabled register hooksDavid Brownell1-88/+1
2009-11-18add handle_command_parse_bool command helperZachary T Welch1-45/+10
2009-11-18ARM: add "core_type" field to "struct arm"David Brownell1-4/+17
2009-11-17ARM: add is_arm_mode()David Brownell1-1/+1
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell1-38/+3
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-2/+2
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-3/+3
2009-11-17target: simplify register get/set opsDavid Brownell1-8/+6
2009-11-17target: remove some more duplicate includesDavid Brownell1-1/+0
2009-11-16ARM11: fewer exit() callsDavid Brownell1-4/+6
2009-11-16ARM11: register (most) standard ARM commandsDavid Brownell1-0/+2
2009-11-16target: less implicit inclusion of "etm.h"David Brownell1-1/+1
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch1-9/+9
2009-11-16target: no implicit #includes of "register.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "algorithm.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell1-0/+1
2009-11-15ARM11: use now-generic memory utilsDavid Brownell1-11/+2
2009-11-15ARM11: fixup method tableDavid Brownell1-45/+43
2009-11-15target: make "examined" flag be per-targetDavid Brownell1-6/+0
2009-11-13ARM11: ETM + ETB supportDavid Brownell1-1/+15
2009-11-13ARM11: revert etmr/etmw commandsDavid Brownell1-83/+0
2009-11-13ARM11: switch to new "arm" base typeDavid Brownell1-32/+28
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell1-6/+21
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-2/+2
2009-11-13target_t -> struct targetZachary T Welch1-34/+34
2009-11-13reg_t -> struct regZachary T Welch1-12/+12