aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2009-12-03change #include "replacements.h" to <helper/replacements.h>Zachary T Welch
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch
2009-12-03change #include "jim.h" to <helper/jim.h>Zachary T Welch
2009-12-03change #include "fileio.h" to <helper/fileio.h>Zachary T Welch
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch
2009-12-03allow #include directives to use module nameZachary T Welch
2009-12-03feroceon.c should be part of ARM7_9_SRCNicolas Pitre
2009-12-02ARM11: don't expose DSCRDavid Brownell
2009-12-02ARM11: store a clean copy of DSCRDavid Brownell
2009-12-02ARM11: don't expose WDTRDavid Brownell
2009-12-02ARM11: don't expose RDTRDavid Brownell
2009-12-02ARM11: streamline debug entryDavid Brownell
2009-12-02ARM11: remove arm11->targetDavid Brownell
2009-12-02ARM DPM: tweak initializationDavid Brownell
2009-12-02adding files required for distributionZachary T Welch
2009-12-02fix 'target init' command registrationZachary T Welch
2009-12-02target: factor init to 'target init'Zachary T Welch
2009-12-02target: factor target_init() into piecesZachary T Welch
2009-12-02ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell
2009-12-02ARM: label SP and LR correctlyDavid Brownell
2009-12-01Cortex-A8: basic watchpoint supportDavid Brownell
2009-12-01ARM: core DPM support for watchpointsDavid Brownell
2009-12-01ARMv7a: move constants out of Cortex-A8 headerDavid Brownell
2009-12-01ARM11: remove previous mcr()/mrc() methodsDavid Brownell
2009-12-01Cortex-A8: remove previous mcr()/mrc() methodsDavid Brownell
2009-12-01ARM: implement mrc()/mcr() as DPM opsDavid Brownell
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell
2009-12-01ARMv7-A: stop using CP15 opsDavid Brownell
2009-12-01Cortex-A8: stop using CP15 opsDavid Brownell
2009-11-30XScale: restore_context() cleanupDavid Brownell
2009-11-30XScale: context restore, cleanup/bugfixDavid Brownell
2009-11-30do not extern 'interp' from command.cZachary T Welch
2009-11-30target: avoid using interp global variableZachary T Welch
2009-11-29XScale: clean up full_context() (#2)David Brownell
2009-11-29XScale: clean up full_context() (#1)David Brownell
2009-11-29XScale: debug entry uses new register mappingDavid Brownell
2009-11-29XScale: initial PXA3xx supportMarek Vasut
2009-11-29ARM11: fix warning on cygwinDavid Brownell
2009-11-28Cortex-M3: don't chain "struct arm" commandsDavid Brownell
2009-11-28add more stub handlers to testee targetZachary T Welch
2009-11-28explode tcl_target_func into many handlersZachary T Welch
2009-11-28split jim_target into multiple handlersZachary T Welch
2009-11-28ARM11: fix warning on amd64David Brownell
2009-11-28ARM11: fix dbgtap JTAG_DEBUGDavid Brownell
2009-11-28target: uplevel add_{break,watch}point() error checksDavid Brownell
2009-11-28target: remove unused TARGET_EVENT_OLD_* symbolsDavid Brownell
2009-11-27Cortex-A8: support "reset-assert" eventDavid Brownell
2009-11-27target: groundwork for "reset-assert" eventDavid Brownell
2009-11-27ARM11: write_memory() avoids increment checkDavid Brownell