aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-12-02remove #if logic for openocd_sleep_*ludeZachary 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-02jtag: factor init into 'jtag init'Zachary T Welch
2009-12-02flash: factor init to 'flash init'Zachary T Welch
2009-12-02mflash: factor init to 'mflash init'Zachary T Welch
2009-12-02nand: factor init to 'nand init'Zachary T Welch
2009-12-02pld: factor init to 'pld init'Zachary T Welch
2009-12-02ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell
2009-12-02ARM: label SP and LR correctlyDavid Brownell
2009-12-02zy1000: keep up with startup refactoring work.Øyvind Harboe
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-01zy1000: keep up with latest changes to command handlingØyvind Harboe
2009-12-01command: the Jim interpreter can now be provided rather than createdØyvind Harboe
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-12-01main: invoke jtag_interface_quit() explicitlyØyvind Harboe
2009-11-30improve command prohibition error reportZachary T Welch
2009-11-30XScale: restore_context() cleanupDavid Brownell
2009-11-30XScale: context restore, cleanup/bugfixDavid Brownell
2009-11-30remove interp global variable!Zachary T Welch
2009-11-30command output capture: do not use interp globalZachary T Welch
2009-11-30do not extern 'interp' from command.cZachary T Welch
2009-11-30target: avoid using interp global variableZachary T Welch
2009-11-30jtag: avoid using interp global variableZachary T Welch
2009-11-30fix foo command group help messagesZachary T Welch
2009-11-30make syntax errors respond with 'usage'Zachary T Welch
2009-11-30move improperly located documentationZachary T Welch
2009-11-30improve command_done() API and docsZachary T Welch
2009-11-30only display usable commands in helpZachary T Welch
2009-11-30allow deferal of initZachary T Welch
2009-11-30move server_init() to openocd_main()Zachary T Welch
2009-11-30improve gdb_init() sequenceZachary T Welch
2009-11-30zy1000: keep up with changes to command structureØyvind Harboe
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-28bugfix: 'init' changes state, not main()David Brownell
2009-11-28fix s3c24xx device command helperlementec fabien
2009-11-28Cortex-M3: don't chain "struct arm" commandsDavid Brownell
2009-11-28add 'nonce' nand driverZachary T Welch
2009-11-28add more stub handlers to testee targetZachary T Welch