aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)AuthorFilesLines
2009-11-25log: improve initializationZachary T Welch2-9/+7
2009-11-25add script_command_run helperZachary T Welch1-26/+19
2009-11-25encapsulate and re-use log capture, retval setupZachary T Welch1-49/+43
2009-11-25combine help and usage command handlersZachary T Welch1-20/+8
2009-11-24improve usage and help command outputZachary T Welch2-44/+38
2009-11-24allow scripts to update usage informationZachary T Welch2-7/+36
2009-11-24add jim_handler to command_registrationZachary T Welch3-41/+68
2009-11-24refactor command_new to use command_registrationZachary T Welch1-12/+10
2009-11-24log: use register_commands()Zachary T Welch1-5/+19
2009-11-24ioutil: use register_commands()Zachary T Welch1-17/+45
2009-11-24rewrite 'unknown' command dispatching in CZachary T Welch2-17/+65
2009-11-24add public API for locating commandsZachary T Welch2-0/+15
2009-11-24refactor script_command context grabbingZachary T Welch1-12/+16
2009-11-24add command registration chainingZachary T Welch2-8/+37
2009-11-24more command registration refactoringZachary T Welch1-16/+38
2009-11-24command: use register_commands for handlersZachary T Welch1-17/+34
2009-11-24add command usage, separate from helpZachary T Welch2-14/+52
2009-11-24add register_commands for batch registrationZachary T Welch2-0/+36
2009-11-24add struct command_registrationZachary T Welch2-23/+45
2009-11-24use COMMAND_REGISTER macroZachary T Welch3-11/+11
2009-11-24add COMMAND_REGISTER macroZachary T Welch1-0/+4
2009-11-24improve startup tcl scriptsZachary T Welch1-4/+0
2009-11-24improve alloc_vprintfAndreas Fritiofson1-27/+16
2009-11-24support for scripts in $HOME/.openocdAndreas Fritiofson1-1/+16
2009-11-22embedded: reduce stack usageØyvind Harboe1-4/+9
2009-11-21show script search dirs in debug logAndreas Fritiofson1-0/+2
2009-11-20maintain command lists in sorted orderZachary T Welch1-7/+17
2009-11-20add add_help_text command handlerZachary T Welch2-44/+67
2009-11-20provide command context during cmd_initZachary T Welch1-0/+2
2009-11-20improve 'help' commandZachary T Welch3-20/+55
2009-11-20factor help script command into partsZachary T Welch1-28/+34
2009-11-20refactor command registrationZachary T Welch2-82/+117
2009-11-20change command_find helper interfaceZachary T Welch1-4/+3
2009-11-20factor script_command argv allocationZachary T Welch1-27/+38
2009-11-18remove fast command and jim_global_longZachary T Welch2-33/+0
2009-11-18change all bool parsers to accept any valueZachary T Welch2-6/+5
2009-11-18add handle_command_parse_bool command helperZachary T Welch2-6/+59
2009-11-18add COMMAND_PARSE_BOOL macro and friendsZachary T Welch1-0/+28
2009-11-18pass startup_tcl to command_initZachary T Welch2-3/+5
2009-11-18split startup.tcl file across modulesZachary T Welch2-230/+3
2009-11-18move startup.c to libopenocdZachary T Welch1-9/+2
2009-11-17remove unused variable from run_commandZachary T Welch1-3/+2
2009-11-17add CMD_NAME variable in command_invocationZachary T Welch2-8/+9
2009-11-17add struct command_invocation for COMMAND_HANDLERZachary T Welch2-9/+21
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch3-15/+15
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch3-16/+16
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch3-15/+15
2009-11-17add more command_handler conversion macrosZachary T Welch1-1/+16
2009-11-16ARM: "armv4_5" command prefix becomes "arm"David Brownell1-0/+9
2009-11-16fileio: improve API typesZachary T Welch2-37/+36