aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)Author
2020-03-07helper/binarybuffer: fix clang static analyzer warningsTomas Vanek
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo
2020-02-24log: let command "log_output" to set back its defaultAntonio Borneo
2020-01-02jtag_vpi: multiple improvementsJan Matyas
2019-12-19helper/command: remove unused field in struct command_registrationAntonio Borneo
2019-12-10server: gdb_server: fix memory map generation on a 32-bit BE hostPaul Fertser
2019-11-23helper: skip including sys/sysctl.h on LinuxAntonio Borneo
2019-09-24helper/command: clear errno before calling parserChristopher Head
2019-06-20helper/options: simplify the code using command_run_linef()Antonio Borneo
2019-06-20helper/command: make command_run_line reentrantChristopher Head
2019-06-06helper: add bitmap helper primitivesAntonio Borneo
2019-05-23helper/command: remove dead code in command_unknown()Antonio Borneo
2019-05-17helper/command: print the command output in case of errorAntonio Borneo
2019-05-14helper/command: fix printing usage for incomplete commandsAntonio Borneo
2019-05-14helper/command: send command output only to the right serverAntonio Borneo
2019-05-14helper/command: remove search for "ocd_" prefixAntonio Borneo
2019-05-14helper/command: remove command "command type"Paul Fertser
2019-05-14helper/command: do not replace new commands with ocd_ prefixPaul Fertser
2019-05-14helper/command: do not capture log in script_command_run()Paul Fertser
2019-05-14helper/command: Handle Tcl return values consistentlyPaul Fertser
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo
2019-05-14helper/command: add macro CMDAntonio Borneo
2019-04-10fix for sanitizer errors in left shiftsMete Balci
2019-04-10helper/command: log an error for commands without usageAntonio Borneo
2019-04-07helper/command: handle empty "usage" with add_help_text/add_usage_textAntonio Borneo
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo
2019-04-07log: add const qualifier to commands structAntonio Borneo
2019-04-03helper/startup.tcl: remove proc exitAntonio Borneo
2019-03-06helper/command: return proper JIM error codeAntonio Borneo
2019-01-27command: check command mode for native jim commandsTomas Vanek
2019-01-27command: Log the failed command by full nameTomas Vanek
2019-01-16helper/command: check for malloc failure in __command_nameAntonio Borneo
2018-12-25command: Log the failed command nameJean-Christian de Rivaz
2018-12-15helper/startup.tcl: fix execution stack frame of wrapped commandsAntonio Borneo
2018-12-11helper/log: remove dead code in log_forward()Antonio Borneo
2018-07-24Add RISC-V support.Tim Newsome
2018-03-12helper/types: cast to uint32_t,uint16_t to avoid UB by shifting int too farCody P Schafer
2018-03-07helper/configuration: free script_search_dirs and config_file_namesTomas Vanek
2018-03-07helper/command.h: Add missing #include for target_addr_tMarc Schink
2018-03-07helper/types.h: Add missing #includesMarc Schink
2018-03-07helper/command.h: Add missing #includesMarc Schink
2018-03-07helper/replacements.h: Add missing #includeMarc Schink
2018-03-03target: use correct target in target-prefixed commands and event handlersTomas Vanek
2018-02-14Handle improperly build image files gracefullyAndreas Bolsch
2018-01-25Add read buffer to bitbang, improving performance.Tim Newsome
2018-01-25Add timeval_compare helper functionChristopher Head
2018-01-17Fix Jim interpreter memory leakMarc Schink
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin
2017-10-03Fix typo in comment.Tim Newsome