summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* ARM semihosting: use breakpoint on ARM7Nicolas Pitre2009-12-041-7/+9
* ARM semihosting: work with both low and high vectorsNicolas Pitre2009-12-041-6/+4
* ARM: doc updates for main headerDavid Brownell2009-12-041-3/+11
* ARM: rename armv4_5_build_reg_cache() as arm_*()David Brownell2009-12-046-11/+10
* ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell2009-12-043-17/+17
* ARM: misc generic cleanupDavid Brownell2009-12-044-13/+28
* ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell2009-12-044-9/+9
* ARM: switch target_to_armv4_5() to target_to_arm()David Brownell2009-12-048-20/+18
* ARM: rename armv4_5_state_* as arm_state_*David Brownell2009-12-0412-23/+23
* ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell2009-12-048-39/+39
* ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell2009-12-048-131/+131
* ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell2009-12-0410-67/+67
* ARM11: report watchpoint trigger insnDavid Brownell2009-12-041-0/+18
* ARM11: basic watchpoint supportDavid Brownell2009-12-044-9/+100
* ARM11: tweak TAP ops and debuggingDavid Brownell2009-12-042-23/+61
* ARM: semihosting entry cleanupDavid Brownell2009-12-041-8/+39
* ARM: remove semihosting globalsDavid Brownell2009-12-045-33/+48
* target: cygwin build fixesDavid Brownell2009-12-042-4/+10
* basic ARM semihosting supportNicolas Pitre2009-12-034-0/+516
* doxygen: remove some warningsDavid Brownell2009-12-031-0/+1
* ARMv7-A: tweak arch_state()David Brownell2009-12-031-10/+4
* ARM DPM: share debug reason logicDavid Brownell2009-12-037-100/+60
* ARM11: use shared DSCR bit namesDavid Brownell2009-12-033-42/+24
* ARM DPM: make DSCR bit defs sharableDavid Brownell2009-12-033-33/+43
* remove tertiary include pathsZachary T Welch2009-12-031-4/+1
* change #include "../hello.h" to "hello.h"Zachary T Welch2009-12-031-1/+1
* change #include "trace.h" to <target/trace.h>Zachary T Welch2009-12-032-2/+2
* change #include "target.h" to <target/target.h>Zachary T Welch2009-12-032-2/+2
* change #include "mips_ejtag.h" to <target/mips_ejtag.h>Zachary T Welch2009-12-032-2/+2
* change #include "mips32_pracc.h" to <target/mips32_pracc.h>Zachary T Welch2009-12-031-1/+1
* change #include "etm.h" to <target/etm.h>Zachary T Welch2009-12-032-2/+2
* change #include "embeddedice.h" to <target/embeddedice.h>Zachary T Welch2009-12-032-2/+2
* change #include "armv7m.h" to <target/armv7m.h>Zachary T Welch2009-12-031-1/+1
* change #include "armv7a.h" to <target/armv7a.h>Zachary T Welch2009-12-031-1/+1
* change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>Zachary T Welch2009-12-035-5/+5
* change #include "armv4_5_cache.h" to <target/armv4_5_cache.h>Zachary T Welch2009-12-032-2/+2
* change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch2009-12-035-5/+5
* change #include "arm_jtag.h" to <target/arm_jtag.h>Zachary T Welch2009-12-033-3/+3
* change #include "arm_dpm.h" to <target/arm_dpm.h>Zachary T Welch2009-12-032-2/+2
* change #include "arm_adi_v5.h" to <target/arm_adi_v5.h>Zachary T Welch2009-12-032-2/+2
* change #include "arm9tdmi.h" to <target/arm9tdmi.h>Zachary T Welch2009-12-033-3/+3
* change #include "arm7tdmi.h" to <target/arm7tdmi.h>Zachary T Welch2009-12-031-1/+1
* change #include "arm7_9_common.h" to <target/arm7_9_common.h>Zachary T Welch2009-12-031-1/+1
* change #include "arm11.h" to <target/arm11.h>Zachary T Welch2009-12-031-1/+1
* change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch2009-12-035-5/+5
* change #include "types.h" to <helper/types.h>Zachary T Welch2009-12-039-9/+9
* change #include "time_support.h" to <helper/time_support.h>Zachary T Welch2009-12-039-9/+9
* change #include "replacements.h" to <helper/replacements.h>Zachary T Welch2009-12-031-1/+1
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-0310-10/+10
* change #include "jim.h" to <helper/jim.h>Zachary T Welch2009-12-031-1/+1