aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-29helper/command: pass command arguments also as Jim_ObjAntonio Borneo1-0/+1
2024-01-29helper/command: inline run_command() in exec_command()Antonio Borneo1-25/+18
2024-01-29helper/command: simplify exec_command()Antonio Borneo1-29/+9
2024-01-29helper/command: simplify script_command_args_alloc()Antonio Borneo1-7/+4
2024-01-29helper/command: drop unused variablesAntonio Borneo1-4/+2
2023-10-14command: Prepend logs during command captureMarek Vrbka1-12/+14
2023-05-05helper: with pointers, use NULL instead of 0Antonio Borneo1-1/+1
2023-03-25helper: command: rewrite command 'ocd_find' as COMMAND_HANDLERAntonio Borneo1-10/+10
2023-03-18openocd: drop JIM_EMBEDDED macroAntonio Borneo1-3/+0
2023-02-26helper: command: drop last LF ('\n') from sequence of command_print()Antonio Borneo1-2/+10
2023-01-15openocd: revert workarounds for 'expr' syntax changeAntonio Borneo1-13/+1
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-09-13openocd: fix for polling during "expr" computationAntonio Borneo1-1/+13
2022-08-15target: add API to temporarily mask target pollingAntonio Borneo1-4/+2
2022-07-23openocd: src/helper: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-12-18openocd: add keep_alive during command sleepAntonio Borneo1-0/+1
2021-11-07jimtcl: revert temporary workaround for memory leak in jimtcl 0.80Antonio Borneo1-35/+0
2021-09-18helper/command: fix echo return valuesTarek BOCHKATI1-5/+7
2021-08-22command: log the command only when it is executedAntonio Borneo1-2/+2
2021-07-24openocd: manually remove NULL comparisonsAntonio Borneo1-3/+3
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-3/+3
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-16/+16
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-6/+6
2021-06-18Doc fix: echo writes to the log, and not to stdoutR. Diez1-1/+0
2021-06-04Avoid non-standard conditionals with omitted operands.R. Diez1-2/+2
2021-06-04server/telnet: fix autocomplete for jimtcl commandsAntonio Borneo1-4/+4
2021-05-29help: fix line size in 'usage' outputAntonio Borneo1-7/+6
2021-05-22helper/command: silent debug msg on command register/unregisterAntonio Borneo1-2/+4
2021-05-15jimtcl: restrict memory leak workaround on Linux onlyAntonio Borneo1-2/+3
2021-05-01helper/command: drop the TCL variable 'ocd_HOSTOS'Antonio Borneo1-34/+0
2021-05-01helper/command: fix memory leak on malloc() failAntonio Borneo1-5/+9
2021-05-01helper/command: fix build with jimtcl 0.79 or olderAntonio Borneo1-0/+4
2021-04-18helper/command: rename s/command_unknown/jim_command_dispatch/Antonio Borneo1-5/+5
2021-04-18helper/command: make script_debug() staticAntonio Borneo1-1/+1
2021-04-18helper/command: get rid of the tree of struct commandAntonio Borneo1-187/+71
2021-04-18helper/command: unregister commands through their full-nameAntonio Borneo1-3/+95
2021-04-18helper/command: simplify jim_command_mode()Antonio Borneo1-25/+22
2021-04-18helper/command: simplify run_command()Antonio Borneo1-10/+3
2021-04-18helper/command: register full-name commands in jimAntonio Borneo1-82/+29
2021-04-18help: re-implement 'help' independent from tree of struct commandAntonio Borneo1-102/+138
2021-04-18command mode: return "any" for tcl procAntonio Borneo1-0/+18
2021-04-18helper/command: pass command prefix to command registrationAntonio Borneo1-8/+14
2021-04-18helper/command: override target only on target prefixed cmdsAntonio Borneo1-13/+9
2021-04-18helper/command: use one single handler for all the commandsAntonio Borneo1-71/+49
2021-04-18helper/command: always pass struct command as jim private dataAntonio Borneo1-5/+3
2021-04-05jimtcl: add temporary workaround for memory leak in jimtcl 0.80Antonio Borneo1-0/+34
2020-11-15helper/command: disable logging of registered commands [RFC]Tomas Vanek1-0/+2
2020-11-04helper/command: fix clang static analyzer warningTomas Vanek1-28/+18
2020-05-24helper/command: remove unused functions and make static local onesAntonio Borneo1-8/+7
2020-05-24helper/command: fix check on value returned by jim APIAntonio Borneo1-2/+2