summaryrefslogtreecommitdiff
path: root/src/helper
Commit message (Expand)AuthorAgeFilesLines
* help: list all commands that match stringOyvind Harboe2009-12-211-21/+35
* ecos: crisper implementation of timeval_ms()Øyvind Harboe2009-12-164-13/+87
* command: retire obsolete macroØyvind Harboe2009-12-151-11/+0
* build: add build/src to include pathØyvind Harboe2009-12-081-0/+1
* misc code review updatesDavid Brownell2009-12-051-4/+3
* switch 'rm' command away from using JimZachary T Welch2009-12-041-18/+11
* doxygen: remove some warningsDavid Brownell2009-12-031-1/+1
* remove tertiary include pathsZachary T Welch2009-12-031-2/+0
* change #include "server.h" to <server/server.h>Zachary T Welch2009-12-032-2/+2
* change #include "target.h" to <target/target.h>Zachary T Welch2009-12-031-1/+1
* change #include "types.h" to <helper/types.h>Zachary T Welch2009-12-034-4/+4
* change #include "jim.h" to <helper/jim.h>Zachary T Welch2009-12-031-1/+1
* change #include "command.h" to <helper/command.h>Zachary T Welch2009-12-032-2/+2
* allow #include directives to use module nameZachary T Welch2009-12-031-0/+1
* stubs: buildfixDavid Brownell2009-12-021-0/+1
* remove BUILD_IOUTIL symbolZachary T Welch2009-12-023-0/+59
* command: the Jim interpreter can now be provided rather than createdØyvind Harboe2009-12-012-9/+15
* improve command prohibition error reportZachary T Welch2009-11-301-2/+10
* remove interp global variable!Zachary T Welch2009-11-302-19/+21
* command output capture: do not use interp globalZachary T Welch2009-11-301-15/+34
* do not extern 'interp' from command.cZachary T Welch2009-11-302-3/+2
* make syntax errors respond with 'usage'Zachary T Welch2009-11-302-4/+4
* move improperly located documentationZachary T Welch2009-11-301-15/+17
* improve command_done() API and docsZachary T Welch2009-11-302-6/+19
* only display usable commands in helpZachary T Welch2009-11-301-0/+3
* remove redundant 'rm' command handlerZachary T Welch2009-11-281-27/+0
* add error checking in command_newZachary T Welch2009-11-281-20/+30
* include mode information in help text.Zachary T Welch2009-11-281-3/+27
* refactor command mode detectionZachary T Welch2009-11-281-2/+7
* add command private data setter/accessorZachary T Welch2009-11-282-0/+31
* add 'command mode' introspective handlerZachary T Welch2009-11-281-0/+39
* remove unknown handlerZachary T Welch2009-11-282-36/+38
* improve command handler wrapper scriptZachary T Welch2009-11-282-3/+26
* add 'command type' introspective handlerZachary T Welch2009-11-281-0/+43
* fix regression causing duplicated outputZachary T Welch2009-11-271-13/+28
* support OPENOCD_DEBUG_LEVEL environment settingZachary T Welch2009-11-251-0/+13
* log: improve initializationZachary T Welch2009-11-252-9/+7
* add script_command_run helperZachary T Welch2009-11-251-26/+19
* encapsulate and re-use log capture, retval setupZachary T Welch2009-11-251-49/+43
* combine help and usage command handlersZachary T Welch2009-11-251-20/+8
* improve usage and help command outputZachary T Welch2009-11-242-44/+38
* allow scripts to update usage informationZachary T Welch2009-11-242-7/+36
* add jim_handler to command_registrationZachary T Welch2009-11-243-41/+68
* refactor command_new to use command_registrationZachary T Welch2009-11-241-12/+10
* log: use register_commands()Zachary T Welch2009-11-241-5/+19
* ioutil: use register_commands()Zachary T Welch2009-11-241-17/+45
* rewrite 'unknown' command dispatching in CZachary T Welch2009-11-242-17/+65
* add public API for locating commandsZachary T Welch2009-11-242-0/+15
* refactor script_command context grabbingZachary T Welch2009-11-241-12/+16
* add command registration chainingZachary T Welch2009-11-242-8/+37