aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-11From upstream (#620)Tim Newsome1-17/+19
2021-05-03Fix build.Tim Newsome1-1/+1
2021-05-03Merge branch 'master' into from_upstreamTim Newsome1-454/+373
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-13Merge branch 'master' into from_upstreamTim Newsome1-0/+34
2021-04-05jimtcl: add temporary workaround for memory leak in jimtcl 0.80Antonio Borneo1-0/+34
2020-12-31Merge branch 'master' into from_upstreamTim Newsome1-28/+20
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-10-07Add memory sample feature (#541)Tim Newsome1-2/+2
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
2020-05-24helper/command: strip replicated command name in logAntonio Borneo1-6/+4
2020-05-09coding style: add missing space when split stringsAntonio Borneo1-3/+3
2020-05-09helper/command: register all commands through register_commands()Antonio Borneo1-3/+15
2019-12-19helper/command: remove unused field in struct command_registrationAntonio Borneo1-2/+1
2019-09-24helper/command: clear errno before calling parserChristopher Head1-0/+1
2019-06-20helper/command: make command_run_line reentrantChristopher Head1-0/+6
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 Fertser1-18/+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 Fertser1-4/+11
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-2/+2
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-07command_registration: add empty usage field to chained commandsAntonio Borneo1-0/+1
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