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