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
/
command.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-18
helper/command: get rid of the tree of struct command
Antonio Borneo
1
-187
/
+71
2021-04-18
helper/command: unregister commands through their full-name
Antonio Borneo
1
-3
/
+95
2021-04-18
helper/command: simplify jim_command_mode()
Antonio Borneo
1
-25
/
+22
2021-04-18
helper/command: simplify run_command()
Antonio Borneo
1
-10
/
+3
2021-04-18
helper/command: register full-name commands in jim
Antonio Borneo
1
-82
/
+29
2021-04-18
help: re-implement 'help' independent from tree of struct command
Antonio Borneo
1
-102
/
+138
2021-04-18
command mode: return "any" for tcl proc
Antonio Borneo
1
-0
/
+18
2021-04-18
helper/command: pass command prefix to command registration
Antonio Borneo
1
-8
/
+14
2021-04-18
helper/command: override target only on target prefixed cmds
Antonio Borneo
1
-13
/
+9
2021-04-18
helper/command: use one single handler for all the commands
Antonio Borneo
1
-71
/
+49
2021-04-18
helper/command: always pass struct command as jim private data
Antonio Borneo
1
-5
/
+3
2021-04-05
jimtcl: add temporary workaround for memory leak in jimtcl 0.80
Antonio Borneo
1
-0
/
+34
2020-11-15
helper/command: disable logging of registered commands [RFC]
Tomas Vanek
1
-0
/
+2
2020-11-04
helper/command: fix clang static analyzer warning
Tomas Vanek
1
-28
/
+18
2020-05-24
helper/command: remove unused functions and make static local ones
Antonio Borneo
1
-8
/
+7
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
1
-6
/
+4
2020-05-09
coding style: add missing space when split strings
Antonio Borneo
1
-3
/
+3
2020-05-09
helper/command: register all commands through register_commands()
Antonio Borneo
1
-3
/
+15
2019-12-19
helper/command: remove unused field in struct command_registration
Antonio Borneo
1
-2
/
+1
2019-09-24
helper/command: clear errno before calling parser
Christopher Head
1
-0
/
+1
2019-06-20
helper/command: make command_run_line reentrant
Christopher Head
1
-0
/
+6
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
1
-18
/
+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
1
-4
/
+11
2019-05-14
helper/command: change prototype of command_print/command_print_sameline
Antonio Borneo
1
-2
/
+2
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
command_registration: add empty usage field to chained commands
Antonio Borneo
1
-0
/
+1
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
2018-12-25
command: Log the failed command name
Jean-Christian de Rivaz
1
-1
/
+1
2018-03-03
target: use correct target in target-prefixed commands and event handlers
Tomas Vanek
1
-5
/
+19
2018-01-17
Fix Jim interpreter memory leak
Marc Schink
1
-0
/
+9
2017-10-23
Fix GCC7 warnings about switch-case fallthroughs
Freddie Chopin
1
-1
/
+1
2017-02-10
target: Add 64-bit target address support
Dongxue Zhang
1
-0
/
+2
2016-07-19
Fix usage of timeval_ms()
Andreas Färber
1
-2
/
+2
2016-05-24
Remove FSF address from GPL notices
Marc Schink
1
-3
/
+1
2015-04-14
Tcl exception codes cleanup, shutdown command amendments
Paul Fertser
1
-19
/
+17
2015-04-14
helper: shutdown command should return with 0 exit status
Juha Niskanen
1
-1
/
+4
2014-09-22
command: Fix confusing syntax error message
Andreas Fritiofson
1
-1
/
+3
2014-05-09
Update to the current Jim Tcl
Paul Fertser
1
-1
/
+1
[next]