aboutsummaryrefslogtreecommitdiff
path: root/src/openocd.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-12helper: add stacktrace command that returns error stacktraceØyvind Harboe1-0/+31
2010-09-11version command: make it scriptableØyvind Harboe1-9/+23
2010-08-01util: ms command to calculate length of operationsØyvind Harboe1-0/+4
2010-07-05transport: fix segfault in setup_command_handler()Stacey Sheldon1-0/+1
2010-07-02initial "transport" frameworkDavid Brownell1-18/+16
2010-06-23openocd: setup_command_handler() must not be staticØyvind Harboe1-2/+4
2010-06-21openocd.c: review scope of symbolsAntonio Borneo1-1/+1
2010-04-10OPENOCD: review scope of functionsAntonio Borneo1-1/+1
2010-03-17SCRIPT: add add_script_search_dir cmdSpencer Oliver1-0/+17
2010-03-14rename jtag_interface_{init,quit}()David Brownell1-4/+4
2010-03-11split "interface" commands from "jtag" onesDavid Brownell1-0/+2
2010-03-08move a constant table to .rodata sectionDavid Brownell1-1/+1
2010-02-15gpl: fix GPL startup messageØyvind Harboe1-1/+2
2009-12-11server: add server_preinit which is called before config file is parsed.Spencer Oliver1-2/+3
2009-12-04rename nand.h to flash//nand/core.hZachary T Welch1-1/+1
2009-12-04remove flash.h from treeZachary T Welch1-1/+1
2009-12-04split NOR and NAND flash headersZachary T Welch1-0/+1
2009-12-04check top-level command registrationsZachary T Welch1-16/+34
2009-12-03fix another init regressionDavid Brownell1-4/+7
2009-12-03fix double 'init' regressionZachary T Welch1-1/+1
2009-12-03change #include "xsvf.h" to <xsvf/xsvf.h>Zachary T Welch1-1/+1
2009-12-03change #include "svf.h" to <svf/svf.h>Zachary T Welch1-1/+1
2009-12-03change #include "pld.h" to <pld/pld.h>Zachary T Welch1-1/+1
2009-12-03change #include "server.h" to <server/server.h>Zachary T Welch1-1/+1
2009-12-03change #include "httpd.h" to <server/httpd.h>Zachary T Welch1-1/+1
2009-12-03change #include "gdb_server.h" to <server/gdb_server.h>Zachary T Welch1-1/+1
2009-12-03change #include "nand.h" to <flash/nand.h>Zachary T Welch1-1/+1
2009-12-03change #include "mflash.h" to <flash/mflash.h>Zachary T Welch1-1/+1
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch1-1/+1
2009-12-03change #include "ioutil.h" to <helper/ioutil.h>Zachary T Welch1-1/+1
2009-12-03change #include "configuration.h" to <helper/configuration.h>Zachary T Welch1-1/+1
2009-12-02remove #if BUILD_HTTPDZachary T Welch1-4/+0
2009-12-02remove BUILD_IOUTIL symbolZachary T Welch1-6/+1
2009-12-02remove #if logic for openocd_sleep_*ludeZachary T Welch1-14/+0
2009-12-02target: factor init to 'target init'Zachary T Welch1-5/+2
2009-12-02jtag: factor init into 'jtag init'Zachary T Welch1-7/+9
2009-12-02flash: factor init to 'flash init'Zachary T Welch1-3/+2
2009-12-02mflash: factor init to 'mflash init'Zachary T Welch1-3/+2
2009-12-02nand: factor init to 'nand init'Zachary T Welch1-3/+2
2009-12-02pld: factor init to 'pld init'Zachary T Welch1-2/+3
2009-12-01command: the Jim interpreter can now be provided rather than createdØyvind Harboe1-3/+3
2009-12-01main: invoke jtag_interface_quit() explicitlyØyvind Harboe1-6/+2
2009-11-30do not extern 'interp' from command.cZachary T Welch1-1/+1
2009-11-30allow deferal of initZachary T Welch1-4/+23
2009-11-30move server_init() to openocd_main()Zachary T Welch1-18/+13
2009-11-30improve gdb_init() sequenceZachary T Welch1-1/+1
2009-11-28bugfix: 'init' changes state, not main()David Brownell1-1/+2
2009-11-25log: improve initializationZachary T Welch1-5/+4
2009-11-25improve command handling examplesZachary T Welch1-4/+0
2009-11-24httpd: use register_commands()Zachary T Welch1-5/+2