aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-11-24add public API for locating commandsZachary T Welch2-0/+15
2009-11-24refactor script_command context grabbingZachary T Welch1-12/+16
2009-11-24add command registration chainingZachary T Welch2-8/+37
2009-11-24more command registration refactoringZachary T Welch1-16/+38
2009-11-24command: use register_commands for handlersZachary T Welch1-17/+34
2009-11-24add command usage, separate from helpZachary T Welch2-14/+52
2009-11-24add register_commands for batch registrationZachary T Welch2-0/+36
2009-11-24add struct command_registrationZachary T Welch2-23/+45
2009-11-24use COMMAND_REGISTER macroZachary T Welch63-310/+286
2009-11-24add COMMAND_REGISTER macroZachary T Welch1-0/+4
2009-11-24improve startup tcl scriptsZachary T Welch4-19/+20
2009-11-24Cortex-A8: avoid DSCR readsDavid Brownell1-48/+103
2009-11-24Cortex-A8: hook up DPMDavid Brownell1-323/+35
2009-11-24Cortex-A8: implement DPMDavid Brownell4-9/+176
2009-11-24Cortex-A8: minor cleanupDavid Brownell2-26/+35
2009-11-24improve alloc_vprintfAndreas Fritiofson1-27/+16
2009-11-24jlink: rewrite to use jtag_usb_openZachary T Welch1-61/+15
2009-11-24jlink: remove superfluous indentationZachary T Welch1-52/+55
2009-11-24rlink: use jtag_usb_open helperZachary T Welch1-82/+49
2009-11-24rlink: eliminate spurious indentationZachary T Welch1-55/+54
2009-11-24vsllink: rewrite to use jtag_usb_openZachary T Welch1-54/+30
2009-11-24usbprog: use jtag_usb_openZachary T Welch1-30/+13
2009-11-24arm-jtag-ew: use jtag_usb_openZachary T Welch1-36/+17
2009-11-24add jtag/usb_common.[ch] filesZachary T Welch3-1/+97
2009-11-24ARM11: remove old R0..R15/CPSR codeDavid Brownell2-196/+74
2009-11-24ARM11: use standard run_algorithm()David Brownell1-172/+5
2009-11-24ARM11: use standard single step simulationDavid Brownell1-97/+31
2009-11-24ARM11: partial support for standard ARM register interfaces.David Brownell1-35/+31
2009-11-24ARM11: remove register "history" debug stuffDavid Brownell2-59/+0
2009-11-24ARM11: implement provider for new DPM interfaceDavid Brownell3-0/+80
2009-11-24ARM: new DPM interfaceDavid Brownell5-0/+625
2009-11-24target: cope with *any* error setting a breakpointDavid Brownell1-26/+24
2009-11-24support for scripts in $HOME/.openocdAndreas Fritiofson1-1/+16
2009-11-24mips: fix gaffe when removing dynamic array allocationJerry Ling1-3/+3
2009-11-23arm926ejs: retire cp15 commands, handled by mrc/mcr.Øyvind Harboe1-66/+0
2009-11-22ARM11: remove unused state and exportsDavid Brownell4-32/+25
2009-11-22ARM11: macro cleanupDavid Brownell2-72/+39
2009-11-22mips: remove dynamic arrays - reduces stack usageØyvind Harboe1-5/+15
2009-11-22mips: use const for code sequencesØyvind Harboe2-13/+13
2009-11-22arm11: do not use dynamic arraysØyvind Harboe1-3/+6
2009-11-22arm926ejs: fix warningsØyvind Harboe1-2/+2
2009-11-22ARM: use arm_reg_current()David Brownell3-61/+74
2009-11-22ARM11: remove needless string format #ifdefferyDavid Brownell3-21/+22
2009-11-22target: make register flags "bool"David Brownell1-2/+2
2009-11-22ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell12-56/+53
2009-11-22flash: dynamically allocate working storageØyvind Harboe1-16/+52
2009-11-22target: reduce stack usageØyvind Harboe1-6/+20
2009-11-22zy1000: un-break uart command after command handler refactoringØyvind Harboe1-15/+19
2009-11-22embedded: reduce stack usageØyvind Harboe1-4/+9
2009-11-22embedded: do not allocate large temporary structures on stackØyvind Harboe1-6/+61