| Commit message (Expand) | Author | Age | Files | Lines |
* | fix foo command group help messages | Zachary T Welch | 2009-11-30 | 1 | -3/+6 |
* | make syntax errors respond with 'usage' | Zachary T Welch | 2009-11-30 | 2 | -4/+4 |
* | move improperly located documentation | Zachary T Welch | 2009-11-30 | 1 | -15/+17 |
* | improve command_done() API and docs | Zachary T Welch | 2009-11-30 | 2 | -6/+19 |
* | only display usable commands in help | Zachary T Welch | 2009-11-30 | 1 | -0/+3 |
* | allow deferal of init | Zachary T Welch | 2009-11-30 | 1 | -4/+23 |
* | move server_init() to openocd_main() | Zachary T Welch | 2009-11-30 | 2 | -19/+28 |
* | improve gdb_init() sequence | Zachary T Welch | 2009-11-30 | 3 | -35/+49 |
* | zy1000: keep up with changes to command structure | Øyvind Harboe | 2009-11-30 | 1 | -0/+1 |
* | XScale: clean up full_context() (#2) | David Brownell | 2009-11-29 | 1 | -39/+30 |
* | XScale: clean up full_context() (#1) | David Brownell | 2009-11-29 | 1 | -17/+32 |
* | XScale: debug entry uses new register mapping | David Brownell | 2009-11-29 | 1 | -9/+10 |
* | XScale: initial PXA3xx support | Marek Vasut | 2009-11-29 | 2 | -11/+39 |
* | ARM11: fix warning on cygwin | David Brownell | 2009-11-29 | 1 | -9/+22 |
* | bugfix: 'init' changes state, not main() | David Brownell | 2009-11-28 | 1 | -1/+2 |
* | fix s3c24xx device command helper | lementec fabien | 2009-11-28 | 1 | -1/+4 |
* | Cortex-M3: don't chain "struct arm" commands | David Brownell | 2009-11-28 | 1 | -3/+0 |
* | add 'nonce' nand driver | Zachary T Welch | 2009-11-28 | 3 | -0/+83 |
* | add more stub handlers to testee target | Zachary T Welch | 2009-11-28 | 1 | -2/+22 |
* | explode tcl_target_func into many handlers | Zachary T Welch | 2009-11-28 | 1 | -387/+521 |
* | split jim_target into multiple handlers | Zachary T Welch | 2009-11-28 | 1 | -109/+137 |
* | split jim_newtap_cmd into pieces | Zachary T Welch | 2009-11-28 | 1 | -70/+94 |
* | improve jtag_tap_configure | Zachary T Welch | 2009-11-28 | 1 | -77/+88 |
* | improve jtag_tap_handle_event indentation | Zachary T Welch | 2009-11-28 | 1 | -23/+30 |
* | begin moving JTAG jim handlers/helpers | Zachary T Welch | 2009-11-28 | 1 | -227/+236 |
* | split jim_jtag_command into multiple handlers | Zachary T Welch | 2009-11-28 | 1 | -180/+212 |
* | remove redundant 'rm' command handler | Zachary T Welch | 2009-11-28 | 1 | -27/+0 |
* | add error checking in command_new | Zachary T Welch | 2009-11-28 | 1 | -20/+30 |
* | include mode information in help text. | Zachary T Welch | 2009-11-28 | 1 | -3/+27 |
* | refactor command mode detection | Zachary T Welch | 2009-11-28 | 1 | -2/+7 |
* | add command private data setter/accessor | Zachary T Welch | 2009-11-28 | 2 | -0/+31 |
* | add 'command mode' introspective handler | Zachary T Welch | 2009-11-28 | 1 | -0/+39 |
* | remove unknown handler | Zachary T Welch | 2009-11-28 | 2 | -36/+38 |
* | improve command handler wrapper script | Zachary T Welch | 2009-11-28 | 2 | -3/+26 |
* | add 'command type' introspective handler | Zachary T Welch | 2009-11-28 | 1 | -0/+43 |
* | ARM11: fix warning on amd64 | David Brownell | 2009-11-28 | 1 | -1/+4 |
* | ARM11: fix dbgtap JTAG_DEBUG | David Brownell | 2009-11-28 | 1 | -2/+2 |
* | target: uplevel add_{break,watch}point() error checks | David Brownell | 2009-11-28 | 6 | -38/+23 |
* | target: remove unused TARGET_EVENT_OLD_* symbols | David Brownell | 2009-11-28 | 1 | -2/+0 |
* | Cortex-A8: support "reset-assert" event | David Brownell | 2009-11-27 | 1 | -5/+28 |
* | target: groundwork for "reset-assert" event | David Brownell | 2009-11-27 | 2 | -3/+21 |
* | ARM11: write_memory() avoids increment check | David Brownell | 2009-11-27 | 1 | -9/+19 |
* | fix regression causing duplicated output | Zachary T Welch | 2009-11-27 | 1 | -13/+28 |
* | zy1000: keep up with new command registration stuff | Øyvind Harboe | 2009-11-27 | 1 | -42/+46 |
* | update minidummy interface driver command handling | Zachary T Welch | 2009-11-27 | 1 | -1/+1 |
* | fix 'nand info' command | Zachary T Welch | 2009-11-27 | 1 | -5/+5 |
* | zy1000: keep up with changes to log_init() | Øyvind Harboe | 2009-11-27 | 1 | -7/+1 |
* | minidummy: fix compilation error | Øyvind Harboe | 2009-11-27 | 1 | -2/+2 |
* | ARM NAND I/O header documentation update. | Dean Glazeski | 2009-11-26 | 1 | -6/+10 |
* | ARM NAND I/O documentation update. | Dean Glazeski | 2009-11-26 | 1 | -1/+7 |