aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.c
AgeCommit message (Expand)Author
2019-12-19helper/command: remove unused field in struct command_registrationAntonio Borneo
2019-09-24helper/command: clear errno before calling parserChristopher Head
2019-06-20helper/command: make command_run_line reentrantChristopher Head
2019-05-23helper/command: remove dead code in command_unknown()Antonio Borneo
2019-05-17helper/command: print the command output in case of errorAntonio Borneo
2019-05-14helper/command: fix printing usage for incomplete commandsAntonio Borneo
2019-05-14helper/command: send command output only to the right serverAntonio Borneo
2019-05-14helper/command: remove search for "ocd_" prefixAntonio Borneo
2019-05-14helper/command: remove command "command type"Paul Fertser
2019-05-14helper/command: do not replace new commands with ocd_ prefixPaul Fertser
2019-05-14helper/command: do not capture log in script_command_run()Paul Fertser
2019-05-14helper/command: Handle Tcl return values consistentlyPaul Fertser
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo
2019-04-10helper/command: log an error for commands without usageAntonio Borneo
2019-04-07helper/command: handle empty "usage" with add_help_text/add_usage_textAntonio Borneo
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo
2019-03-06helper/command: return proper JIM error codeAntonio Borneo
2019-01-27command: check command mode for native jim commandsTomas Vanek
2019-01-27command: Log the failed command by full nameTomas Vanek
2019-01-16helper/command: check for malloc failure in __command_nameAntonio Borneo
2018-12-25command: Log the failed command nameJean-Christian de Rivaz
2018-03-03target: use correct target in target-prefixed commands and event handlersTomas Vanek
2018-01-17Fix Jim interpreter memory leakMarc Schink
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin
2017-02-10target: Add 64-bit target address supportDongxue Zhang
2016-07-19Fix usage of timeval_ms()Andreas Färber
2016-05-24Remove FSF address from GPL noticesMarc Schink
2015-04-14Tcl exception codes cleanup, shutdown command amendmentsPaul Fertser
2015-04-14helper: shutdown command should return with 0 exit statusJuha Niskanen
2014-09-22command: Fix confusing syntax error messageAndreas Fritiofson
2014-05-09Update to the current Jim TclPaul Fertser
2014-01-09command: Fix formatting for empty usage stringAndreas Fritiofson
2013-10-31Remove unnecessary castsAndreas Fritiofson
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson
2013-09-08build: remove clang warning about global var 'match'Spencer Oliver
2013-07-01Add support for 64 bit parameter to irscanEvan Hunter
2013-06-05update files to correct FSF addressSpencer Oliver
2012-11-30Make NetBSD a recognized systemAymeric Vincent
2012-08-24helper: command.c cleanupSpencer Oliver
2012-07-22Revert "When calling openocd from a shell like this:"Alex Austin
2012-07-11When calling openocd from a shell like this:Stian Skjelsad
2012-03-31Add value "openbsd" for ocd_HOSTOS.Wim Lewis
2012-03-13ecosboard: delete bit-rotted eCos codeØyvind Harboe
2012-02-06doxygen: use correct comment syntaxSpencer Oliver
2012-02-06build: cleanup src/helper directorySpencer Oliver
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2012-01-04command: print BUG warning when usage is missingMathias K
2012-01-03helper: fix arm11 help textSpencer Oliver
2011-03-27command: fix leak when executing commandsØyvind Harboe
2011-01-09nit: more LOG_* \n fixesEric Wetzel