aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2009-12-04ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell4-9/+9
2009-12-04ARM: switch target_to_armv4_5() to target_to_arm()David Brownell8-20/+18
2009-12-04ARM: rename armv4_5_state_* as arm_state_*David Brownell12-23/+23
2009-12-04ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell8-39/+39
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell8-131/+131
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell10-67/+67
2009-12-04ARM11: report watchpoint trigger insnDavid Brownell1-0/+18
2009-12-04ARM11: basic watchpoint supportDavid Brownell4-9/+100
2009-12-04ARM11: tweak TAP ops and debuggingDavid Brownell2-23/+61
2009-12-04ARM: semihosting entry cleanupDavid Brownell1-8/+39
2009-12-04ARM: remove semihosting globalsDavid Brownell5-33/+48
2009-12-04target: cygwin build fixesDavid Brownell2-4/+10
2009-12-03basic ARM semihosting supportNicolas Pitre4-0/+516
2009-12-03doxygen: remove some warningsDavid Brownell1-0/+1
2009-12-03ARMv7-A: tweak arch_state()David Brownell1-10/+4
2009-12-03ARM DPM: share debug reason logicDavid Brownell7-100/+60
2009-12-03ARM11: use shared DSCR bit namesDavid Brownell3-42/+24
2009-12-03ARM DPM: make DSCR bit defs sharableDavid Brownell3-33/+43
2009-12-03remove tertiary include pathsZachary T Welch1-4/+1
2009-12-03change #include "../hello.h" to "hello.h"Zachary T Welch1-1/+1
2009-12-03change #include "trace.h" to <target/trace.h>Zachary T Welch2-2/+2
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch2-2/+2
2009-12-03change #include "mips_ejtag.h" to <target/mips_ejtag.h>Zachary T Welch2-2/+2
2009-12-03change #include "mips32_pracc.h" to <target/mips32_pracc.h>Zachary T Welch1-1/+1
2009-12-03change #include "etm.h" to <target/etm.h>Zachary T Welch2-2/+2
2009-12-03change #include "embeddedice.h" to <target/embeddedice.h>Zachary T Welch2-2/+2
2009-12-03change #include "armv7m.h" to <target/armv7m.h>Zachary T Welch1-1/+1
2009-12-03change #include "armv7a.h" to <target/armv7a.h>Zachary T Welch1-1/+1
2009-12-03change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>Zachary T Welch5-5/+5
2009-12-03change #include "armv4_5_cache.h" to <target/armv4_5_cache.h>Zachary T Welch2-2/+2
2009-12-03change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch5-5/+5
2009-12-03change #include "arm_jtag.h" to <target/arm_jtag.h>Zachary T Welch3-3/+3
2009-12-03change #include "arm_dpm.h" to <target/arm_dpm.h>Zachary T Welch2-2/+2
2009-12-03change #include "arm_adi_v5.h" to <target/arm_adi_v5.h>Zachary T Welch2-2/+2
2009-12-03change #include "arm9tdmi.h" to <target/arm9tdmi.h>Zachary T Welch3-3/+3
2009-12-03change #include "arm7tdmi.h" to <target/arm7tdmi.h>Zachary T Welch1-1/+1
2009-12-03change #include "arm7_9_common.h" to <target/arm7_9_common.h>Zachary T Welch1-1/+1
2009-12-03change #include "arm11.h" to <target/arm11.h>Zachary T Welch1-1/+1
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch5-5/+5
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch9-9/+9
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch9-9/+9
2009-12-03change #include "replacements.h" to <helper/replacements.h>Zachary T Welch1-1/+1
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch10-10/+10
2009-12-03change #include "jim.h" to <helper/jim.h>Zachary T Welch1-1/+1
2009-12-03change #include "fileio.h" to <helper/fileio.h>Zachary T Welch1-1/+1
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch2-2/+2
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch5-5/+5
2009-12-03allow #include directives to use module nameZachary T Welch1-0/+1
2009-12-03feroceon.c should be part of ARM7_9_SRCNicolas Pitre1-2/+2
2009-12-02ARM11: don't expose DSCRDavid Brownell2-185/+7