aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-11-05Improve target.c command argument parsing.Zachary T Welch
2009-11-05Improve jtag command argument parsing.Zachary T Welch
2009-11-05Improve debug_level command argument parsing.Zachary T Welch
2009-11-05Add macro for parsing numeric command arguments.Zachary T Welch
2009-11-05Add stringify macros in src/helper/types.h.Zachary T Welch
2009-11-05arm920t: add mrcmcr interface fn's.Øyvind Harboe
2009-11-05arm11: check if target is halted before executing mrc/mcr commands.Øyvind Harboe
2009-11-05target: fix ordering of arguments to mcr and mrc commandsØyvind Harboe
2009-11-05target: check args to mrc/mcr.Øyvind Harboe
2009-11-05ARM11: added mrc/mcr support to arm11 code.Øyvind Harboe
2009-11-05target: Only register mrc mcr commands when one of the targets support them.Øyvind Harboe
2009-11-05cortex_a8: add mrc mcr interface.Øyvind Harboe
2009-11-05watchpoint_add() cleanupDavid Brownell
2009-11-05Cortex-M3: expose most DWT registersDavid Brownell
2009-11-05Cortex-M3: minor cleanupDavid Brownell
2009-11-05Cortex-M3: DWT cleanup/fixesDavid Brownell
2009-11-05ARMv7M: add docs, remove exportsDavid Brownell
2009-11-05target: add target->type->has_mmu fn.Øyvind Harboe
2009-11-05Make default implementation of mdw/mmw phys return error 'not implemented'Øyvind Harboe
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe
2009-11-05warnings: removeØyvind Harboe
2009-11-04ft2232: cleanupDavid Brownell
2009-11-04JTAG: support KT-LINK adapterKrzysztof Kajstura
2009-11-03target: 20 second timeout/megabyte for CRC checkØyvind Harboe
2009-11-03arm920t: memory writes were broken when MMU was disabledØyvind Harboe
2009-11-03target: require working area for physical/virtual addresses to be specifiedØyvind Harboe
2009-11-01FT2232: increase read retry countsDimitar Dimitrov
2009-10-31arm9tdmi: more correct fix for vector_catchDavid Brownell
2009-10-30ARM926: fix arm926ejs_mmu() reading from bad pointerDavid Brownell
2009-10-30bin2char: for win32 set stdin/stdout to binary modeSpencer Oliver
2009-10-29SVF: fix checking bit pattern against lengthMichael Roth
2009-10-29XSVF: bugfix handling state pathsDavid Brownell
2009-10-28Cortex-M3: remove exports and forward declsDavid Brownell
2009-10-28ARM926: remove exports and forward declsDavid Brownell
2009-10-28bugfix: stack corruption loading IHex imagesFranck HÉRÉSON
2009-10-27ARM: fix single-step of Thumb unconditional branchNicolas Pitre
2009-10-27ARM: fix target address when disassembling Thumb BLXNicolas Pitre
2009-10-27Signalyzer: H2 and H4 supportOleg Seiljus
2009-10-26ARM: fix Thumb mode handling when single-stepping register based branch insnsNicolas Pitre
2009-10-26ARM: allow proper single stepping of Thumb BL and BLX instructionsNicolas Pitre
2009-10-26ARM: call thumb_pass_branch_condition() only for actual branch opcodesNicolas Pitre
2009-10-26ft2232: less noise with _DEBUG_JTAG_IO_David Brownell
2009-10-26JTAG: "jtag newtap ..." cleanupDavid Brownell
2009-10-26ARM ADIv5: "dap info" gets more readableDavid Brownell
2009-10-26SVF: fix parsing hex strings containing leading '0' charactersMichael Roth
2009-10-26JTAG: simple autoprobingDavid Brownell
2009-10-25check if mmu is enabled before using mmu code pathØyvind Harboe
2009-10-25ARM: rename "arm9tdmi vector_catch" to "arm9 ..."David Brownell
2009-10-25JTAG: jtag_tap_init() bugfixesDavid Brownell