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
2009-12-01
command: the Jim interpreter can now be provided rather than created
Øyvind Harboe
2
-9
/
+15
2009-11-30
improve command prohibition error report
Zachary T Welch
1
-2
/
+10
2009-11-30
remove interp global variable!
Zachary T Welch
2
-19
/
+21
2009-11-30
command output capture: do not use interp global
Zachary T Welch
1
-15
/
+34
2009-11-30
do not extern 'interp' from command.c
Zachary T Welch
2
-3
/
+2
2009-11-30
make syntax errors respond with 'usage'
Zachary T Welch
2
-4
/
+4
2009-11-30
move improperly located documentation
Zachary T Welch
1
-15
/
+17
2009-11-30
improve command_done() API and docs
Zachary T Welch
2
-6
/
+19
2009-11-30
only display usable commands in help
Zachary T Welch
1
-0
/
+3
2009-11-28
remove redundant 'rm' command handler
Zachary T Welch
1
-27
/
+0
2009-11-28
add error checking in command_new
Zachary T Welch
1
-20
/
+30
2009-11-28
include mode information in help text.
Zachary T Welch
1
-3
/
+27
2009-11-28
refactor command mode detection
Zachary T Welch
1
-2
/
+7
2009-11-28
add command private data setter/accessor
Zachary T Welch
2
-0
/
+31
2009-11-28
add 'command mode' introspective handler
Zachary T Welch
1
-0
/
+39
2009-11-28
remove unknown handler
Zachary T Welch
2
-36
/
+38
2009-11-28
improve command handler wrapper script
Zachary T Welch
2
-3
/
+26
2009-11-28
add 'command type' introspective handler
Zachary T Welch
1
-0
/
+43
2009-11-27
fix regression causing duplicated output
Zachary T Welch
1
-13
/
+28
2009-11-25
support OPENOCD_DEBUG_LEVEL environment setting
Zachary T Welch
1
-0
/
+13
2009-11-25
log: improve initialization
Zachary T Welch
2
-9
/
+7
2009-11-25
add script_command_run helper
Zachary T Welch
1
-26
/
+19
2009-11-25
encapsulate and re-use log capture, retval setup
Zachary T Welch
1
-49
/
+43
2009-11-25
combine help and usage command handlers
Zachary T Welch
1
-20
/
+8
2009-11-24
improve usage and help command output
Zachary T Welch
2
-44
/
+38
2009-11-24
allow scripts to update usage information
Zachary T Welch
2
-7
/
+36
2009-11-24
add jim_handler to command_registration
Zachary T Welch
3
-41
/
+68
2009-11-24
refactor command_new to use command_registration
Zachary T Welch
1
-12
/
+10
2009-11-24
log: use register_commands()
Zachary T Welch
1
-5
/
+19
2009-11-24
ioutil: use register_commands()
Zachary T Welch
1
-17
/
+45
2009-11-24
rewrite 'unknown' command dispatching in C
Zachary T Welch
2
-17
/
+65
2009-11-24
add public API for locating commands
Zachary T Welch
2
-0
/
+15
2009-11-24
refactor script_command context grabbing
Zachary T Welch
1
-12
/
+16
2009-11-24
add command registration chaining
Zachary T Welch
2
-8
/
+37
2009-11-24
more command registration refactoring
Zachary T Welch
1
-16
/
+38
2009-11-24
command: use register_commands for handlers
Zachary T Welch
1
-17
/
+34
2009-11-24
add command usage, separate from help
Zachary T Welch
2
-14
/
+52
2009-11-24
add register_commands for batch registration
Zachary T Welch
2
-0
/
+36
2009-11-24
add struct command_registration
Zachary T Welch
2
-23
/
+45
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
3
-11
/
+11
2009-11-24
add COMMAND_REGISTER macro
Zachary T Welch
1
-0
/
+4
2009-11-24
improve startup tcl scripts
Zachary T Welch
1
-4
/
+0
2009-11-24
improve alloc_vprintf
Andreas Fritiofson
1
-27
/
+16
2009-11-24
support for scripts in $HOME/.openocd
Andreas Fritiofson
1
-1
/
+16
2009-11-22
embedded: reduce stack usage
Øyvind Harboe
1
-4
/
+9
2009-11-21
show script search dirs in debug log
Andreas Fritiofson
1
-0
/
+2
2009-11-20
maintain command lists in sorted order
Zachary T Welch
1
-7
/
+17
2009-11-20
add add_help_text command handler
Zachary T Welch
2
-44
/
+67
2009-11-20
provide command context during cmd_init
Zachary T Welch
1
-0
/
+2
2009-11-20
improve 'help' command
Zachary T Welch
3
-20
/
+55
[next]