| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | arm-jtag-ew: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -4/+11 | |
| * | amt_jtagaccel: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -8/+19 | |
| * | pld: use static registration instead of callback | Zachary T Welch | 2009-11-24 | 3 | -12/+12 | |
| * | pld: use register_commands() | Zachary T Welch | 2009-11-24 | 2 | -22/+60 | |
| * | {,x}svf: use register_commands() | Zachary T Welch | 2009-11-24 | 2 | -10/+27 | |
| * | server: use register_commands | Zachary T Welch | 2009-11-24 | 4 | -45/+95 | |
| * | log: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -5/+19 | |
| * | ioutil: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -17/+45 | |
| * | openocd: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -6/+18 | |
| * | demonstrate chaining with foo commands | Zachary T Welch | 2009-11-24 | 1 | -12/+7 | |
| * | hello: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -16/+36 | |
| * | rewrite 'unknown' command dispatching in C | Zachary T Welch | 2009-11-24 | 2 | -17/+65 | |
| * | add public API for locating commands | Zachary T Welch | 2009-11-24 | 2 | -0/+15 | |
| * | refactor script_command context grabbing | Zachary T Welch | 2009-11-24 | 1 | -12/+16 | |
| * | add command registration chaining | Zachary T Welch | 2009-11-24 | 2 | -8/+37 | |
| * | more command registration refactoring | Zachary T Welch | 2009-11-24 | 1 | -16/+38 | |
| * | command: use register_commands for handlers | Zachary T Welch | 2009-11-24 | 1 | -17/+34 | |
| * | add command usage, separate from help | Zachary T Welch | 2009-11-24 | 2 | -14/+52 | |
| * | add register_commands for batch registration | Zachary T Welch | 2009-11-24 | 2 | -0/+36 | |
| * | add struct command_registration | Zachary T Welch | 2009-11-24 | 2 | -23/+45 | |
| * | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 63 | -309/+285 | |
| * | add COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -0/+4 | |
| * | improve startup tcl scripts | Zachary T Welch | 2009-11-24 | 4 | -19/+20 | |
| * | Cortex-A8: avoid DSCR reads | David Brownell | 2009-11-24 | 1 | -48/+103 | |
| * | Cortex-A8: hook up DPM | David Brownell | 2009-11-24 | 1 | -323/+35 | |
| * | Cortex-A8: implement DPM | David Brownell | 2009-11-24 | 4 | -9/+176 | |
| * | Cortex-A8: minor cleanup | David Brownell | 2009-11-24 | 2 | -26/+35 | |
| * | improve alloc_vprintf | Andreas Fritiofson | 2009-11-24 | 1 | -27/+16 | |
| * | jlink: rewrite to use jtag_usb_open | Zachary T Welch | 2009-11-24 | 1 | -61/+15 | |
| * | jlink: remove superfluous indentation | Zachary T Welch | 2009-11-24 | 1 | -52/+55 | |
| * | rlink: use jtag_usb_open helper | Zachary T Welch | 2009-11-24 | 1 | -82/+49 | |
| * | rlink: eliminate spurious indentation | Zachary T Welch | 2009-11-24 | 1 | -52/+51 | |
| * | vsllink: rewrite to use jtag_usb_open | Zachary T Welch | 2009-11-24 | 1 | -54/+30 | |
| * | usbprog: use jtag_usb_open | Zachary T Welch | 2009-11-24 | 1 | -30/+13 | |
| * | arm-jtag-ew: use jtag_usb_open | Zachary T Welch | 2009-11-24 | 1 | -36/+17 | |
| * | add jtag/usb_common.[ch] files | Zachary T Welch | 2009-11-24 | 3 | -1/+97 | |
| * | ARM11: remove old R0..R15/CPSR code | David Brownell | 2009-11-24 | 2 | -196/+74 | |
| * | ARM11: use standard run_algorithm() | David Brownell | 2009-11-24 | 1 | -172/+5 | |
| * | ARM11: use standard single step simulation | David Brownell | 2009-11-24 | 1 | -97/+31 | |
| * | ARM11: partial support for standard ARM register interfaces. | David Brownell | 2009-11-24 | 1 | -35/+31 | |
| * | ARM11: remove register "history" debug stuff | David Brownell | 2009-11-24 | 2 | -59/+0 | |
| * | ARM11: implement provider for new DPM interface | David Brownell | 2009-11-24 | 3 | -0/+80 | |
| * | ARM: new DPM interface | David Brownell | 2009-11-24 | 5 | -0/+625 | |
| * | target: cope with *any* error setting a breakpoint | David Brownell | 2009-11-24 | 1 | -26/+24 | |
| * | support for scripts in $HOME/.openocd | Andreas Fritiofson | 2009-11-24 | 1 | -1/+16 | |
| * | mips: fix gaffe when removing dynamic array allocation | Jerry Ling | 2009-11-24 | 1 | -3/+3 | |
| * | arm926ejs: retire cp15 commands, handled by mrc/mcr. | Øyvind Harboe | 2009-11-23 | 1 | -66/+0 | |
| * | ARM11: remove unused state and exports | David Brownell | 2009-11-22 | 4 | -32/+25 | |
| * | ARM11: macro cleanup | David Brownell | 2009-11-22 | 2 | -71/+38 | |
| * | mips: remove dynamic arrays - reduces stack usage | Øyvind Harboe | 2009-11-22 | 1 | -5/+15 | |
