aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-25command: Log the failed command nameJean-Christian de Rivaz1-1/+1
2018-03-03target: use correct target in target-prefixed commands and event handlersTomas Vanek1-5/+19
2018-01-17Fix Jim interpreter memory leakMarc Schink1-0/+9
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin1-1/+1
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-0/+2
2016-07-19Fix usage of timeval_ms()Andreas Färber1-2/+2
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-04-14Tcl exception codes cleanup, shutdown command amendmentsPaul Fertser1-19/+17
2015-04-14helper: shutdown command should return with 0 exit statusJuha Niskanen1-1/+4
2014-09-22command: Fix confusing syntax error messageAndreas Fritiofson1-1/+3
2014-05-09Update to the current Jim TclPaul Fertser1-1/+1
2014-01-09command: Fix formatting for empty usage stringAndreas Fritiofson1-1/+1
2013-10-31Remove unnecessary castsAndreas Fritiofson1-1/+1
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-17/+14
2013-09-08build: remove clang warning about global var 'match'Spencer Oliver1-18/+18
2013-07-01Add support for 64 bit parameter to irscanEvan Hunter1-13/+15
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-11-30Make NetBSD a recognized systemAymeric Vincent1-0/+2
2012-08-24helper: command.c cleanupSpencer Oliver1-8/+10
2012-07-22Revert "When calling openocd from a shell like this:"Alex Austin1-10/+6
2012-07-11When calling openocd from a shell like this:Stian Skjelsad1-6/+10
2012-03-31Add value "openbsd" for ocd_HOSTOS.Wim Lewis1-0/+2
2012-03-13ecosboard: delete bit-rotted eCos codeØyvind Harboe1-6/+1
2012-02-06doxygen: use correct comment syntaxSpencer Oliver1-1/+1
2012-02-06build: cleanup src/helper directorySpencer Oliver1-269/+206
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-9/+9