aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)AuthorFilesLines
2020-06-06log: fix kept_alive() and report expired timeoutAntonio Borneo1-17/+39
2020-05-24helper/command: remove unused functions and make static local onesAntonio Borneo2-49/+8
2020-05-24helper/command: fix check on value returned by jim APIAntonio Borneo1-2/+2
2020-05-24helper/command: strip replicated command name in logAntonio Borneo2-8/+5
2020-05-09coding style: prototype of functions with no parametersAntonio Borneo1-2/+2
2020-05-09coding style: add missing space when split stringsAntonio Borneo1-3/+3
2020-05-09helper/ioutil: silence gcc-8 on strncpyAntonio Borneo1-1/+1
2020-05-09helper/command: register all commands through register_commands()Antonio Borneo1-3/+15
2020-05-02coding style: src: remove empty lines at end of text filesAntonio Borneo1-1/+0
2020-04-21Remove BUILD_TARGET64Florian Fainelli1-10/+0
2020-03-07helper/binarybuffer: fix clang static analyzer warningsTomas Vanek1-0/+2
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo1-12/+12
2020-02-24log: let command "log_output" to set back its defaultAntonio Borneo1-2/+13
2020-01-02jtag_vpi: multiple improvementsJan Matyas2-0/+27
2019-12-19helper/command: remove unused field in struct command_registrationAntonio Borneo2-3/+1
2019-12-10server: gdb_server: fix memory map generation on a 32-bit BE hostPaul Fertser1-1/+2
2019-11-23helper: skip including sys/sysctl.h on LinuxAntonio Borneo1-0/+3
2019-09-24helper/command: clear errno before calling parserChristopher Head1-0/+1
2019-06-20helper/options: simplify the code using command_run_linef()Antonio Borneo1-8/+3
2019-06-20helper/command: make command_run_line reentrantChristopher Head1-0/+6
2019-06-06helper: add bitmap helper primitivesAntonio Borneo2-0/+85
2019-05-23helper/command: remove dead code in command_unknown()Antonio Borneo1-6/+0
2019-05-17helper/command: print the command output in case of errorAntonio Borneo1-8/+6
2019-05-14helper/command: fix printing usage for incomplete commandsAntonio Borneo1-5/+61
2019-05-14helper/command: send command output only to the right serverAntonio Borneo1-12/+3
2019-05-14helper/command: remove search for "ocd_" prefixAntonio Borneo1-8/+4
2019-05-14helper/command: remove command "command type"Paul Fertser1-35/+0
2019-05-14helper/command: do not replace new commands with ocd_ prefixPaul Fertser2-48/+2
2019-05-14helper/command: do not capture log in script_command_run()Paul Fertser1-11/+3
2019-05-14helper/command: Handle Tcl return values consistentlyPaul Fertser2-4/+12
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo4-15/+15
2019-05-14helper/command: add macro CMDAntonio Borneo1-0/+5
2019-04-10fix for sanitizer errors in left shiftsMete Balci1-1/+1
2019-04-10helper/command: log an error for commands without usageAntonio Borneo1-1/+1
2019-04-07helper/command: handle empty "usage" with add_help_text/add_usage_textAntonio Borneo1-2/+3
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+1
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo1-0/+1
2019-04-07log: add const qualifier to commands structAntonio Borneo1-1/+1
2019-04-03helper/startup.tcl: remove proc exitAntonio Borneo1-7/+0
2019-03-06helper/command: return proper JIM error codeAntonio Borneo1-1/+1
2019-01-27command: check command mode for native jim commandsTomas Vanek1-19/+26
2019-01-27command: Log the failed command by full nameTomas Vanek1-1/+4
2019-01-16helper/command: check for malloc failure in __command_nameAntonio Borneo1-3/+6
2018-12-25command: Log the failed command nameJean-Christian de Rivaz1-1/+1
2018-12-15helper/startup.tcl: fix execution stack frame of wrapped commandsAntonio Borneo1-3/+6
2018-12-11helper/log: remove dead code in log_forward()Antonio Borneo1-38/+8
2018-07-24Add RISC-V support.Tim Newsome1-0/+2
2018-03-12helper/types: cast to uint32_t,uint16_t to avoid UB by shifting int too farCody P Schafer1-6/+6
2018-03-07helper/configuration: free script_search_dirs and config_file_namesTomas Vanek2-0/+17
2018-03-07helper/command.h: Add missing #include for target_addr_tMarc Schink1-0/+2