aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/helper: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-10-25command: document enum command_modeAntonio Borneo1-0/+9
2021-10-02helper: Remove src/helper from include dirsYasushi SHOJI1-1/+1
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-2/+2
2021-06-04server/telnet: fix autocomplete for jimtcl commandsAntonio Borneo1-0/+11
2021-05-08Add IPDBG JtagHost functionality to OpenOCDDaniel Anselmi1-0/+42
2021-04-18helper/command: make script_debug() staticAntonio Borneo1-2/+0
2021-04-18helper/command: get rid of the tree of struct commandAntonio Borneo1-4/+0
2021-04-18helper/command: unregister commands through their full-nameAntonio Borneo1-2/+2
2021-04-18help: re-implement 'help' independent from tree of struct commandAntonio Borneo1-2/+11
2021-04-18helper/command: pass command prefix to command registrationAntonio Borneo1-13/+10
2021-04-18helper/command: override target only on target prefixed cmdsAntonio Borneo1-17/+54
2021-04-18helper/command: always pass struct command as jim private dataAntonio Borneo1-0/+9
2020-09-05helper: fix minor typosAntonio Borneo1-5/+5
2020-05-24helper/command: remove unused functions and make static local onesAntonio Borneo1-41/+1
2020-05-24helper/command: strip replicated command name in logAntonio Borneo1-2/+1
2019-12-19helper/command: remove unused field in struct command_registrationAntonio Borneo1-1/+0
2019-05-14helper/command: Handle Tcl return values consistentlyPaul Fertser1-0/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-5/+5
2019-05-14helper/command: add macro CMDAntonio Borneo1-0/+5
2018-03-07helper/command.h: Add missing #include for target_addr_tMarc Schink1-0/+2
2018-03-07helper/command.h: Add missing #includesMarc Schink1-0/+2
2018-03-03target: use correct target in target-prefixed commands and event handlersTomas Vanek1-1/+14
2018-01-17Fix Jim interpreter memory leakMarc Schink1-0/+8
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-0/+6
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-05-09Update to the current Jim TclPaul Fertser1-2/+2
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-3/+3
2013-07-01Add support for 64 bit parameter to irscanEvan Hunter1-0/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-10-02build: remove unnecessary jim.h includeSpencer Oliver1-1/+0
2012-05-21build: add helper/types.h to config.hSpencer Oliver1-2/+0
2012-03-13ecosboard: delete bit-rotted eCos codeØyvind Harboe1-6/+0
2012-02-06doxygen: use correct comment syntaxSpencer Oliver1-5/+5
2012-02-06build: cleanup src/helper directorySpencer Oliver1-45/+43
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-1/+1
2010-10-29jim tests: use installedØyvind Harboe1-4/+3
2010-06-14helper: fix -Wshadow warning in number parsingØyvind Harboe1-6/+6
2010-05-05command context: fix errors when running certain commands on startupØyvind Harboe1-0/+4
2009-12-15command: retire obsolete macroØyvind Harboe1-11/+0
2009-12-03doxygen: remove some warningsDavid Brownell1-1/+1
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch1-1/+1
2009-12-03change #include "jim.h" to <helper/jim.h>Zachary T Welch1-1/+1
2009-12-01command: the Jim interpreter can now be provided rather than createdØyvind Harboe1-2/+4
2009-11-30remove interp global variable!Zachary T Welch1-1/+1
2009-11-30do not extern 'interp' from command.cZachary T Welch1-2/+1
2009-11-30move improperly located documentationZachary T Welch1-15/+17
2009-11-30improve command_done() API and docsZachary T Welch1-2/+15
2009-11-28add command private data setter/accessorZachary T Welch1-0/+23