summaryrefslogtreecommitdiff
path: root/src/target/arm11.c
Commit message (Expand)AuthorAgeFilesLines
* types: write memory now uses constØyvind Harboe2011-04-011-3/+3
* error handling: the error number is not part of the user interfaceØyvind Harboe2011-01-031-1/+1
* warnings: fix alignment warningsØyvind Harboe2010-09-201-2/+2
* arm11 error propagation fixesØyvind Harboe2010-07-201-23/+23
* debug: debug entry error propagationØyvind Harboe2010-07-191-1/+1
* jtag: retire tap fieldØyvind Harboe2010-03-081-4/+4
* ARM: keep a handle to the PCDavid Brownell2010-02-211-1/+1
* ARM11: per-core options should not be globalDavid Brownell2010-02-211-33/+32
* core arm11: Silence logs at level 3 if there is no activityEdgar Grimberg2010-01-251-1/+1
* ARM11: fix breakpoints with GDBDavid Brownell2010-01-221-9/+15
* ARM11: help/usage updatesDavid Brownell2010-01-071-12/+17
* ARM11: recognize ARM11 MPCoreDavid Brownell2009-12-201-5/+11
* ARM11: improved reset supportDavid Brownell2009-12-141-48/+55
* ARM11: minor cleanup, mostly ITR commentsDavid Brownell2009-12-111-15/+13
* ARM: rename some generic routinesDavid Brownell2009-12-071-3/+3
* ARM: move opcode macros to <target/arm_opcodes.h>David Brownell2009-12-071-0/+1
* ARM11: report watchpoint trigger insnDavid Brownell2009-12-041-0/+18
* ARM11: basic watchpoint supportDavid Brownell2009-12-041-1/+2
* ARM11: tweak TAP ops and debuggingDavid Brownell2009-12-041-2/+3
* ARM DPM: share debug reason logicDavid Brownell2009-12-031-17/+7
* ARM11: use shared DSCR bit namesDavid Brownell2009-12-031-20/+22
* change #include "time_support.h" to <helper/time_support.h>Zachary T Welch2009-12-031-1/+1
* 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