index
:
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
2010-01-13
debug: make logging of commands terser
Øyvind Harboe
1
-2
/
+11
2010-01-11
commands: make error messages a bit more terse
Øyvind Harboe
1
-1
/
+1
2010-01-10
FreeBSD build fixes
David Brownell
1
-0
/
+3
2010-01-09
src/helper: usage/help updates
David Brownell
1
-23
/
+31
2010-01-09
buildfix on MacOS
Masaki Muranaka
1
-2
/
+2
2010-01-02
streamline and document helptext mode displays
David Brownell
1
-10
/
+22
2010-01-02
Fix usage/help search for subcommands.
Dean Glazeski
1
-7
/
+34
2010-01-02
Add the current command to the command information
Dean Glazeski
1
-0
/
+1
2009-12-21
help: list all commands that match string
Oyvind Harboe
1
-21
/
+35
2009-12-03
change #include "target.h" to <target/target.h>
Zachary T Welch
1
-1
/
+1
2009-12-01
command: the Jim interpreter can now be provided rather than created
Øyvind Harboe
1
-7
/
+11
2009-11-30
improve command prohibition error report
Zachary T Welch
1
-2
/
+10
2009-11-30
remove interp global variable!
Zachary T Welch
1
-18
/
+20
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
1
-1
/
+1
2009-11-30
make syntax errors respond with 'usage'
Zachary T Welch
1
-3
/
+3
2009-11-30
improve command_done() API and docs
Zachary T Welch
1
-4
/
+4
2009-11-30
only display usable commands in help
Zachary T Welch
1
-0
/
+3
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
1
-0
/
+8
2009-11-28
add 'command mode' introspective handler
Zachary T Welch
1
-0
/
+39
2009-11-28
remove unknown handler
Zachary T Welch
1
-34
/
+36
2009-11-28
improve command handler wrapper script
Zachary T Welch
1
-3
/
+2
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
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
1
-10
/
+38
2009-11-24
allow scripts to update usage information
Zachary T Welch
1
-4
/
+32
2009-11-24
add jim_handler to command_registration
Zachary T Welch
1
-20
/
+22
2009-11-24
refactor command_new to use command_registration
Zachary T Welch
1
-12
/
+10
2009-11-24
rewrite 'unknown' command dispatching in C
Zachary T Welch
1
-0
/
+65
2009-11-24
add public API for locating commands
Zachary T Welch
1
-0
/
+10
2009-11-24
refactor script_command context grabbing
Zachary T Welch
1
-12
/
+16
2009-11-24
add command registration chaining
Zachary T Welch
1
-6
/
+24
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
1
-14
/
+49
2009-11-24
add register_commands for batch registration
Zachary T Welch
1
-0
/
+17
2009-11-24
add struct command_registration
Zachary T Welch
1
-7
/
+10
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
1
-3
/
+3
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
1
-29
/
+66
2009-11-20
provide command context during cmd_init
Zachary T Welch
1
-0
/
+2
2009-11-20
improve 'help' command
Zachary T Welch
1
-2
/
+54
2009-11-20
refactor command registration
Zachary T Welch
1
-77
/
+71
2009-11-20
change command_find helper interface
Zachary T Welch
1
-4
/
+3
[next]