summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* split jim_newtap_cmd into piecesZachary T Welch2009-11-281-70/+94
* improve jtag_tap_configureZachary T Welch2009-11-281-77/+88
* improve jtag_tap_handle_event indentationZachary T Welch2009-11-281-23/+30
* begin moving JTAG jim handlers/helpersZachary T Welch2009-11-281-227/+236
* split jim_jtag_command into multiple handlersZachary T Welch2009-11-281-180/+212
* remove redundant 'rm' command handlerZachary T Welch2009-11-281-27/+0
* add error checking in command_newZachary T Welch2009-11-281-20/+30
* include mode information in help text.Zachary T Welch2009-11-281-3/+27
* refactor command mode detectionZachary T Welch2009-11-281-2/+7
* add command private data setter/accessorZachary T Welch2009-11-282-0/+31
* add 'command mode' introspective handlerZachary T Welch2009-11-281-0/+39
* remove unknown handlerZachary T Welch2009-11-282-36/+38