aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-12-02ARM11: remove arm11->targetDavid Brownell3-20/+12
2009-12-02ARM DPM: tweak initializationDavid Brownell6-23/+33
2009-12-02adding files required for distributionZachary T Welch2-0/+2
2009-12-02fix 'target init' command registrationZachary T Welch1-6/+6
2009-12-02stubs: buildfixDavid Brownell2-0/+2
2009-12-02remove #if BUILD_HTTPDZachary T Welch3-4/+33
2009-12-02remove BUILD_IOUTIL symbolZachary T Welch5-13/+61
2009-12-02remove #if logic for openocd_sleep_*ludeZachary T Welch5-19/+45
2009-12-02target: factor init to 'target init'Zachary T Welch2-5/+25
2009-12-02target: factor target_init() into piecesZachary T Welch1-69/+84
2009-12-02jtag: factor init into 'jtag init'Zachary T Welch2-7/+32
2009-12-02flash: factor init to 'flash init'Zachary T Welch2-3/+25
2009-12-02mflash: factor init to 'mflash init'Zachary T Welch2-3/+25
2009-12-02nand: factor init to 'nand init'Zachary T Welch2-3/+28
2009-12-02pld: factor init to 'pld init'Zachary T Welch2-2/+26
2009-12-02ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell5-44/+33
2009-12-02ARM: label SP and LR correctlyDavid Brownell1-12/+12
2009-12-02zy1000: keep up with startup refactoring work.Øyvind Harboe1-0/+5
2009-12-01Cortex-A8: basic watchpoint supportDavid Brownell1-0/+66
2009-12-01ARM: core DPM support for watchpointsDavid Brownell4-41/+302
2009-12-01ARMv7a: move constants out of Cortex-A8 headerDavid Brownell2-35/+48
2009-12-01zy1000: keep up with latest changes to command handlingØyvind Harboe2-7/+5
2009-12-01command: the Jim interpreter can now be provided rather than createdØyvind Harboe3-12/+18
2009-12-01ARM11: remove previous mcr()/mrc() methodsDavid Brownell1-75/+0
2009-12-01Cortex-A8: remove previous mcr()/mrc() methodsDavid Brownell2-104/+1
2009-12-01ARM: implement mrc()/mcr() as DPM opsDavid Brownell1-0/+59
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell9-218/+228
2009-12-01ARMv7-A: stop using CP15 opsDavid Brownell1-5/+36
2009-12-01Cortex-A8: stop using CP15 opsDavid Brownell1-16/+53
2009-12-01main: invoke jtag_interface_quit() explicitlyØyvind Harboe1-6/+2
2009-11-30improve command prohibition error reportZachary T Welch1-2/+10
2009-11-30XScale: restore_context() cleanupDavid Brownell1-38/+30
2009-11-30XScale: context restore, cleanup/bugfixDavid Brownell1-15/+29
2009-11-30remove interp global variable!Zachary T Welch3-20/+22
2009-11-30command output capture: do not use interp globalZachary T Welch1-15/+34
2009-11-30do not extern 'interp' from command.cZachary T Welch11-23/+31
2009-11-30target: avoid using interp global variableZachary T Welch2-9/+11
2009-11-30jtag: avoid using interp global variableZachary T Welch2-6/+13
2009-11-30fix foo command group help messagesZachary T Welch1-3/+6
2009-11-30make syntax errors respond with 'usage'Zachary T Welch2-4/+4
2009-11-30move improperly located documentationZachary T Welch1-15/+17
2009-11-30improve command_done() API and docsZachary T Welch2-6/+19
2009-11-30only display usable commands in helpZachary T Welch1-0/+3
2009-11-30allow deferal of initZachary T Welch1-4/+23
2009-11-30move server_init() to openocd_main()Zachary T Welch2-19/+28
2009-11-30improve gdb_init() sequenceZachary T Welch3-35/+49
2009-11-30zy1000: keep up with changes to command structureØyvind Harboe1-0/+1
2009-11-29XScale: clean up full_context() (#2)David Brownell1-39/+30
2009-11-29XScale: clean up full_context() (#1)David Brownell1-17/+32
2009-11-29XScale: debug entry uses new register mappingDavid Brownell1-9/+10