aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2009-12-18XScale: better {read,write}_phys()David Brownell1-2/+14
2009-12-18dsp563xx: cygwin build fixesDavid Brownell1-5/+5
2009-12-15XScale: use all-ones for BYPASS, not five-onesDavid Brownell1-1/+1
2009-12-15target: add basic dsp563xx supportmkdorg@users.sourceforge.net6-1/+1290
2009-12-14ARM11: improved reset supportDavid Brownell1-48/+55
2009-12-14ARM: disassemble STM correctlyDavid Brownell1-2/+5
2009-12-13target files shouldn't #include <target/...h>David Brownell25-39/+38
2009-12-13target: further shrink Jim-awarenessDavid Brownell4-7/+10
2009-12-11ARM11: avoid pointless status returnsDavid Brownell2-16/+11
2009-12-11ARM DPM: support updating HW breakpointsDavid Brownell2-52/+75
2009-12-11ARM: disassembly fixes for LDC/STC/MRRC/MCRRDavid Brownell1-18/+33
2009-12-11ARM11: minor cleanup, mostly ITR commentsDavid Brownell2-28/+43
2009-12-11optimisation: tiny optimisation for embedded iceØyvind Harboe1-6/+5
2009-12-11embedded hosts: optimize common code path for core arm operationsØyvind Harboe2-46/+66
2009-12-09ARM: update arm_opcodes.h copyrightDavid Brownell1-0/+3
2009-12-09Comment and doxygen fixesDavid Brownell2-4/+14
2009-12-09ETM: only include oocd_trace.h when tracing enabled.Spencer Oliver1-0/+3
2009-12-08target: remove more exit() callsDavid Brownell2-9/+2
2009-12-08target: remove needless "extern"sDavid Brownell4-24/+8
2009-12-08target: move 'extern' decls to *.h filesDavid Brownell5-15/+15
2009-12-08ARM: cygwin complile fixesDavid Brownell1-4/+6
2009-12-08build: add build/src to include pathØyvind Harboe1-1/+2
2009-12-07ARM: cope with stupidheaded compilerDavid Brownell1-2/+1
2009-12-07ARM: list number of HW breakpoints/watchpointsDavid Brownell3-0/+12
2009-12-07target: add debug_reason_name()David Brownell5-8/+19
2009-12-07ARM: don't clone arm_arch_state() codeDavid Brownell4-33/+8
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell18-194/+225
2009-12-07ARM: rename some generic routinesDavid Brownell15-32/+34
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell17-247/+276
2009-12-07ARM: remove mrc_opcode(), use MRC() or MCR()David Brownell3-20/+32
2009-12-07ARM: disassemble two more v6+ instructionsDavid Brownell1-12/+71
2009-12-07ARM DPM: don't write low bits of watchpoint valueDavid Brownell1-1/+1
2009-12-04ARM semihosting: use breakpoint on ARM7Nicolas Pitre1-7/+9
2009-12-04ARM semihosting: work with both low and high vectorsNicolas Pitre1-6/+4
2009-12-04ARM: doc updates for main headerDavid Brownell1-3/+11
2009-12-04ARM: rename armv4_5_build_reg_cache() as arm_*()David Brownell6-11/+10
2009-12-04ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell3-17/+17
2009-12-04ARM: misc generic cleanupDavid Brownell4-13/+28
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