aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-12-01zy1000: keep up with latest changes to command handlingØyvind Harboe2-7/+5
2009-12-01command: the Jim interpreter can now be provided rather than createdØyvind Harboe3-12/+18
2009-12-01ARM11: remove previous mcr()/mrc() methodsDavid Brownell1-75/+0
2009-12-01Cortex-A8: remove previous mcr()/mrc() methodsDavid Brownell2-104/+1
2009-12-01ARM: implement mrc()/mcr() as DPM opsDavid Brownell1-0/+59
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell9-218/+228
2009-12-01ARMv7-A: stop using CP15 opsDavid Brownell1-5/+36
2009-12-01Cortex-A8: stop using CP15 opsDavid Brownell1-16/+53
2009-12-01main: invoke jtag_interface_quit() explicitlyØyvind Harboe1-6/+2
2009-11-30improve command prohibition error reportZachary T Welch1-2/+10
2009-11-30XScale: restore_context() cleanupDavid Brownell1-38/+30
2009-11-30XScale: context restore, cleanup/bugfixDavid Brownell1-15/+29
2009-11-30remove interp global variable!Zachary T Welch3-20/+22
2009-11-30command output capture: do not use interp globalZachary T Welch1-15/+34
2009-11-30do not extern 'interp' from command.cZachary T Welch11-23/+31
2009-11-30target: avoid using interp global variableZachary T Welch2-9/+11
2009-11-30jtag: avoid using interp global variableZachary T Welch2-6/+13
2009-11-30fix foo command group help messagesZachary T Welch1-3/+6
2009-11-30make syntax errors respond with 'usage'Zachary T Welch2-4/+4
2009-11-30move improperly located documentationZachary T Welch1-15/+17
2009-11-30improve command_done() API and docsZachary T Welch2-6/+19
2009-11-30only display usable commands in helpZachary T Welch1-0/+3
2009-11-30allow deferal of initZachary T Welch1-4/+23
2009-11-30move server_init() to openocd_main()Zachary T Welch2-19/+28
2009-11-30improve gdb_init() sequenceZachary T Welch3-35/+49
2009-11-30zy1000: keep up with changes to command structureØyvind Harboe1-0/+1
2009-11-29XScale: clean up full_context() (#2)David Brownell1-39/+30
2009-11-29XScale: clean up full_context() (#1)David Brownell1-17/+32
2009-11-29XScale: debug entry uses new register mappingDavid Brownell1-9/+10
2009-11-29XScale: initial PXA3xx supportMarek Vasut2-11/+39
2009-11-29ARM11: fix warning on cygwinDavid Brownell1-9/+22
2009-11-28bugfix: 'init' changes state, not main()David Brownell1-1/+2
2009-11-28fix s3c24xx device command helperlementec fabien1-1/+4
2009-11-28Cortex-M3: don't chain "struct arm" commandsDavid Brownell1-3/+0
2009-11-28add 'nonce' nand driverZachary T Welch3-0/+83
2009-11-28add more stub handlers to testee targetZachary T Welch1-2/+22
2009-11-28explode tcl_target_func into many handlersZachary T Welch1-387/+521
2009-11-28split jim_target into multiple handlersZachary T Welch1-109/+137
2009-11-28split jim_newtap_cmd into piecesZachary T Welch1-70/+94
2009-11-28improve jtag_tap_configureZachary T Welch1-77/+88
2009-11-28improve jtag_tap_handle_event indentationZachary T Welch1-23/+30
2009-11-28begin moving JTAG jim handlers/helpersZachary T Welch1-227/+236
2009-11-28split jim_jtag_command into multiple handlersZachary T Welch1-180/+212
2009-11-28remove redundant 'rm' command handlerZachary T Welch1-27/+0
2009-11-28add error checking in command_newZachary T Welch1-20/+30
2009-11-28include mode information in help text.Zachary T Welch1-3/+27
2009-11-28refactor command mode detectionZachary T Welch1-2/+7
2009-11-28add command private data setter/accessorZachary T Welch2-0/+31
2009-11-28add 'command mode' introspective handlerZachary T Welch1-0/+39
2009-11-28remove unknown handlerZachary T Welch2-36/+38