summaryrefslogtreecommitdiff
path: root/src/openocd.c
Commit message (Expand)AuthorAgeFilesLines
...
* do not extern 'interp' from command.cZachary T Welch2009-11-301-1/+1
* allow deferal of initZachary T Welch2009-11-301-4/+23
* move server_init() to openocd_main()Zachary T Welch2009-11-301-18/+13
* improve gdb_init() sequenceZachary T Welch2009-11-301-1/+1
* bugfix: 'init' changes state, not main()David Brownell2009-11-281-1/+2
* log: improve initializationZachary T Welch2009-11-251-5/+4
* improve command handling examplesZachary T Welch2009-11-251-4/+0
* httpd: use register_commands()Zachary T Welch2009-11-241-5/+2
* openocd: use register_commands()Zachary T Welch2009-11-241-6/+18
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-2/+2
* refactor command registrationZachary T Welch2009-11-201-1/+1
* pass startup_tcl to command_initZachary T Welch2009-11-181-1/+2
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-9/+9
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-2/+2
* #include "target.h" less wildlyDavid Brownell2009-11-161-1/+0
* target: less implicit inclusion of "command.h"David Brownell2009-11-161-1/+0
* remove annoying $URL$ startup messageDavid Brownell2009-11-141-17/+0
* command_context_t -> struct command_contextZachary T Welch2009-11-131-6/+6
* target_t -> struct targetZachary T Welch2009-11-131-1/+1
* add src/hello.c to augment new command tutorialZachary T Welch2009-11-131-0/+4
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-2/+2
* Change most in-tree references from SVN to GIT.dbrownell2009-10-081-1/+3
* Change version labels to work better with GITdbrownell2009-10-071-1/+1
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Make bug reporting output at program start-ups use fewer new lines:zwelch2009-06-301-2/+3
* Remove whitespace that occurs before ')'.zwelch2009-06-231-2/+2
* Remove whitespace that occurs after '('.zwelch2009-06-231-2/+2
* - Fixes '=' whitespacezwelch2009-06-231-5/+5
* - Fixes '!=' whitespacezwelch2009-06-231-4/+4
* Encapsulate the global "jtag" jtag_interface pointer:zwelch2009-05-301-3/+1
* Audit and eliminate redundant #include directives in main src/ files.zwelch2009-05-111-9/+2
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-1/+0
* Reverse revision 1691: all of its functionality has migrated elsewhere.zwelch2009-05-101-2/+0
* Revive tclapi.c from r1650:zwelch2009-05-101-0/+2
* fix embedded buildsoharboe2009-05-031-2/+3
* Dick Hollenbeck <dick@softplc.com> moved stuff into openocd.c - should never ...oharboe2009-05-021-0/+15
* Add static keywords to main application helper functions.zwelch2009-05-011-6/+5
* Dick Hollenbeck <dick@softplc.com>: move OPENOCD_VERSION to use config.hzwelch2009-05-011-2/+5
* Fixes for handling release versionskc8apf2009-01-201-1/+1
* - remove unused includes, fixes build issues under FreeBSDntfreak2009-01-191-8/+0
* SVF player courtesy of Simon Qian <simonqian@SimonQian.com>kc8apf2009-01-191-0/+2
* moved ioutil init to the right spot: before config scriptsoharboe2009-01-091-7/+7
* check syntax for init/versionoharboe2008-12-171-0/+7
* work in progress to hook up libmicrohttpd + tcl integrationoharboe2008-12-161-0/+13
* sync up to tap_xxx rename + add with-ioutil for standalone openocd implemetna...oharboe2008-12-151-0/+9
* - remove target specific variant and use target->variant memberntfreak2008-12-131-10/+2
* fix telnet async messages. retired telnet_async command - no user serviceable...oharboe2008-11-051-16/+26
* unsik Kim <donari75@gmail.com> - mflash supportoharboe2008-10-161-3/+17
* - fix tcl_port typo in docsntfreak2008-10-151-16/+3
* Richard Missenden exit now works during startup scriptoharboe2008-10-081-6/+15