summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ft2232: use register_commands()Zachary T Welch2009-11-241-18/+41
* at91rm9200: use register_commands()Zachary T Welch2009-11-241-3/+10
* arm-jtag-ew: use register_commands()Zachary T Welch2009-11-241-4/+11
* amt_jtagaccel: use register_commands()Zachary T Welch2009-11-241-8/+19
* pld: use static registration instead of callbackZachary T Welch2009-11-243-12/+12
* pld: use register_commands()Zachary T Welch2009-11-242-22/+60
* {,x}svf: use register_commands()Zachary T Welch2009-11-242-10/+27
* server: use register_commandsZachary T Welch2009-11-244-45/+95
* log: use register_commands()Zachary T Welch2009-11-241-5/+19
* ioutil: use register_commands()Zachary T Welch2009-11-241-17/+45
* openocd: use register_commands()Zachary T Welch2009-11-241-6/+18
* demonstrate chaining with foo commandsZachary T Welch2009-11-241-12/+7
* hello: use register_commands()Zachary T Welch2009-11-241-16/+36
* rewrite 'unknown' command dispatching in CZachary T Welch2009-11-242-17/+65
* add public API for locating commandsZachary T Welch2009-11-242-0/+15
* refactor script_command context grabbingZachary T Welch2009-11-241-12/+16
* add command registration chainingZachary T Welch2009-11-242-8/+37
* more command registration refactoringZachary T Welch2009-11-241-16/+38
* command: use register_commands for handlersZachary T Welch2009-11-241-17/+34
* add command usage, separate from helpZachary T Welch2009-11-242-14/+52
* add register_commands for batch registrationZachary T Welch2009-11-242-0/+36
* add struct command_registrationZachary T Welch2009-11-242-23/+45
* use COMMAND_REGISTER macroZachary T Welch2009-11-2463-310/+286
* add COMMAND_REGISTER macroZachary T Welch2009-11-241-0/+4
* improve startup tcl scriptsZachary T Welch2009-11-244-19/+20
* Cortex-A8: avoid DSCR readsDavid Brownell2009-11-241-48/+103
* Cortex-A8: hook up DPMDavid Brownell2009-11-241-323/+35
* Cortex-A8: implement DPMDavid Brownell2009-11-244-9/+176
* Cortex-A8: minor cleanupDavid Brownell2009-11-242-26/+35
* improve alloc_vprintfAndreas Fritiofson2009-11-241-27/+16
* jlink: rewrite to use jtag_usb_openZachary T Welch2009-11-241-61/+15
* jlink: remove superfluous indentationZachary T Welch2009-11-241-52/+55
* rlink: use jtag_usb_open helperZachary T Welch2009-11-241-82/+49
* rlink: eliminate spurious indentationZachary T Welch2009-11-241-55/+54
* vsllink: rewrite to use jtag_usb_openZachary T Welch2009-11-241-54/+30
* usbprog: use jtag_usb_openZachary T Welch2009-11-241-30/+13
* arm-jtag-ew: use jtag_usb_openZachary T Welch2009-11-241-36/+17
* add jtag/usb_common.[ch] filesZachary T Welch2009-11-243-1/+97
* ARM11: remove old R0..R15/CPSR codeDavid Brownell2009-11-242-196/+74
* ARM11: use standard run_algorithm()David Brownell2009-11-241-172/+5
* ARM11: use standard single step simulationDavid Brownell2009-11-241-97/+31
* ARM11: partial support for standard ARM register interfaces.David Brownell2009-11-241-35/+31
* ARM11: remove register "history" debug stuffDavid Brownell2009-11-242-59/+0
* ARM11: implement provider for new DPM interfaceDavid Brownell2009-11-243-0/+80
* ARM: new DPM interfaceDavid Brownell2009-11-245-0/+625
* target: cope with *any* error setting a breakpointDavid Brownell2009-11-241-26/+24
* support for scripts in $HOME/.openocdAndreas Fritiofson2009-11-241-1/+16
* mips: fix gaffe when removing dynamic array allocationJerry Ling2009-11-241-3/+3
* arm926ejs: retire cp15 commands, handled by mrc/mcr.Øyvind Harboe2009-11-231-66/+0
* ARM11: remove unused state and exportsDavid Brownell2009-11-224-32/+25