summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improve etm command argument parsing.Zachary T Welch2009-11-051-4/+9
* Improve trace command argument parsing.Zachary T Welch2009-11-051-2/+4
* Improve arm_adi_v5 command argument parsing.Zachary T Welch2009-11-051-15/+42
* Improve cortex_m3 command argument parsing.Zachary T Welch2009-11-051-6/+2
* Improve xscale command argument parsing.Zachary T Welch2009-11-051-2/+2
* Improve arm11 command argument parsing.Zachary T Welch2009-11-051-7/+7
* Improve arm966e command argument parsing.Zachary T Welch2009-11-051-2/+4
* Improve arm926ejs command argument parsing.Zachary T Welch2009-11-051-5/+6
* Improve arm920t command argument parsing.Zachary T Welch2009-11-051-6/+12
* Improve arm720t command argument parsing.Zachary T Welch2009-11-051-2/+5
* Improve arm7_9_common command argument parsing.Zachary T Welch2009-11-051-8/+8
* Improve armv7m command argument parsing.Zachary T Welch2009-11-051-11/+20
* Improve armv7a command argument parsing.Zachary T Welch2009-11-051-5/+12
* Improve armv4_5 command argument parsing.Zachary T Welch2009-11-051-2/+2
* Improve xscale command argument parsing.Zachary T Welch2009-11-051-12/+12
* Improve pld command argument parsing.Zachary T Welch2009-11-052-6/+11
* Update all server port command to use new helper.Zachary T Welch2009-11-053-23/+5
* Add server port command helper function.Zachary T Welch2009-11-052-0/+23
* Improve target.c command argument parsing.Zachary T Welch2009-11-051-88/+36
* Improve jtag command argument parsing.Zachary T Welch2009-11-056-51/+36
* Improve debug_level command argument parsing.Zachary T Welch2009-11-051-3/+1
* Add macro for parsing numeric command arguments.Zachary T Welch2009-11-051-0/+21
* Add stringify macros in src/helper/types.h.Zachary T Welch2009-11-051-0/+4
* arm920t: add mrcmcr interface fn's.Øyvind Harboe2009-11-051-0/+29
* arm11: check if target is halted before executing mrc/mcr commands.Øyvind Harboe2009-11-051-0/+7
* target: fix ordering of arguments to mcr and mrc commandsØyvind Harboe2009-11-051-7/+7
* target: check args to mrc/mcr.Øyvind Harboe2009-11-051-0/+24
* ARM11: added mrc/mcr support to arm11 code.Øyvind Harboe2009-11-051-0/+53
* target: Only register mrc mcr commands when one of the targets support them.Øyvind Harboe2009-11-051-3/+11
* cortex_a8: add mrc mcr interface.Øyvind Harboe2009-11-051-0/+29
* watchpoint_add() cleanupDavid Brownell2009-11-054-32/+40
* Cortex-M3: expose most DWT registersDavid Brownell2009-11-052-21/+144
* Cortex-M3: minor cleanupDavid Brownell2009-11-052-16/+4
* Cortex-M3: DWT cleanup/fixesDavid Brownell2009-11-051-56/+115
* ARMv7M: add docs, remove exportsDavid Brownell2009-11-052-29/+63
* target: add target->type->has_mmu fn.Øyvind Harboe2009-11-053-5/+48
* Make default implementation of mdw/mmw phys return error 'not implemented'Øyvind Harboe2009-11-051-2/+14
* target: remove unused interface fn that clutters codeØyvind Harboe2009-11-0516-92/+0
* debug interface: get rid of unused pre_debug fnØyvind Harboe2009-11-059-16/+0
* warnings: removeØyvind Harboe2009-11-051-3/+2
* ft2232: cleanupDavid Brownell2009-11-041-110/+97
* JTAG: support KT-LINK adapterKrzysztof Kajstura2009-11-041-0/+131
* target: 20 second timeout/megabyte for CRC checkØyvind Harboe2009-11-031-1/+4
* arm920t: memory writes were broken when MMU was disabledØyvind Harboe2009-11-031-11/+10
* target: require working area for physical/virtual addresses to be specifiedØyvind Harboe2009-11-032-9/+29
* FT2232: increase read retry countsDimitar Dimitrov2009-11-011-8/+26
* arm9tdmi: more correct fix for vector_catchDavid Brownell2009-10-311-8/+5
* ARM926: fix arm926ejs_mmu() reading from bad pointerDavid Brownell2009-10-301-1/+3
* bin2char: for win32 set stdin/stdout to binary modeSpencer Oliver2009-10-301-0/+10
* SVF: fix checking bit pattern against lengthMichael Roth2009-10-291-2/+2