summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* ARM11: don't expose DSCRDavid Brownell2009-12-022-185/+7
* ARM11: store a clean copy of DSCRDavid Brownell2009-12-024-76/+56
* ARM11: don't expose WDTRDavid Brownell2009-12-022-14/+11
* ARM11: don't expose RDTRDavid Brownell2009-12-022-15/+11
* ARM11: streamline debug entryDavid Brownell2009-12-021-25/+20
* ARM11: remove arm11->targetDavid Brownell2009-12-023-20/+12
* ARM DPM: tweak initializationDavid Brownell2009-12-026-23/+33
* adding files required for distributionZachary T Welch2009-12-021-0/+1
* fix 'target init' command registrationZachary T Welch2009-12-021-6/+6
* target: factor init to 'target init'Zachary T Welch2009-12-021-0/+23
* target: factor target_init() into piecesZachary T Welch2009-12-021-69/+84
* ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell2009-12-025-44/+33
* ARM: label SP and LR correctlyDavid Brownell2009-12-021-12/+12
* Cortex-A8: basic watchpoint supportDavid Brownell2009-12-011-0/+66
* ARM: core DPM support for watchpointsDavid Brownell2009-12-014-41/+302
* ARMv7a: move constants out of Cortex-A8 headerDavid Brownell2009-12-012-35/+48
* ARM11: remove previous mcr()/mrc() methodsDavid Brownell2009-12-011-75/+0
* Cortex-A8: remove previous mcr()/mrc() methodsDavid Brownell2009-12-012-104/+1
* ARM: implement mrc()/mcr() as DPM opsDavid Brownell2009-12-011-0/+59
* target: "mcr" and "mrc" are ARM-specificDavid Brownell2009-12-019-218/+228
* ARMv7-A: stop using CP15 opsDavid Brownell2009-12-011-5/+36
* Cortex-A8: stop using CP15 opsDavid Brownell2009-12-011-16/+53
* XScale: restore_context() cleanupDavid Brownell2009-11-301-38/+30
* XScale: context restore, cleanup/bugfixDavid Brownell2009-11-301-15/+29
* do not extern 'interp' from command.cZachary T Welch2009-11-302-5/+7
* target: avoid using interp global variableZachary T Welch2009-11-302-9/+11
* XScale: clean up full_context() (#2)David Brownell2009-11-291-39/+30
* XScale: clean up full_context() (#1)David Brownell2009-11-291-17/+32
* XScale: debug entry uses new register mappingDavid Brownell2009-11-291-9/+10
* XScale: initial PXA3xx supportMarek Vasut2009-11-292-11/+39
* ARM11: fix warning on cygwinDavid Brownell2009-11-291-9/+22
* Cortex-M3: don't chain "struct arm" commandsDavid Brownell2009-11-281-3/+0
* add more stub handlers to testee targetZachary T Welch2009-11-281-2/+22
* explode tcl_target_func into many handlersZachary T Welch2009-11-281-387/+521
* split jim_target into multiple handlersZachary T Welch2009-11-281-109/+137
* ARM11: fix warning on amd64David Brownell2009-11-281-1/+4
* ARM11: fix dbgtap JTAG_DEBUGDavid Brownell2009-11-281-2/+2
* target: uplevel add_{break,watch}point() error checksDavid Brownell2009-11-286-38/+23
* target: remove unused TARGET_EVENT_OLD_* symbolsDavid Brownell2009-11-281-2/+0
* Cortex-A8: support "reset-assert" eventDavid Brownell2009-11-271-5/+28
* target: groundwork for "reset-assert" eventDavid Brownell2009-11-272-3/+21
* ARM11: write_memory() avoids increment checkDavid Brownell2009-11-271-9/+19
* XScale: add stub {read,write}_phys routinesDavid Brownell2009-11-261-0/+20
* target: create and use target_name()David Brownell2009-11-254-19/+29
* target: target_get_name() --> target_type_name()David Brownell2009-11-256-15/+24
* ARM: minor armv4/armv5 cleanupDavid Brownell2009-11-251-1/+12
* ARM: comment tweaks in ADIv5David Brownell2009-11-251-2/+5
* ARM7/9: shrink run_algorithm_inner() linesDavid Brownell2009-11-251-2/+10
* use ARRAY_SIZE macroZachary T Welch2009-11-255-24/+24
* add 'testee' target typeZachary T Welch2009-11-253-1/+52