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-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
2009-11-20
factor help script command into parts
Zachary T Welch
1
-28
/
+34
2009-11-20
refactor command registration
Zachary T Welch
2
-82
/
+117
2009-11-20
change command_find helper interface
Zachary T Welch
1
-4
/
+3
2009-11-20
factor script_command argv allocation
Zachary T Welch
1
-27
/
+38
2009-11-18
remove fast command and jim_global_long
Zachary T Welch
2
-33
/
+0
2009-11-18
change all bool parsers to accept any value
Zachary T Welch
2
-6
/
+5
2009-11-18
add handle_command_parse_bool command helper
Zachary T Welch
2
-6
/
+59
2009-11-18
add COMMAND_PARSE_BOOL macro and friends
Zachary T Welch
1
-0
/
+28
2009-11-18
pass startup_tcl to command_init
Zachary T Welch
2
-3
/
+5
2009-11-18
split startup.tcl file across modules
Zachary T Welch
2
-230
/
+3
2009-11-18
move startup.c to libopenocd
Zachary T Welch
1
-9
/
+2
2009-11-17
remove unused variable from run_command
Zachary T Welch
1
-3
/
+2
2009-11-17
add CMD_NAME variable in command_invocation
Zachary T Welch
2
-8
/
+9
2009-11-17
add struct command_invocation for COMMAND_HANDLER
Zachary T Welch
2
-9
/
+21
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
3
-15
/
+15
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
3
-16
/
+16
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
3
-15
/
+15
2009-11-17
add more command_handler conversion macros
Zachary T Welch
1
-1
/
+16
[next]