aboutsummaryrefslogtreecommitdiff
path: root/src/openocd.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-24openocd: use register_commands()Zachary T Welch1-6/+18
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-2/+2
2009-11-20refactor command registrationZachary T Welch1-1/+1
2009-11-18pass startup_tcl to command_initZachary T Welch1-1/+2
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-9/+9
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-2/+2
2009-11-16#include "target.h" less wildlyDavid Brownell1-1/+0
2009-11-16target: less implicit inclusion of "command.h"David Brownell1-1/+0
2009-11-14remove annoying $URL$ startup messageDavid Brownell1-17/+0
2009-11-13command_context_t -> struct command_contextZachary T Welch1-6/+6
2009-11-13target_t -> struct targetZachary T Welch1-1/+1
2009-11-13add src/hello.c to augment new command tutorialZachary T Welch1-0/+4
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-2/+2
2009-10-08Change most in-tree references from SVN to GIT.dbrownell1-1/+3
2009-10-07Change version labels to work better with GITdbrownell1-1/+1
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-30Make bug reporting output at program start-ups use fewer new lines:zwelch1-2/+3
2009-06-23Remove whitespace that occurs before ')'.zwelch1-2/+2
2009-06-23Remove whitespace that occurs after '('.zwelch1-2/+2
2009-06-23- Fixes '=' whitespacezwelch1-5/+5
2009-06-23- Fixes '!=' whitespacezwelch1-4/+4
2009-05-30Encapsulate the global "jtag" jtag_interface pointer:zwelch1-3/+1
2009-05-11Audit and eliminate redundant #include directives in main src/ files.zwelch1-9/+2
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch1-1/+0
2009-05-10Reverse revision 1691: all of its functionality has migrated elsewhere.zwelch1-2/+0
2009-05-10Revive tclapi.c from r1650:zwelch1-0/+2
2009-05-03fix embedded buildsoharboe1-2/+3
2009-05-02Dick Hollenbeck <dick@softplc.com> moved stuff into openocd.c - should never ...oharboe1-0/+15
2009-05-01Add static keywords to main application helper functions.zwelch1-6/+5
2009-05-01Dick Hollenbeck <dick@softplc.com>: move OPENOCD_VERSION to use config.hzwelch1-2/+5
2009-01-20Fixes for handling release versionskc8apf1-1/+1
2009-01-19- remove unused includes, fixes build issues under FreeBSDntfreak1-8/+0
2009-01-19SVF player courtesy of Simon Qian <simonqian@SimonQian.com>kc8apf1-0/+2
2009-01-09moved ioutil init to the right spot: before config scriptsoharboe1-7/+7
2008-12-17check syntax for init/versionoharboe1-0/+7
2008-12-16work in progress to hook up libmicrohttpd + tcl integrationoharboe1-0/+13