summaryrefslogtreecommitdiff
path: root/src/helper
Commit message (Expand)AuthorAgeFilesLines
* 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
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-173-16/+16
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-173-15/+15
* add more command_handler conversion macrosZachary T Welch2009-11-171-1/+16
* ARM: "armv4_5" command prefix becomes "arm"David Brownell2009-11-161-0/+9
* fileio: improve API typesZachary T Welch2009-11-162-37/+36
* struct fileio: improve member typesZachary T Welch2009-11-162-3/+3
* helper/log: improve API parameter typesZachary T Welch2009-11-162-19/+16
* use Jim_CmdProc in jim_registerZachary T Welch2009-11-162-2/+4
* improve constness of open_file_from_pathZachary T Welch2009-11-162-2/+2
* make command line options constZachary T Welch2009-11-161-1/+1
* binarybuffer: regression fixDavid Brownell2009-11-161-2/+4
* "types.h" doxygen fixDavid Brownell2009-11-161-2/+2
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-161-0/+10
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-163-6/+13
* move container_of to types.hZachary T Welch2009-11-161-0/+15
* Add FILEIO_NONE access mode.Zachary T Welch2009-11-161-0/+1
* binarybuffer: add API documentationZachary T Welch2009-11-161-3/+41
* improve inline binarybuffer helpersZachary T Welch2009-11-161-7/+8
* improve buf_set_buf helperZachary T Welch2009-11-162-5/+8
* improve buf_set_onesZachary T Welch2009-11-162-10/+11
* improve buf_cpy helperZachary T Welch2009-11-162-9/+11
* improve buf_cmp and buf_cmp_mask helpersZachary T Welch2009-11-162-39/+40
* improve str_to_buf and buf_to_str helpersZachary T Welch2009-11-162-65/+67
* binarybuffer: move variables to point of first useZachary T Welch2009-11-162-28/+9
* binarybuffer: fix whitespace related issuesZachary T Welch2009-11-162-23/+18
* target: less implicit inclusion of "command.h"David Brownell2009-11-162-2/+0
* remove unused buf_to_u32_handlerZachary T Welch2009-11-142-12/+0
* struct scan_field_s -> struct scan_fieldZachary T Welch2009-11-142-3/+3
* command_t -> struct commandZachary T Welch2009-11-132-26/+26
* command_context_t -> struct command_contextZachary T Welch2009-11-138-52/+52