Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: ADIv5 JTAG symbol cleanup | David Brownell | 2010-01-02 | 2 | -35/+68 |
* | ARM: dap info fix + tweaks | David Brownell | 2010-01-02 | 1 | -8/+14 |
* | ARM: ADIv5 export cleanup | David Brownell | 2010-01-02 | 2 | -31/+35 |
* | ARM: ADIv5 symbol and comment cleanup | David Brownell | 2010-01-02 | 2 | -29/+94 |
* | Cortex-M3: minor breakpoint cleanup | David Brownell | 2010-01-02 | 1 | -12/+25 |
* | streamline and document helptext mode displays | David Brownell | 2010-01-02 | 4 | -4/+4 |
* | ARM7_9: Fix segfaults | Antonio Borneo | 2009-12-30 | 2 | -0/+11 |
* | ARM9TDMI: Fix segfault. | Antonio Borneo | 2009-12-30 | 1 | -0/+6 |
* | MinGW build fixes | Freddie Chopin | 2009-12-28 | 1 | -1/+1 |
* | ARM: add comment re register exports | David Brownell | 2009-12-26 | 2 | -0/+2 |
* | Packaging fix | David Brownell | 2009-12-21 | 1 | -0/+1 |
* | Cortex-M3: cleanup | David Brownell | 2009-12-20 | 1 | -45/+111 |
* | ARM11: recognize ARM11 MPCore | David Brownell | 2009-12-20 | 1 | -5/+11 |
* | arm7_9: Support VINITHI signal | Antonio Borneo | 2009-12-20 | 1 | -23/+0 |
* | oocd_trace buildfixes | David Brownell | 2009-12-19 | 1 | -4/+4 |
* | ETM: add "etm trigger_debug" command | David Brownell | 2009-12-19 | 1 | -4/+62 |
* | ETM: more ETM_CTRL bit cleanup | David Brownell | 2009-12-19 | 2 | -56/+49 |
* | ETM: start cleaning up ETM_CTRL bit handling | David Brownell | 2009-12-19 | 3 | -36/+63 |
* | ETM trigger_percent becomes an ETB command | David Brownell | 2009-12-19 | 4 | -52/+58 |
* | XScale: better {read,write}_phys() | David Brownell | 2009-12-18 | 1 | -2/+14 |
* | dsp563xx: cygwin build fixes | David Brownell | 2009-12-18 | 1 | -5/+5 |
* | XScale: use all-ones for BYPASS, not five-ones | David Brownell | 2009-12-15 | 1 | -1/+1 |
* | target: add basic dsp563xx support | mkdorg@users.sourceforge.net | 2009-12-15 | 6 | -1/+1290 |
* | ARM11: improved reset support | David Brownell | 2009-12-14 | 1 | -48/+55 |
* | ARM: disassemble STM correctly | David Brownell | 2009-12-14 | 1 | -2/+5 |
* | target files shouldn't #include <target/...h> | David Brownell | 2009-12-13 | 25 | -39/+38 |
* | target: further shrink Jim-awareness | David Brownell | 2009-12-13 | 4 | -7/+10 |
* | ARM11: avoid pointless status returns | David Brownell | 2009-12-11 | 2 | -16/+11 |
* | ARM DPM: support updating HW breakpoints | David Brownell | 2009-12-11 | 2 | -52/+75 |
* | ARM: disassembly fixes for LDC/STC/MRRC/MCRR | David Brownell | 2009-12-11 | 1 | -18/+33 |
* | ARM11: minor cleanup, mostly ITR comments | David Brownell | 2009-12-11 | 2 | -28/+43 |
* | optimisation: tiny optimisation for embedded ice | Øyvind Harboe | 2009-12-11 | 1 | -6/+5 |
* | embedded hosts: optimize common code path for core arm operations | Øyvind Harboe | 2009-12-11 | 2 | -46/+66 |
* | ARM: update arm_opcodes.h copyright | David Brownell | 2009-12-09 | 1 | -0/+3 |
* | Comment and doxygen fixes | David Brownell | 2009-12-09 | 2 | -4/+14 |
* | ETM: only include oocd_trace.h when tracing enabled. | Spencer Oliver | 2009-12-09 | 1 | -0/+3 |
* | target: remove more exit() calls | David Brownell | 2009-12-08 | 2 | -9/+2 |
* | target: remove needless "extern"s | David Brownell | 2009-12-08 | 4 | -24/+8 |
* | target: move 'extern' decls to *.h files | David Brownell | 2009-12-08 | 5 | -15/+15 |
* | ARM: cygwin complile fixes | David Brownell | 2009-12-08 | 1 | -4/+6 |
* | build: add build/src to include path | Øyvind Harboe | 2009-12-08 | 1 | -1/+2 |
* | ARM: cope with stupidheaded compiler | David Brownell | 2009-12-07 | 1 | -2/+1 |
* | ARM: list number of HW breakpoints/watchpoints | David Brownell | 2009-12-07 | 3 | -0/+12 |
* | target: add debug_reason_name() | David Brownell | 2009-12-07 | 5 | -8/+19 |
* | ARM: don't clone arm_arch_state() code | David Brownell | 2009-12-07 | 4 | -33/+8 |
* | ARM: use <target/arm.h> not armv4_5.h | David Brownell | 2009-12-07 | 18 | -194/+225 |
* | ARM: rename some generic routines | David Brownell | 2009-12-07 | 15 | -32/+34 |
* | ARM: move opcode macros to <target/arm_opcodes.h> | David Brownell | 2009-12-07 | 17 | -247/+276 |
* | ARM: remove mrc_opcode(), use MRC() or MCR() | David Brownell | 2009-12-07 | 3 | -20/+32 |
* | ARM: disassemble two more v6+ instructions | David Brownell | 2009-12-07 | 1 | -12/+71 |