aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2009-12-11ARM DPM: support updating HW breakpointsDavid Brownell
2009-12-11ARM: disassembly fixes for LDC/STC/MRRC/MCRRDavid Brownell
2009-12-11ARM11: minor cleanup, mostly ITR commentsDavid Brownell
2009-12-11optimisation: tiny optimisation for embedded iceØyvind Harboe
2009-12-11embedded hosts: optimize common code path for core arm operationsØyvind Harboe
2009-12-09ARM: update arm_opcodes.h copyrightDavid Brownell
2009-12-09Comment and doxygen fixesDavid Brownell
2009-12-09ETM: only include oocd_trace.h when tracing enabled.Spencer Oliver
2009-12-08target: remove more exit() callsDavid Brownell
2009-12-08target: remove needless "extern"sDavid Brownell
2009-12-08target: move 'extern' decls to *.h filesDavid Brownell
2009-12-08ARM: cygwin complile fixesDavid Brownell
2009-12-08build: add build/src to include pathØyvind Harboe
2009-12-07ARM: cope with stupidheaded compilerDavid Brownell
2009-12-07ARM: list number of HW breakpoints/watchpointsDavid Brownell
2009-12-07target: add debug_reason_name()David Brownell
2009-12-07ARM: don't clone arm_arch_state() codeDavid Brownell
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell
2009-12-07ARM: rename some generic routinesDavid Brownell
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell
2009-12-07ARM: remove mrc_opcode(), use MRC() or MCR()David Brownell
2009-12-07ARM: disassemble two more v6+ instructionsDavid Brownell
2009-12-07ARM DPM: don't write low bits of watchpoint valueDavid Brownell
2009-12-04ARM semihosting: use breakpoint on ARM7Nicolas Pitre
2009-12-04ARM semihosting: work with both low and high vectorsNicolas Pitre
2009-12-04ARM: doc updates for main headerDavid Brownell
2009-12-04ARM: rename armv4_5_build_reg_cache() as arm_*()David Brownell
2009-12-04ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell
2009-12-04ARM: misc generic cleanupDavid Brownell
2009-12-04ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell
2009-12-04ARM: switch target_to_armv4_5() to target_to_arm()David Brownell
2009-12-04ARM: rename armv4_5_state_* as arm_state_*David Brownell
2009-12-04ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell
2009-12-04ARM11: report watchpoint trigger insnDavid Brownell
2009-12-04ARM11: basic watchpoint supportDavid Brownell
2009-12-04ARM11: tweak TAP ops and debuggingDavid Brownell
2009-12-04ARM: semihosting entry cleanupDavid Brownell
2009-12-04ARM: remove semihosting globalsDavid Brownell
2009-12-04target: cygwin build fixesDavid Brownell
2009-12-03basic ARM semihosting supportNicolas Pitre
2009-12-03doxygen: remove some warningsDavid Brownell
2009-12-03ARMv7-A: tweak arch_state()David Brownell
2009-12-03ARM DPM: share debug reason logicDavid Brownell
2009-12-03ARM11: use shared DSCR bit namesDavid Brownell
2009-12-03ARM DPM: make DSCR bit defs sharableDavid Brownell
2009-12-03remove tertiary include pathsZachary T Welch
2009-12-03change #include "../hello.h" to "hello.h"Zachary T Welch
2009-12-03change #include "trace.h" to <target/trace.h>Zachary T Welch