summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM11: macro cleanupDavid Brownell2009-11-222-72/+39
* mips: remove dynamic arrays - reduces stack usageØyvind Harboe2009-11-221-5/+15
* mips: use const for code sequencesØyvind Harboe2009-11-222-13/+13
* arm11: do not use dynamic arraysØyvind Harboe2009-11-221-3/+6
* arm926ejs: fix warningsØyvind Harboe2009-11-221-2/+2
* ARM: use arm_reg_current()David Brownell2009-11-223-61/+74
* ARM11: remove needless string format #ifdefferyDavid Brownell2009-11-223-21/+22
* target: make register flags "bool"David Brownell2009-11-221-2/+2
* ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell2009-11-2212-56/+53
* flash: dynamically allocate working storageØyvind Harboe2009-11-221-16/+52
* target: reduce stack usageØyvind Harboe2009-11-221-6/+20
* zy1000: un-break uart command after command handler refactoringØyvind Harboe2009-11-221-15/+19
* embedded: reduce stack usageØyvind Harboe2009-11-221-4/+9
* embedded: do not allocate large temporary structures on stackØyvind Harboe2009-11-221-6/+61
* embedded: save stackØyvind Harboe2009-11-221-9/+15
* zy1000: fix breakage in command parsing code for power commandØyvind Harboe2009-11-221-1/+1
* build: fix breakage in building bin2charØyvind Harboe2009-11-221-1/+1
* ARM: arm_set_cpsr() handles T and J bitsDavid Brownell2009-11-227-79/+52
* ARM: define two register utilitiesDavid Brownell2009-11-228-48/+122
* ARM: simplify CPSR handlingDavid Brownell2009-11-2211-87/+103
* ARM11: remove disabled register hooksDavid Brownell2009-11-222-93/+3
* jtag: remove useless forward declarationsZachary T Welch2009-11-215-140/+76
* allow jtag interfaces to lack commandsZachary T Welch2009-11-211-2/+5
* show script search dirs in debug logAndreas Fritiofson2009-11-211-0/+2
* ARM: pass 'struct reg *' to register r/w routinesDavid Brownell2009-11-208-73/+83
* ARM7/ARM9: remove old "debug commands"David Brownell2009-11-201-130/+0
* maintain command lists in sorted orderZachary T Welch2009-11-201-7/+17
* add add_help_text command handlerZachary T Welch2009-11-202-44/+67
* provide command context during cmd_initZachary T Welch2009-11-201-0/+2
* improve 'help' commandZachary T Welch2009-11-203-20/+55
* factor help script command into partsZachary T Welch2009-11-201-28/+34
* refactor command registrationZachary T Welch2009-11-203-83/+118
* change command_find helper interfaceZachary T Welch2009-11-201-4/+3
* factor script_command argv allocationZachary T Welch2009-11-201-27/+38
* fix flash/nand name parsingZachary T Welch2009-11-201-1/+3
* Cortex-A8: better context restoreDavid Brownell2009-11-191-13/+67
* Cortex-A8: mode supportDavid Brownell2009-11-191-30/+116