summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* remove #if logic for openocd_sleep_*ludeZachary T Welch2009-12-025-19/+45
* target: factor init to 'target init'Zachary T Welch2009-12-022-5/+25
* target: factor target_init() into piecesZachary T Welch2009-12-021-69/+84
* jtag: factor init into 'jtag init'Zachary T Welch2009-12-022-7/+32
* flash: factor init to 'flash init'Zachary T Welch2009-12-022-3/+25
* mflash: factor init to 'mflash init'Zachary T Welch2009-12-022-3/+25
* nand: factor init to 'nand init'Zachary T Welch2009-12-022-3/+28
* pld: factor init to 'pld init'Zachary T Welch2009-12-022-2/+26
* ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell2009-12-025-44/+33
* ARM: label SP and LR correctlyDavid Brownell2009-12-021-12/+12
* zy1000: keep up with startup refactoring work.Øyvind Harboe2009-12-021-0/+5
* 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
* zy1000: keep up with latest changes to command handlingØyvind Harboe2009-12-012-7/+5
* command: the Jim interpreter can now be provided rather than createdØyvind Harboe2009-12-013-12/+18
* 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
* main: invoke jtag_interface_quit() explicitlyØyvind Harboe2009-12-011-6/+2
* improve command prohibition error reportZachary T Welch2009-11-301-2/+10
* XScale: restore_context() cleanupDavid Brownell2009-11-301-38/+30
* XScale: context restore, cleanup/bugfixDavid Brownell2009-11-301-15/+29
* remove interp global variable!Zachary T Welch2009-11-303-20/+22
* command output capture: do not use interp globalZachary T Welch2009-11-301-15/+34
* do not extern 'interp' from command.cZachary T Welch2009-11-3011-23/+31
* target: avoid using interp global variableZachary T Welch2009-11-302-9/+11
* jtag: avoid using interp global variableZachary T Welch2009-11-302-6/+13
* fix foo command group help messagesZachary T Welch2009-11-301-3/+6
* make syntax errors respond with 'usage'Zachary T Welch2009-11-302-4/+4
* move improperly located documentationZachary T Welch2009-11-301-15/+17
* improve command_done() API and docsZachary T Welch2009-11-302-6/+19
* only display usable commands in helpZachary T Welch2009-11-301-0/+3
* allow deferal of initZachary T Welch2009-11-301-4/+23
* move server_init() to openocd_main()Zachary T Welch2009-11-302-19/+28
* improve gdb_init() sequenceZachary T Welch2009-11-303-35/+49
* zy1000: keep up with changes to command structureØyvind Harboe2009-11-301-0/+1
* 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
* bugfix: 'init' changes state, not main()David Brownell2009-11-281-1/+2
* fix s3c24xx device command helperlementec fabien2009-11-281-1/+4
* Cortex-M3: don't chain "struct arm" commandsDavid Brownell2009-11-281-3/+0
* add 'nonce' nand driverZachary T Welch2009-11-283-0/+83
* add more stub handlers to testee targetZachary T Welch2009-11-281-2/+22