jtag: linuxgpiod: drop extra parenthesis
[openocd.git] / src / helper / command.h
2024-01-13 Antonio Borneohelper/command: pass command arguments also as Jim_Obj 57/8057/4
2023-02-26 Antonio Borneohelper: command: drop last LF ('\n') from sequence... 71/7471/3
2022-07-23 Antonio Borneoopenocd: src/helper: replace the GPL-2.0-or-later licen... 68/7068/3
2021-10-25 Antonio Borneocommand: document enum command_mode 93/6593/3
2021-10-02 Yasushi SHOJIhelper: Remove src/helper from include dirs 07/6507/4
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition 54/6354/3
2021-06-04 Antonio Borneoserver/telnet: fix autocomplete for jimtcl commands 82/6282/2
2021-05-08 Daniel AnselmiAdd IPDBG JtagHost functionality to OpenOCD 38/5938/10
2021-04-18 Antonio Borneohelper/command: make script_debug() static 76/5676/9
2021-04-18 Antonio Borneohelper/command: get rid of the tree of struct command 75/5675/9
2021-04-18 Antonio Borneohelper/command: unregister commands through their full... 74/5674/9
2021-04-18 Antonio Borneohelp: re-implement 'help' independent from tree of... 70/5670/7
2021-04-18 Antonio Borneohelper/command: pass command prefix to command registration 68/5668/3
2021-04-18 Antonio Borneohelper/command: override target only on target prefixed... 67/5667/3
2021-04-18 Antonio Borneohelper/command: always pass struct command as jim priva... 64/5664/3
2020-09-05 Antonio Borneohelper: fix minor typos 01/5801/2
2020-05-24 Antonio Borneohelper/command: remove unused functions and make static... 63/5663/2
2020-05-24 Antonio Borneohelper/command: strip replicated command name in log 60/5660/2
2019-12-19 Antonio Borneohelper/command: remove unused field in struct command_r... 25/5225/2
2019-05-14 Paul Fertserhelper/command: Handle Tcl return values consistently 15/1815/7
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma... 81/5081/2
2019-05-14 Antonio Borneohelper/command: add macro CMD 47/5047/2
2018-03-07 Marc Schinkhelper/command.h: Add missing #include for target_addr_t 52/4052/3
2018-03-07 Marc Schinkhelper/command.h: Add missing #includes 49/4049/3
2018-03-03 Tomas Vanektarget: use correct target in target-prefixed commands... 95/4295/5
2018-01-17 Marc SchinkFix Jim interpreter memory leak 59/2959/4
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support 00/1200/37
2016-05-24 Marc SchinkMake #include guard naming consistent 56/2956/5
2016-05-24 Marc SchinkRemove FSF address from GPL notices 88/3488/3
2014-05-09 Paul FertserUpdate to the current Jim Tcl 21/2121/4
2013-10-31 Andreas FritiofsonClean up const usage to avoid excessive casting 68/1668/3
2013-07-01 Evan HunterAdd support for 64 bit parameter to irscan 31/831/5
2013-06-05 Spencer Oliverupdate files to correct FSF address 26/1426/4
2012-10-02 Spencer Oliverbuild: remove unnecessary jim.h include
2012-05-21 Spencer Oliverbuild: add helper/types.h to config.h
2012-03-13 Øyvind Harboeecosboard: delete bit-rotted eCos code
2012-02-06 Spencer Oliverdoxygen: use correct comment syntax
2012-02-06 Spencer Oliverbuild: cleanup src/helper directory
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2010-10-29 Øyvind Harboejim tests: use installed
2010-06-14 Øyvind Harboehelper: fix -Wshadow warning in number parsing
2010-05-05 Øyvind Harboecommand context: fix errors when running certain comman...
2009-12-15 Øyvind Harboecommand: retire obsolete macro
2009-12-04 David Brownelldoxygen: remove some warnings
2009-12-03 Zachary T Welchchange #include "types.h" to <helper/types.h>
2009-12-03 Zachary T Welchchange #include "jim.h" to <helper/jim.h>
2009-12-01 Øyvind Harboecommand: the Jim interpreter can now be provided rather...
2009-12-01 Zachary T Welchremove interp global variable!
2009-12-01 Zachary T Welchdo not extern 'interp' from command.c
2009-12-01 Zachary T Welchmove improperly located documentation
2009-12-01 Zachary T Welchimprove command_done() API and docs
2009-11-28 Zachary T Welchadd command private data setter/accessor
2009-11-25 Zachary T Welchadd jim_handler to command_registration
2009-11-25 Zachary T Welchadd public API for locating commands
2009-11-25 Zachary T Welchadd command registration chaining
2009-11-25 Zachary T Welchadd command usage, separate from help
2009-11-25 Zachary T Welchadd register_commands for batch registration
2009-11-25 Zachary T Welchadd struct command_registration
2009-11-25 Zachary T Welchadd COMMAND_REGISTER macro
2009-11-20 Zachary T Welchimprove 'help' command
2009-11-20 Zachary T Welchrefactor command registration
2009-11-18 Zachary T Welchremove fast command and jim_global_long
2009-11-18 Zachary T Welchchange all bool parsers to accept any value
2009-11-18 Zachary T Welchadd handle_command_parse_bool command helper
2009-11-18 Zachary T Welchadd COMMAND_PARSE_BOOL macro and friends
2009-11-18 Zachary T Welchpass startup_tcl to command_init
2009-11-17 Zachary T Welchadd CMD_NAME variable in command_invocation
2009-11-17 Zachary T Welchadd struct command_invocation for COMMAND_HANDLER
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchadd more command_handler conversion macros
2009-11-16 Zachary T Welchuse Jim_CmdProc in jim_register
2009-11-13 Zachary T Welchcommand_t -> struct command
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchcommand_handler_t: make cmd an indirect parameter
2009-11-13 Zachary T Welchcommand_handler_t: make args parameter const
2009-11-13 Zachary T Welchcommand_handler_t: make cmd parameter const
2009-11-13 Zachary T Welchcommand_handler_t: make argc unsigned
2009-11-13 Zachary T Welchadd CMD_NAME macro for command handlers
2009-11-13 Zachary T Welchadd command_handler_t type
2009-11-13 Zachary T Welchadd COMMAND_HANDLER and COMMAND_HELPER macros
2009-11-13 Zachary T Welchadd command_output_handler_t
2009-11-11 Zachary T Welchadd command_name helper
2009-11-11 Zachary T Welchscript_debug(): improve types
2009-11-09 Zachary T Welchsrc/helper: wrap and clean headers.
2009-11-06 Zachary T WelchAdd macro for parsing numeric command arguments.
2009-10-19 Redirect 'Slash... corrective fix for MinGW GNU C99 printf compliance
2009-10-18 Redirect 'Slash... More MinGW C99 printf compliance
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-17 zwelchChange parse_type macros to be sed-friendly.
2009-06-17 zwelchAdd argument parsing errors in command.h, use in parse_...
2009-06-17 zwelchMove definition of parse_type helpers to command.c:
2009-06-17 zwelchAdd improved support for parsing signed integers.
2009-06-17 zwelchUpdate parse_type macro definitions to allow re-use...
2009-06-12 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-12 zwelchAdd new parse_uinttype wrappers for strtoul in src...
2009-06-11 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-21 zwelchDavid Brownell <david-b@pacbell.net>: This patch adds...
2009-05-15 oharboeLess wrong handling of JIM_EMBEDDED, follow Jim Tcl...
2009-05-15 oharboerevert to 1775. 1790 causes SEGFAULT w/Cygwin.
2009-05-14 zwelchRemove JIM_EMBEDDED symbol; not appropriate or necessary.
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)