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-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
2009-11-16
ARM: "armv4_5" command prefix becomes "arm"
David Brownell
1
-0
/
+9
2009-11-16
fileio: improve API types
Zachary T Welch
2
-37
/
+36
2009-11-16
struct fileio: improve member types
Zachary T Welch
2
-3
/
+3
2009-11-16
helper/log: improve API parameter types
Zachary T Welch
2
-19
/
+16
2009-11-16
use Jim_CmdProc in jim_register
Zachary T Welch
2
-2
/
+4
2009-11-16
improve constness of open_file_from_path
Zachary T Welch
2
-2
/
+2
2009-11-16
make command line options const
Zachary T Welch
1
-1
/
+1
2009-11-16
binarybuffer: regression fix
David Brownell
1
-2
/
+4
2009-11-16
"types.h" doxygen fix
David Brownell
1
-2
/
+2
2009-11-16
move ARRAY_SIZE macro to types.h
Zachary T Welch
1
-0
/
+10
2009-11-16
rename CEIL as DIV_ROUND_UP
Zachary T Welch
3
-6
/
+13
2009-11-16
move container_of to types.h
Zachary T Welch
1
-0
/
+15
2009-11-16
Add FILEIO_NONE access mode.
Zachary T Welch
1
-0
/
+1
[next]