aarch64: handle semihosting in aarch32 state
[fw/openocd] / src / helper /
2021-03-19 Antonio Borneoioutil: drop the code, deprecated in v0.10.0
2021-03-19 Antonio Borneoopenocd: remove command line flag -p/--pipe deprecated...
2021-01-18 Antonio Borneoconfigure: drop macro 'AC_HEADER_TIME'
2021-01-13 Antonio Borneoopenocd: fix incorrect doxygen comments
2020-12-05 Boran Carjep106: Add new IDs from JEDEC
2020-11-15 Tomas Vanekhelper/command: disable logging of registered commands...
2020-11-04 Tomas Vanekhelper/command: fix clang static analyzer warning
2020-10-14 Tim NewsomeUpstream tons of RISC-V changes.
2020-10-03 Andreas FritiofsonUpdate user dir config file search path
2020-09-05 Antonio Borneoopenocd: avoid checking for non NULL pointer to free it
2020-09-05 Antonio Borneohelper: fix minor typos
2020-09-05 Samuel ObuchFix debug prints when loading to flash
2020-08-16 Antonio Borneolog: handle LOG_*() before calling to log_init()
2020-06-06 Antonio Borneolog: fix kept_alive() and report expired timeout
2020-05-24 Antonio Borneohelper/command: remove unused functions and make static...
2020-05-24 Antonio Borneohelper/command: fix check on value returned by jim API
2020-05-24 Antonio Borneohelper/command: strip replicated command name in log
2020-05-09 Antonio Borneocoding style: prototype of functions with no parameters
2020-05-09 Antonio Borneocoding style: add missing space when split strings
2020-05-09 Antonio Borneohelper/ioutil: silence gcc-8 on strncpy
2020-05-09 Antonio Borneohelper/command: register all commands through register_...
2020-05-02 Antonio Borneocoding style: src: remove empty lines at end of text...
2020-04-21 Florian FainelliRemove BUILD_TARGET64
2020-03-07 Tomas Vanekhelper/binarybuffer: fix clang static analyzer warnings
2020-02-24 Antonio Borneocoding style: fix space around pointer's asterisk
2020-02-24 Antonio Borneolog: let command "log_output" to set back its default
2020-01-02 Jan Matyasjtag_vpi: multiple improvements
2019-12-19 Antonio Borneohelper/command: remove unused field in struct command_r...
2019-12-10 Paul Fertserserver: gdb_server: fix memory map generation on a...
2019-11-23 Antonio Borneohelper: skip including sys/sysctl.h on Linux
2019-09-24 Christopher Headhelper/command: clear errno before calling parser
2019-06-20 Antonio Borneohelper/options: simplify the code using command_run_linef()
2019-06-20 Christopher Headhelper/command: make command_run_line reentrant
2019-06-06 Antonio Borneohelper: add bitmap helper primitives
2019-05-23 Antonio Borneohelper/command: remove dead code in command_unknown()
2019-05-17 Antonio Borneohelper/command: print the command output in case of...
2019-05-14 Antonio Borneohelper/command: fix printing usage for incomplete commands
2019-05-14 Antonio Borneohelper/command: send command output only to the right...
2019-05-14 Antonio Borneohelper/command: remove search for "ocd_" prefix
2019-05-14 Paul Fertserhelper/command: remove command "command type"
2019-05-14 Paul Fertserhelper/command: do not replace new commands with ocd_...
2019-05-14 Paul Fertserhelper/command: do not capture log in script_command_run()
2019-05-14 Paul Fertserhelper/command: Handle Tcl return values consistently
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-05-14 Antonio Borneohelper/command: add macro CMD
2019-04-10 Mete Balcifix for sanitizer errors in left shifts
2019-04-10 Antonio Borneohelper/command: log an error for commands without usage
2019-04-07 Antonio Borneohelper/command: handle empty "usage" with add_help_text...
2019-04-07 Antonio BorneoSet empty usage field for commands that do not need...
2019-04-07 Antonio Borneocommand_registration: add empty usage field to chained...
2019-04-07 Antonio Borneolog: add const qualifier to commands struct
2019-04-03 Antonio Borneohelper/startup.tcl: remove proc exit
2019-03-06 Antonio Borneohelper/command: return proper JIM error code
2019-01-27 Tomas Vanekcommand: check command mode for native jim commands
2019-01-27 Tomas Vanekcommand: Log the failed command by full name
2019-01-16 Antonio Borneohelper/command: check for malloc failure in __command_name
2018-12-25 Jean-Christian de... command: Log the failed command name
2018-12-15 Antonio Borneohelper/startup.tcl: fix execution stack frame of wrappe...
2018-12-11 Antonio Borneohelper/log: remove dead code in log_forward()
2018-07-24 Tim NewsomeAdd RISC-V support.
2018-03-12 Cody P Schaferhelper/types: cast to uint32_t,uint16_t to avoid UB...
2018-03-07 Tomas Vanekhelper/configuration: free script_search_dirs and confi...
2018-03-07 Marc Schinkhelper/command.h: Add missing #include for target_addr_t
2018-03-07 Marc Schinkhelper/types.h: Add missing #includes
2018-03-07 Marc Schinkhelper/command.h: Add missing #includes
2018-03-07 Marc Schinkhelper/replacements.h: Add missing #include
2018-03-03 Tomas Vanektarget: use correct target in target-prefixed commands...
2018-02-14 Andreas BolschHandle improperly build image files gracefully
2018-01-25 Tim NewsomeAdd read buffer to bitbang, improving performance.
2018-01-25 Christopher HeadAdd timeval_compare helper function
2018-01-17 Marc SchinkFix Jim interpreter memory leak
2017-10-23 Freddie ChopinFix GCC7 warnings about switch-case fallthroughs
2017-10-03 Tim NewsomeFix typo in comment.
2017-10-03 Marc Schinkhelper/options: Add missing #include for MinGW and...
2017-08-10 Andreas Fritiofsonlog: Add a new debug level (4) for verbose I/O debug
2017-04-23 Girtshelp/log.c: better error handling for "log_output"
2017-04-23 Girtshelper/options.c: fail if unexpected cmdline arguments...
2017-04-23 Girtshelp/options.c: add error handling for -d arg
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2017-01-15 Andreas Fritiofsonhelper,rtos,server: Restore missing warning flags
2016-12-25 Andreas FritiofsonSearch for scripts relative to the executable on all...
2016-12-08 Andreas FritiofsonConvert to non-recursive make
2016-12-08 Marc Schinkhelper: Code cleanup for hexify()
2016-12-08 Andreas Fritiofsonhelper: Update jep106 database to JEP106AT
2016-10-17 Marc Schinkhelper: Make unhexify() robust on invalid data
2016-10-07 Marc Schinkhelper/log: Add log_vprintf_lf()
2016-07-19 Andreas FärberFix usage of timeval_ms()
2016-05-24 Marc SchinkMake #include guard naming consistent
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-05-08 Alexander KurzHelper ioutil: cleanup: removing dead code
2016-02-29 Marc Schinkhelper/fileio: Remove nested struct
2016-02-29 Andreas Fritiofsonjim-nvp: Make Jim_GetOpt_String const-correct
2016-02-13 Alexander KurzHelper time_support: const function arguments
2016-01-22 Andreas Fritiofsonhelper: Add converter from JEP106 ID to manufacturer...
2015-11-03 Jonathan Larmourhelper/options: Use OPENOCD_SCRIPTS dir if set.
2015-11-03 Marc Schinkhelper/options: Cleanup #includes.
2015-11-03 Marc Schinkhelper/log: Cleanup #includes.
2015-11-03 Marc Schinkhelper/ioutil: Rename MixedCaps function.
2015-11-03 Marc Schinkhelper/fileio: Fix memory leak.
2015-11-03 Marc Schinkhelper/fileio: Use size_t for file size.
next