aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)AuthorFilesLines
2019-05-14helper/command: remove search for "ocd_" prefixAntonio Borneo1-8/+4
2019-05-14helper/command: remove command "command type"Paul Fertser1-35/+0
2019-05-14helper/command: do not replace new commands with ocd_ prefixPaul Fertser2-48/+2
2019-05-14helper/command: do not capture log in script_command_run()Paul Fertser1-11/+3
2019-05-14helper/command: Handle Tcl return values consistentlyPaul Fertser2-4/+12
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo4-15/+15
2019-05-14helper/command: add macro CMDAntonio Borneo1-0/+5
2019-04-10fix for sanitizer errors in left shiftsMete Balci1-1/+1
2019-04-10helper/command: log an error for commands without usageAntonio Borneo1-1/+1
2019-04-07helper/command: handle empty "usage" with add_help_text/add_usage_textAntonio Borneo1-2/+3
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+1
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo1-0/+1
2019-04-07log: add const qualifier to commands structAntonio Borneo1-1/+1
2019-04-03helper/startup.tcl: remove proc exitAntonio Borneo1-7/+0
2019-03-06helper/command: return proper JIM error codeAntonio Borneo1-1/+1
2019-01-27command: check command mode for native jim commandsTomas Vanek1-19/+26
2019-01-27command: Log the failed command by full nameTomas Vanek1-1/+4
2019-01-16helper/command: check for malloc failure in __command_nameAntonio Borneo1-3/+6
2018-12-25command: Log the failed command nameJean-Christian de Rivaz1-1/+1
2018-12-15helper/startup.tcl: fix execution stack frame of wrapped commandsAntonio Borneo1-3/+6
2018-12-11helper/log: remove dead code in log_forward()Antonio Borneo1-38/+8
2018-07-24Add RISC-V support.Tim Newsome1-0/+2
2018-03-12helper/types: cast to uint32_t,uint16_t to avoid UB by shifting int too farCody P Schafer1-6/+6
2018-03-07helper/configuration: free script_search_dirs and config_file_namesTomas Vanek2-0/+17
2018-03-07helper/command.h: Add missing #include for target_addr_tMarc Schink1-0/+2
2018-03-07helper/types.h: Add missing #includesMarc Schink1-0/+5
2018-03-07helper/command.h: Add missing #includesMarc Schink1-0/+2
2018-03-07helper/replacements.h: Add missing #includeMarc Schink1-0/+2
2018-03-03target: use correct target in target-prefixed commands and event handlersTomas Vanek2-6/+33
2018-02-14Handle improperly build image files gracefullyAndreas Bolsch2-0/+6
2018-01-25Add read buffer to bitbang, improving performance.Tim Newsome1-0/+11
2018-01-25Add timeval_compare helper functionChristopher Head2-0/+16
2018-01-17Fix Jim interpreter memory leakMarc Schink2-0/+17
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin1-1/+1
2017-10-03Fix typo in comment.Tim Newsome1-1/+1
2017-10-03helper/options: Add missing #include for MinGW and MSYS2Marc Schink1-0/+3
2017-08-10log: Add a new debug level (4) for verbose I/O debugAndreas Fritiofson2-6/+18
2017-04-23help/log.c: better error handling for "log_output"Girts1-3/+9
2017-04-23helper/options.c: fail if unexpected cmdline arguments are presentGirts1-0/+9
2017-04-23help/options.c: add error handling for -d argGirts1-2/+5
2017-02-10target: Add 64-bit target address supportDongxue Zhang3-2/+36
2017-01-15helper,rtos,server: Restore missing warning flagsAndreas Fritiofson1-1/+1
2016-12-25Search for scripts relative to the executable on all(?) platformsAndreas Fritiofson1-33/+122
2016-12-08Convert to non-recursive makeAndreas Fritiofson1-47/+40
2016-12-08helper: Code cleanup for hexify()Marc Schink2-9/+30
2016-12-08helper: Update jep106 database to JEP106ATAndreas Fritiofson1-4/+41
2016-10-17helper: Make unhexify() robust on invalid dataMarc Schink2-8/+33
2016-10-07helper/log: Add log_vprintf_lf()Marc Schink2-14/+27
2016-07-19Fix usage of timeval_ms()Andreas Färber3-10/+10
2016-05-24Make #include guard naming consistentMarc Schink14-42/+43