summaryrefslogtreecommitdiff
path: root/src/helper
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* more command registration refactoringZachary T Welch2009-11-241-16/+38
* command: use register_commands for handlersZachary T Welch2009-11-241-17/+34
* add command usage, separate from helpZachary T Welch2009-11-242-14/+52
* add register_commands for batch registrationZachary T Welch2009-11-242-0/+36
* add struct command_registrationZachary T Welch2009-11-242-23/+45
* use COMMAND_REGISTER macroZachary T Welch2009-11-243-11/+11
* add COMMAND_REGISTER macroZachary T Welch2009-11-241-0/+4
* improve startup tcl scriptsZachary T Welch2009-11-241-4/+0
* improve alloc_vprintfAndreas Fritiofson2009-11-241-27/+16
* support for scripts in $HOME/.openocdAndreas Fritiofson2009-11-241-1/+16
* embedded: reduce stack usageØyvind Harboe2009-11-221-4/+9
* show script search dirs in debug logAndreas Fritiofson2009-11-211-0/+2
* maintain command lists in sorted orderZachary T Welch2009-11-201-7/+17
* add add_help_text command handlerZachary T Welch2009-11-202-44/+67
* provide command context during cmd_initZachary T Welch2009-11-201-0/+2
* improve 'help' commandZachary T Welch2009-11-203-20/+55
* factor help script command into partsZachary T Welch2009-11-201-28/+34
* refactor command registrationZachary T Welch2009-11-202-82/+117
* change command_find helper interfaceZachary T Welch2009-11-201-4/+3
* factor script_command argv allocationZachary T Welch2009-11-201-27/+38
* remove fast command and jim_global_longZachary T Welch2009-11-182-33/+0
* change all bool parsers to accept any valueZachary T Welch2009-11-182-6/+5
* add handle_command_parse_bool command helperZachary T Welch2009-11-182-6/+59
* add COMMAND_PARSE_BOOL macro and friendsZachary T Welch2009-11-181-0/+28
* pass startup_tcl to command_initZachary T Welch2009-11-182-3/+5
* split startup.tcl file across modulesZachary T Welch2009-11-182-230/+3
* move startup.c to libopenocdZachary T Welch2009-11-181-9/+2
* remove unused variable from run_commandZachary T Welch2009-11-171-3/+2
* add CMD_NAME variable in command_invocationZachary T Welch2009-11-172-8/+9
* add struct command_invocation for COMMAND_HANDLERZachary T Welch2009-11-172-9/+21
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-173-15/+15