index
:
riscv-tools/riscv-openocd.git
FE_402_fix
__archive__
add_macos_build
autoconf
bscan_optimization
bscan_tunnel
buf_sget
build32
busy
compliance_dev
debug-log-reg-failure
deinit
dmi_read
dmstatus_version
dsp5680_build
eclipse_memory_read
eclipse_multicore_fix
examine_command
examine_unavailable_harts
examine_unavailable_harts_backup
examine_unavailable_harts_rebase
examine_unavailable_harts_squash
fence_i_fix_for_release
fix-halt-reason-after-singlestep
fix_macbuild
gd32vf103
gdb_next_port
gitignore-build
global
halt_examine
haltreq
hypervisor_translate
jlink
log_output
macbuild
macro
manual_hwbp
master
mem64
mpsse_flush
multicore
new_bscan_approach
newprogram
nohartstatus
old_fixes_and_eclipse_memory_read
old_triggers
print_port
race
rbb_cleanup
regcache
regression_test_janmat_experim
release
remove-slot_t-from-riscv-013
reset_test
reverse-resume-order
riscv
riscv-batch-cleanup
riscv-compliance
riscv-compliance-dev
s2_increment
sba_tests
set_group
static
travis-nop
update_defines
us_xds110
vector2
winbuild
wip
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
helper
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-04
helper/command: fix clang static analyzer warning
Tomas Vanek
1
-28
/
+18
2020-10-14
Upstream tons of RISC-V changes.
Tim Newsome
1
-0
/
+1
2020-10-03
Update user dir config file search path
Andreas Fritiofson
1
-22
/
+58
2020-09-05
openocd: avoid checking for non NULL pointer to free it
Antonio Borneo
1
-2
/
+1
2020-09-05
helper: fix minor typos
Antonio Borneo
7
-13
/
+13
2020-09-05
Fix debug prints when loading to flash
Samuel Obuch
2
-34
/
+9
2020-08-16
log: handle LOG_*() before calling to log_init()
Antonio Borneo
1
-4
/
+9
2020-06-06
log: fix kept_alive() and report expired timeout
Antonio Borneo
1
-17
/
+39
2020-05-24
helper/command: remove unused functions and make static local ones
Antonio Borneo
2
-49
/
+8
2020-05-24
helper/command: fix check on value returned by jim API
Antonio Borneo
1
-2
/
+2
2020-05-24
helper/command: strip replicated command name in log
Antonio Borneo
2
-8
/
+5
2020-05-09
coding style: prototype of functions with no parameters
Antonio Borneo
1
-2
/
+2
2020-05-09
coding style: add missing space when split strings
Antonio Borneo
1
-3
/
+3
2020-05-09
helper/ioutil: silence gcc-8 on strncpy
Antonio Borneo
1
-1
/
+1
2020-05-09
helper/command: register all commands through register_commands()
Antonio Borneo
1
-3
/
+15
2020-05-02
coding style: src: remove empty lines at end of text files
Antonio Borneo
1
-1
/
+0
2020-04-21
Remove BUILD_TARGET64
Florian Fainelli
1
-10
/
+0
2020-03-07
helper/binarybuffer: fix clang static analyzer warnings
Tomas Vanek
1
-0
/
+2
2020-02-24
coding style: fix space around pointer's asterisk
Antonio Borneo
1
-12
/
+12
2020-02-24
log: let command "log_output" to set back its default
Antonio Borneo
1
-2
/
+13
2020-01-02
jtag_vpi: multiple improvements
Jan Matyas
2
-0
/
+27
2019-12-19
helper/command: remove unused field in struct command_registration
Antonio Borneo
2
-3
/
+1
2019-12-10
server: gdb_server: fix memory map generation on a 32-bit BE host
Paul Fertser
1
-1
/
+2
2019-11-23
helper: skip including sys/sysctl.h on Linux
Antonio Borneo
1
-0
/
+3
2019-09-24
helper/command: clear errno before calling parser
Christopher Head
1
-0
/
+1
2019-06-20
helper/options: simplify the code using command_run_linef()
Antonio Borneo
1
-8
/
+3
2019-06-20
helper/command: make command_run_line reentrant
Christopher Head
1
-0
/
+6
2019-06-06
helper: add bitmap helper primitives
Antonio Borneo
2
-0
/
+85
2019-05-23
helper/command: remove dead code in command_unknown()
Antonio Borneo
1
-6
/
+0
2019-05-17
helper/command: print the command output in case of error
Antonio Borneo
1
-8
/
+6
2019-05-14
helper/command: fix printing usage for incomplete commands
Antonio Borneo
1
-5
/
+61
2019-05-14
helper/command: send command output only to the right server
Antonio Borneo
1
-12
/
+3
2019-05-14
helper/command: remove search for "ocd_" prefix
Antonio Borneo
1
-8
/
+4
2019-05-14
helper/command: remove command "command type"
Paul Fertser
1
-35
/
+0
2019-05-14
helper/command: do not replace new commands with ocd_ prefix
Paul Fertser
2
-48
/
+2
2019-05-14
helper/command: do not capture log in script_command_run()
Paul Fertser
1
-11
/
+3
2019-05-14
helper/command: Handle Tcl return values consistently
Paul Fertser
2
-4
/
+12
2019-05-14
helper/command: change prototype of command_print/command_print_sameline
Antonio Borneo
4
-15
/
+15
2019-05-14
helper/command: add macro CMD
Antonio Borneo
1
-0
/
+5
2019-04-10
fix for sanitizer errors in left shifts
Mete Balci
1
-1
/
+1
2019-04-10
helper/command: log an error for commands without usage
Antonio Borneo
1
-1
/
+1
2019-04-07
helper/command: handle empty "usage" with add_help_text/add_usage_text
Antonio Borneo
1
-2
/
+3
2019-04-07
Set empty usage field for commands that do not need parameters
Antonio Borneo
1
-0
/
+1
2019-04-07
command_registration: add empty usage field to chained commands
Antonio Borneo
1
-0
/
+1
2019-04-07
log: add const qualifier to commands struct
Antonio Borneo
1
-1
/
+1
2019-04-03
helper/startup.tcl: remove proc exit
Antonio Borneo
1
-7
/
+0
2019-03-06
helper/command: return proper JIM error code
Antonio Borneo
1
-1
/
+1
2019-01-27
command: check command mode for native jim commands
Tomas Vanek
1
-19
/
+26
2019-01-27
command: Log the failed command by full name
Tomas Vanek
1
-1
/
+4
2019-01-16
helper/command: check for malloc failure in __command_name
Antonio Borneo
1
-3
/
+6
[next]