jtag: linuxgpiod: drop extra parenthesis
[openocd.git] / src / helper / command.c
2024-01-13 Antonio Borneohelper/command: pass command arguments also as Jim_Obj 57/8057/4
2024-01-13 Antonio Borneohelper/command: inline run_command() in exec_command() 56/8056/4
2024-01-13 Antonio Borneohelper/command: simplify exec_command() 55/8055/4
2024-01-13 Antonio Borneohelper/command: simplify script_command_args_alloc() 54/8054/4
2024-01-13 Antonio Borneohelper/command: drop unused variables 53/8053/3
2023-10-14 Marek Vrbkacommand: Prepend logs during command capture 02/7902/3
2023-05-05 Antonio Borneohelper: with pointers, use NULL instead of 0 97/7597/2
2023-03-25 Antonio Borneohelper: command: rewrite command 'ocd_find' as COMMAND_... 84/7484/2
2023-03-18 Antonio Borneoopenocd: drop JIM_EMBEDDED macro 18/7518/3
2023-02-26 Antonio Borneohelper: command: drop last LF ('\n') from sequence... 71/7471/3
2023-01-15 Antonio Borneoopenocd: revert workarounds for 'expr' syntax change 05/7405/2
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c 53/7153/3
2022-09-13 Antonio Borneoopenocd: fix for polling during "expr" computation 74/7174/2
2022-08-15 Antonio Borneotarget: add API to temporarily mask target polling 09/7009/3
2022-07-23 Antonio Borneoopenocd: src/helper: replace the GPL-2.0-or-later licen... 68/7068/3
2021-12-18 Antonio Borneoopenocd: add keep_alive during command sleep 70/6770/3
2021-11-07 Antonio Borneojimtcl: revert temporary workaround for memory leak... 28/6228/3
2021-09-18 Tarek BOCHKATIhelper/command: fix echo return values 49/6549/2
2021-08-22 Antonio Borneocommand: log the command only when it is executed 36/6436/2
2021-07-24 Antonio Borneoopenocd: manually remove NULL comparisons 53/6353/3
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2] 51/6351/3
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison 50/6350/3
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition 54/6354/3
2021-06-18 R. DiezDoc fix: echo writes to the log, and not to stdout 72/6272/3
2021-06-04 R. DiezAvoid non-standard conditionals with omitted operands. 71/6271/3
2021-06-04 Antonio Borneoserver/telnet: fix autocomplete for jimtcl commands 82/6282/2
2021-05-29 Antonio Borneohelp: fix line size in 'usage' output 23/6223/2
2021-05-22 Antonio Borneohelper/command: silent debug msg on command register... 20/6220/2
2021-05-15 Antonio Borneojimtcl: restrict memory leak workaround on Linux only 41/6241/2
2021-05-01 Antonio Borneohelper/command: drop the TCL variable 'ocd_HOSTOS' 89/6189/2
2021-05-01 Antonio Borneohelper/command: fix memory leak on malloc() fail 88/6188/2
2021-05-01 Antonio Borneohelper/command: fix build with jimtcl 0.79 or older 91/6191/2
2021-04-18 Antonio Borneohelper/command: rename s/command_unknown/jim_command_di... 91/5791/8
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 Borneohelper/command: simplify jim_command_mode() 73/5673/9
2021-04-18 Antonio Borneohelper/command: simplify run_command() 72/5672/9
2021-04-18 Antonio Borneohelper/command: register full-name commands in jim 71/5671/9
2021-04-18 Antonio Borneohelp: re-implement 'help' independent from tree of... 70/5670/7
2021-04-18 Antonio Borneocommand mode: return "any" for tcl proc 69/5669/6
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: use one single handler for all the... 65/5665/3
2021-04-18 Antonio Borneohelper/command: always pass struct command as jim priva... 64/5664/3
2021-04-05 Antonio Borneojimtcl: add temporary workaround for memory leak in... 30/6130/4
2020-11-15 Tomas Vanekhelper/command: disable logging of registered commands... 28/5928/2
2020-11-04 Tomas Vanekhelper/command: fix clang static analyzer warning 04/5904/2
2020-05-24 Antonio Borneohelper/command: remove unused functions and make static... 63/5663/2
2020-05-24 Antonio Borneohelper/command: fix check on value returned by jim API 61/5661/2
2020-05-24 Antonio Borneohelper/command: strip replicated command name in log 60/5660/2
2020-05-09 Antonio Borneocoding style: add missing space when split strings 20/5620/2
2020-05-09 Antonio Borneohelper/command: register all commands through register_... 44/5644/2
2019-12-19 Antonio Borneohelper/command: remove unused field in struct command_r... 25/5225/2
2019-09-24 Christopher Headhelper/command: clear errno before calling parser 98/5298/2
2019-06-20 Christopher Headhelper/command: make command_run_line reentrant 23/5223/3
2019-05-23 Antonio Borneohelper/command: remove dead code in command_unknown() 96/5096/2
2019-05-17 Antonio Borneohelper/command: print the command output in case of... 78/5178/2
2019-05-14 Antonio Borneohelper/command: fix printing usage for incomplete commands 66/5166/3
2019-05-14 Antonio Borneohelper/command: send command output only to the right... 93/5093/6
2019-05-14 Antonio Borneohelper/command: remove search for "ocd_" prefix 87/5087/5
2019-05-14 Paul Fertserhelper/command: remove command "command type" 84/5084/4
2019-05-14 Paul Fertserhelper/command: do not replace new commands with ocd_... 86/5086/4
2019-05-14 Paul Fertserhelper/command: do not capture log in script_command_run() 85/5085/4
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-04-10 Antonio Borneohelper/command: log an error for commands without usage 26/5026/2
2019-04-07 Antonio Borneohelper/command: handle empty "usage" with add_help_text... 25/5025/2
2019-04-07 Antonio Borneocommand_registration: add empty usage field to chained... 17/5017/2
2019-03-06 Antonio Borneohelper/command: return proper JIM error code 73/4973/2
2019-01-27 Tomas Vanekcommand: check command mode for native jim commands 41/4841/2
2019-01-27 Tomas Vanekcommand: Log the failed command by full name 37/4837/3
2019-01-16 Antonio Borneohelper/command: check for malloc failure in __command_name 38/4838/3
2018-12-25 Jean-Christian de... command: Log the failed command name 08/4808/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-10-23 Freddie ChopinFix GCC7 warnings about switch-case fallthroughs 74/4174/4
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support 00/1200/37
2016-07-19 Andreas FärberFix usage of timeval_ms() 99/3499/2
2016-05-24 Marc SchinkRemove FSF address from GPL notices 88/3488/3
2015-04-14 Paul FertserTcl exception codes cleanup, shutdown command amendments 00/2600/4
2015-04-14 Juha Niskanenhelper: shutdown command should return with 0 exit... 89/2589/2
2014-09-22 Andreas Fritiofsoncommand: Fix confusing syntax error message 85/2285/2
2014-05-09 Paul FertserUpdate to the current Jim Tcl 21/2121/4
2014-01-09 Andreas Fritiofsoncommand: Fix formatting for empty usage string 58/1858/2
2013-10-31 Andreas FritiofsonRemove unnecessary casts 67/1767/2
2013-10-31 Andreas FritiofsonClean up const usage to avoid excessive casting 68/1668/3
2013-09-08 Spencer Oliverbuild: remove clang warning about global var 'match' 13/1613/2
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-11-30 Aymeric VincentMake NetBSD a recognized system 98/998/2
2012-08-24 Spencer Oliverhelper: command.c cleanup
2012-07-22 Alex AustinRevert "When calling openocd from a shell like this:"
2012-07-11 Stian SkjelsadWhen calling openocd from a shell like this:
2012-03-31 Wim LewisAdd value "openbsd" for ocd_HOSTOS.
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
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2012-01-04 Mathias Kcommand: print BUG warning when usage is missing
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)