aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-04command: print BUG warning when usage is missingMathias K1-0/+16
2012-01-03helper: fix arm11 help textSpencer Oliver1-3/+5
2011-03-27command: fix leak when executing commandsØyvind Harboe1-0/+1
2011-01-09nit: more LOG_* \n fixesEric Wetzel1-4/+3
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-1/+1
2010-12-18script: support only Tcl commentsØyvind Harboe1-9/+0
2010-11-09JIM: document "echo" commandAntonio Borneo1-9/+14
2010-11-09JIM: Add "-n" option to "echo"Antonio Borneo1-1/+8
2010-10-29jim tests: use installedØyvind Harboe1-99/+5
2010-10-27help: help now works on configuration commandsØyvind Harboe1-3/+0
2010-09-20helper: fix flaky capture commandØyvind Harboe1-0/+16
2010-09-11command: capture command now handles both types commandsØyvind Harboe1-2/+24
2010-06-18don't add confusing source info to JimAndreas Fritiofson1-2/+2
2010-05-05command context: fix errors when running certain commands on startupØyvind Harboe1-2/+6
2010-02-04CMD: duplicate cmd error msgSpencer Oliver1-1/+4
2010-01-13debug: make logging of commands terserØyvind Harboe1-2/+11
2010-01-11commands: make error messages a bit more terseØyvind Harboe1-1/+1
2010-01-10FreeBSD build fixesDavid Brownell1-0/+3
2010-01-09src/helper: usage/help updatesDavid Brownell1-23/+31
2010-01-09buildfix on MacOSMasaki Muranaka1-2/+2
2010-01-02streamline and document helptext mode displaysDavid Brownell1-10/+22
2010-01-02Fix usage/help search for subcommands.Dean Glazeski1-7/+34
2010-01-02Add the current command to the command informationDean Glazeski1-0/+1
2009-12-21help: list all commands that match stringOyvind Harboe1-21/+35
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch1-1/+1
2009-12-01command: the Jim interpreter can now be provided rather than createdØyvind Harboe1-7/+11