aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)AuthorFilesLines
2021-08-22command: log the command only when it is executedAntonio Borneo1-2/+2
2021-08-14helper: add align.hAntonio Borneo2-0/+31
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo4-5/+5
2021-07-24openocd: manually remove NULL comparisonsAntonio Borneo2-4/+4
2021-07-24openocd: remove NULL comparisons with checkpatch [2/2]Antonio Borneo1-1/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo3-6/+6
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo6-43/+43
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo2-3/+3
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo3-9/+9
2021-07-02helper: rename camelcase symbolsAntonio Borneo3-9/+9
2021-06-18Doc fix: echo writes to the log, and not to stdoutR. Diez1-1/+0
2021-06-04Avoid non-standard conditionals with omitted operands.R. Diez1-2/+2
2021-06-04gdb_server: Log both incoming and outgoing GDB packetsJan Matyas2-0/+15
2021-06-04helper/list.h: add mention to the example in contribAntonio Borneo1-0/+2
2021-06-04helper/list.h: align file to Linux v5.12Antonio Borneo1-137/+431
2021-06-04server/telnet: fix autocomplete for jimtcl commandsAntonio Borneo2-4/+15
2021-06-04helper/jim-nvp: comply with coding style [1/2]Antonio Borneo2-110/+250
2021-05-29help: fix line size in 'usage' outputAntonio Borneo1-7/+6
2021-05-22helper/command: silent debug msg on command register/unregisterAntonio Borneo1-2/+4
2021-05-22openocd: fix some minor typoAntonio Borneo1-1/+1
2021-05-15jimtcl: restrict memory leak workaround on Linux onlyAntonio Borneo1-2/+3
2021-05-08Add IPDBG JtagHost functionality to OpenOCDDaniel Anselmi1-0/+42
2021-05-01Cleanup of config/includes.Tim Newsome11-9/+21
2021-05-01helper/command: drop the TCL variable 'ocd_HOSTOS'Antonio Borneo1-34/+0
2021-05-01helper/command: fix memory leak on malloc() failAntonio Borneo1-5/+9
2021-05-01helper/jim-nvp: remove unused function Jim_nvpInit()Antonio Borneo1-6/+0
2021-05-01helper/types: remove type '_Bool'Antonio Borneo1-7/+1
2021-05-01helper/replacements: remove unused typedef'sAntonio Borneo1-2/+0
2021-05-01target/image: allow loading of 64-bit ELF filesFlorian Meister1-1/+41
2021-05-01helper/command: fix build with jimtcl 0.79 or olderAntonio Borneo1-0/+4
2021-04-18helper/command: rename s/command_unknown/jim_command_dispatch/Antonio Borneo1-5/+5
2021-04-18helper/command: make script_debug() staticAntonio Borneo2-3/+1
2021-04-18helper/command: get rid of the tree of struct commandAntonio Borneo2-191/+71
2021-04-18helper/command: unregister commands through their full-nameAntonio Borneo2-5/+97
2021-04-18helper/command: simplify jim_command_mode()Antonio Borneo1-25/+22
2021-04-18helper/command: simplify run_command()Antonio Borneo1-10/+3
2021-04-18helper/command: register full-name commands in jimAntonio Borneo1-82/+29
2021-04-18help: re-implement 'help' independent from tree of struct commandAntonio Borneo2-104/+149
2021-04-18command mode: return "any" for tcl procAntonio Borneo1-0/+18
2021-04-18helper/command: pass command prefix to command registrationAntonio Borneo2-21/+24
2021-04-18helper/command: override target only on target prefixed cmdsAntonio Borneo2-30/+63
2021-04-18helper/command: use one single handler for all the commandsAntonio Borneo1-71/+49
2021-04-18helper/command: always pass struct command as jim private dataAntonio Borneo2-5/+12
2021-04-05jimtcl: add temporary workaround for memory leak in jimtcl 0.80Antonio Borneo1-0/+34
2021-03-19ioutil: drop the code, deprecated in v0.10.0Antonio Borneo4-594/+0
2021-03-19openocd: remove command line flag -p/--pipe deprecated in v0.5.0Antonio Borneo1-9/+1
2021-01-18configure: drop macro 'AC_HEADER_TIME'Antonio Borneo2-20/+7
2021-01-13openocd: fix incorrect doxygen commentsAntonio Borneo2-114/+114
2020-12-05jep106: Add new IDs from JEDECBoran Car1-243/+503
2020-11-15helper/command: disable logging of registered commands [RFC]Tomas Vanek1-0/+2