aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-11-24ioutil: use register_commands()Zachary T Welch
2009-11-24openocd: use register_commands()Zachary T Welch
2009-11-24demonstrate chaining with foo commandsZachary T Welch
2009-11-24hello: use register_commands()Zachary T Welch
2009-11-24rewrite 'unknown' command dispatching in CZachary T Welch
2009-11-24add public API for locating commandsZachary T Welch
2009-11-24refactor script_command context grabbingZachary T Welch
2009-11-24add command registration chainingZachary T Welch
2009-11-24more command registration refactoringZachary T Welch
2009-11-24command: use register_commands for handlersZachary T Welch
2009-11-24add command usage, separate from helpZachary T Welch
2009-11-24add register_commands for batch registrationZachary T Welch
2009-11-24add struct command_registrationZachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-24add COMMAND_REGISTER macroZachary T Welch
2009-11-24improve startup tcl scriptsZachary T Welch
2009-11-24Cortex-A8: avoid DSCR readsDavid Brownell
2009-11-24Cortex-A8: hook up DPMDavid Brownell
2009-11-24Cortex-A8: implement DPMDavid Brownell
2009-11-24Cortex-A8: minor cleanupDavid Brownell
2009-11-24improve alloc_vprintfAndreas Fritiofson
2009-11-24jlink: rewrite to use jtag_usb_openZachary T Welch
2009-11-24jlink: remove superfluous indentationZachary T Welch
2009-11-24rlink: use jtag_usb_open helperZachary T Welch
2009-11-24rlink: eliminate spurious indentationZachary T Welch
2009-11-24vsllink: rewrite to use jtag_usb_openZachary T Welch
2009-11-24usbprog: use jtag_usb_openZachary T Welch
2009-11-24arm-jtag-ew: use jtag_usb_openZachary T Welch
2009-11-24add jtag/usb_common.[ch] filesZachary T Welch
2009-11-24ARM11: remove old R0..R15/CPSR codeDavid Brownell
2009-11-24ARM11: use standard run_algorithm()David Brownell
2009-11-24ARM11: use standard single step simulationDavid Brownell
2009-11-24ARM11: partial support for standard ARM register interfaces.David Brownell
2009-11-24ARM11: remove register "history" debug stuffDavid Brownell
2009-11-24ARM11: implement provider for new DPM interfaceDavid Brownell
2009-11-24ARM: new DPM interfaceDavid Brownell
2009-11-24target: cope with *any* error setting a breakpointDavid Brownell
2009-11-24support for scripts in $HOME/.openocdAndreas Fritiofson
2009-11-24mips: fix gaffe when removing dynamic array allocationJerry Ling
2009-11-23arm926ejs: retire cp15 commands, handled by mrc/mcr.Øyvind Harboe
2009-11-22ARM11: remove unused state and exportsDavid Brownell
2009-11-22ARM11: macro cleanupDavid Brownell
2009-11-22mips: remove dynamic arrays - reduces stack usageØyvind Harboe
2009-11-22mips: use const for code sequencesØyvind Harboe
2009-11-22arm11: do not use dynamic arraysØyvind Harboe
2009-11-22arm926ejs: fix warningsØyvind Harboe
2009-11-22ARM: use arm_reg_current()David Brownell
2009-11-22ARM11: remove needless string format #ifdefferyDavid Brownell
2009-11-22target: make register flags "bool"David Brownell
2009-11-22ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell