aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-12-11gdb_server: make struct gdb_connection privateØyvind Harboe
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-10anotyer cygwin compile fixDavid Brownell
2009-12-10zy1000: revc FPGA now worksØyvind Harboe
2009-12-09ARM: update arm_opcodes.h copyrightDavid Brownell
2009-12-09stellaris: flash protection updates, minor fixesDavid Brownell
2009-12-09Comment and doxygen fixesDavid Brownell
2009-12-09ETM: only include oocd_trace.h when tracing enabled.Spencer Oliver
2009-12-08Fix compilation error with gcc 4.4.1Rafael Campos Las Heras
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-08zy1000: some background info on the zy1000 file.Øyvind Harboe
2009-12-08minidriver: fix inline capability of minidriverØyvind Harboe
2009-12-08zy1000: remove unecessary includeØyvind Harboe
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-06add 'flash list', rewrite 'flash banks'Zachary T Welch
2009-12-06allow 'flash_banks' command to give GDB outputZachary T Welch
2009-12-06fix NOR flash regressionZachary T Welch
2009-12-05misc code review updatesDavid Brownell
2009-12-05NOR: add 29LV400BC flash deviceMathias Kuester
2009-12-04ARM semihosting: use breakpoint on ARM7Nicolas Pitre
2009-12-04ARM semihosting: work with both low and high vectorsNicolas Pitre
2009-12-04rename nand.h to flash//nand/core.hZachary T Welch
2009-12-04move remaining nand helper filesZachary T Welch
2009-12-04split nand.c into nand/{core,fileio,tcl}.cZachary T Welch
2009-12-04split NAND driver handling into nand/driver.[ch]Zachary T Welch
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