summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* ARM: disassemble STM correctlyDavid Brownell2009-12-141-2/+5
* target files shouldn't #include <target/...h>David Brownell2009-12-1325-39/+38
* target: further shrink Jim-awarenessDavid Brownell2009-12-134-7/+10
* ARM11: avoid pointless status returnsDavid Brownell2009-12-112-16/+11
* ARM DPM: support updating HW breakpointsDavid Brownell2009-12-112-52/+75
* ARM: disassembly fixes for LDC/STC/MRRC/MCRRDavid Brownell2009-12-111-18/+33
* ARM11: minor cleanup, mostly ITR commentsDavid Brownell2009-12-112-28/+43
* optimisation: tiny optimisation for embedded iceØyvind Harboe2009-12-111-6/+5
* embedded hosts: optimize common code path for core arm operationsØyvind Harboe2009-12-112-46/+66
* ARM: update arm_opcodes.h copyrightDavid Brownell2009-12-091-0/+3
* Comment and doxygen fixesDavid Brownell2009-12-092-4/+14
* ETM: only include oocd_trace.h when tracing enabled.Spencer Oliver2009-12-091-0/+3
* target: remove more exit() callsDavid Brownell2009-12-082-9/+2
* target: remove needless "extern"sDavid Brownell2009-12-084-24/+8
* target: move 'extern' decls to *.h filesDavid Brownell2009-12-085-15/+15
* ARM: cygwin complile fixesDavid Brownell2009-12-081-4/+6
* build: add build/src to include pathØyvind Harboe2009-12-081-1/+2
* ARM: cope with stupidheaded compilerDavid Brownell2009-12-071-2/+1
* ARM: list number of HW breakpoints/watchpointsDavid Brownell2009-12-073-0/+12
* target: add debug_reason_name()David Brownell2009-12-075-8/+19
* ARM: don't clone arm_arch_state() codeDavid Brownell2009-12-074-33/+8
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-0718-194/+225
* ARM: rename some generic routinesDavid Brownell2009-12-0715-32/+34
* ARM: move opcode macros to <target/arm_opcodes.h>David Brownell2009-12-0717-247/+276
* ARM: remove mrc_opcode(), use MRC() or MCR()David Brownell2009-12-073-20/+32
* ARM: disassemble two more v6+ instructionsDavid Brownell2009-12-071-12/+71
* ARM DPM: don't write low bits of watchpoint valueDavid Brownell2009-12-071-1/+1
* 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