summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-133-9/+10
* s3c24xx: use COMMAND_HANDLER with command helperZachary T Welch2009-11-131-0/+0
* arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch2009-11-134-23/+18
* use COMMAND_HELPER for command helper functionsZachary T Welch2009-11-133-12/+9
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-1320-158/+93
* Cortex-A8: fix indentDavid Brownell2009-11-131-28/+28
* ETM: start support for ETMv2+David Brownell2009-11-122-23/+129
* ETM: remove old mid-level ETM handleDavid Brownell2009-11-117-11/+8
* ETM: use new toplevel ETM handleDavid Brownell2009-11-111-58/+50
* ETM: update port driversDavid Brownell2009-11-113-42/+41
* ETM: update arm[79]tdmi_examine()David Brownell2009-11-112-8/+10
* ARM: start generalized base typeDavid Brownell2009-11-112-19/+34
* remove more useless declarationsZachary T Welch2009-11-111-13/+12
* cortex_a8: remove declarations, use static keywordZachary T Welch2009-11-112-112/+82
* add const keyword to some APIsZachary T Welch2009-11-115-7/+9
* change argv to args in command handlersZachary T Welch2009-11-111-5/+5
* makefiles: improve build orderZachary T Welch2009-11-111-51/+76
* ETM cleanupDavid Brownell2009-11-114-131/+120
* fix bug in ARM720: bugfixZachary T Welch2009-11-101-1/+1
* ARM720: bugfixDavid Brownell2009-11-101-1/+2
* target: MMU-aware init for memory read/writeDavid Brownell2009-11-101-23/+42
* arm11: add etmr/etmw registers to access ETM via DBGTAP scan chainMichael Bruck2009-11-103-0/+142
* ARM11: remove old mrc/mcr commandsØyvind Harboe2009-11-101-102/+0
* Target: minor cleanupDavid Brownell2009-11-102-13/+21
* ARM920: implement basic MMU opsDavid Brownell2009-11-101-0/+22
* ARM720: implement basic MMU opsDavid Brownell2009-11-101-0/+22
* Target: fix bad error messagesDavid Brownell2009-11-101-7/+10
* svf,xsvf,arm7_9_common: trim forard declarationsZachary T Welch2009-11-091-35/+38
* target.c: remove useless declarationsZachary T Welch2009-11-091-103/+127
* Revert "target: add target->type->has_mmu fn"David Brownell2009-11-093-48/+5
* finish removing deprecated/obsolete commandsDavid Brownell2009-11-093-6/+4
* src/target: remove 'extern' and wrap headersZachary T Welch2009-11-0926-190/+296
* target.h: remove extern keyword and wrapZachary T Welch2009-11-091-53/+72
* EmbeddedICE: minor cleanupsDavid Brownell2009-11-091-52/+101
* Overhaul time support APIZachary T Welch2009-11-091-53/+30
* Add private header for ARM11 internals.Zachary T Welch2009-11-084-50/+74
* ARM11: remove exports and forward declsZachary T Welch2009-11-082-164/+138
* ARM: minor simulator cleanupDavid Brownell2009-11-081-25/+49
* Cortex-M3: fix (debug) message priorityDavid Brownell2009-11-081-1/+1
* Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/...David Brownell2009-11-061-0/+1
|\
| * Fix arm11 vcr command parsing.Zachary T Welch2009-11-061-0/+1
* | target: don't swap MMU/no-MMU work areasDavid Brownell2009-11-061-16/+17
|/
* ARM: shrink offsetsDavid Brownell2009-11-056-8/+8
* ARM: other code uses the new inheritance/nesting schemeDavid Brownell2009-11-056-104/+78
* Cortex-A8: use the new inheritance/nesting schemeDavid Brownell2009-11-054-125/+51
* ARM7TDMI uses the new inheritance/nesting schemeDavid Brownell2009-11-052-70/+28
* ARM720 uses the new inheritance/nesting schemeDavid Brownell2009-11-051-80/+30
* XScale uses the new inheritance/nesting schemeDavid Brownell2009-11-052-190/+118
* ARM9TDMI uses the new inheritance/nesting schemeDavid Brownell2009-11-052-109/+33
* ARM966 uses the new inheritance/nesting schemeDavid Brownell2009-11-051-52/+11