aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-28improve command handler wrapper scriptZachary T Welch2-3/+26
2009-11-28add 'command type' introspective handlerZachary T Welch1-0/+43
2009-11-28ARM11: fix warning on amd64David Brownell1-1/+4
2009-11-28ARM11: fix dbgtap JTAG_DEBUGDavid Brownell1-2/+2
2009-11-28target: uplevel add_{break,watch}point() error checksDavid Brownell6-38/+23
2009-11-28target: remove unused TARGET_EVENT_OLD_* symbolsDavid Brownell1-2/+0
2009-11-27Cortex-A8: support "reset-assert" eventDavid Brownell1-5/+28
2009-11-27target: groundwork for "reset-assert" eventDavid Brownell2-3/+21
2009-11-27ARM11: write_memory() avoids increment checkDavid Brownell1-9/+19
2009-11-27fix regression causing duplicated outputZachary T Welch1-13/+28
2009-11-27zy1000: keep up with new command registration stuffØyvind Harboe1-42/+46
2009-11-27update minidummy interface driver command handlingZachary T Welch1-1/+1
2009-11-27fix 'nand info' commandZachary T Welch1-5/+5
2009-11-27zy1000: keep up with changes to log_init()Øyvind Harboe1-7/+1
2009-11-27minidummy: fix compilation errorØyvind Harboe1-2/+2
2009-11-26ARM NAND I/O header documentation update.Dean Glazeski1-6/+10