summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* Packaging fixDavid Brownell2009-12-211-0/+1
* Cortex-M3: cleanupDavid Brownell2009-12-201-45/+111
* ARM11: recognize ARM11 MPCoreDavid Brownell2009-12-201-5/+11
* arm7_9: Support VINITHI signalAntonio Borneo2009-12-201-23/+0
* oocd_trace buildfixesDavid Brownell2009-12-191-4/+4
* ETM: add "etm trigger_debug" commandDavid Brownell2009-12-191-4/+62
* ETM: more ETM_CTRL bit cleanupDavid Brownell2009-12-192-56/+49
* ETM: start cleaning up ETM_CTRL bit handlingDavid Brownell2009-12-193-36/+63
* ETM trigger_percent becomes an ETB commandDavid Brownell2009-12-194-52/+58
* XScale: better {read,write}_phys()David Brownell2009-12-181-2/+14
* dsp563xx: cygwin build fixesDavid Brownell2009-12-181-5/+5
* XScale: use all-ones for BYPASS, not five-onesDavid Brownell2009-12-151-1/+1
* target: add basic dsp563xx supportmkdorg@users.sourceforge.net2009-12-156-1/+1290
* ARM11: improved reset supportDavid Brownell2009-12-141-48/+55
* 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